Skip to content

fix: improve comment propagation from lib4vex #4423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

terriko
Copy link
Contributor

@terriko terriko commented Sep 6, 2024

We're getting a "comment" field from lib4vex and then trying to parse a "comments" one. this is an experiment to see if any of our tests breaks if I "fix" it. (it is not, incidentally, fixing the full issue in 4417)

We're getting a "comment" field from lib4vex and then trying to parse a "comments"
one.  this is an experiment to see if anything breaks if I "fix" it.

Signed-off-by: Terri Oda <[email protected]>
@terriko
Copy link
Contributor Author

terriko commented Sep 9, 2024

So looks like this sort of works and does indeed break the tests:

   -             'comments': '',
  +             'comments': 'NotAffected: Detail field populated.',

Not sure if "detail field populated" is the text that's in there or what off the top of my head, but it seems likely that this is heading in the correct direction at least?

@terriko
Copy link
Contributor Author

terriko commented Sep 9, 2024

Looks like that is indeed the text shown in test files. I'm probably going to make some tweaks to that text to make debugging easier-- (right now one says "data" and another says "detail" and it's awkward.

@terriko
Copy link
Contributor Author

terriko commented Sep 9, 2024

Nevermind, changing the comments (actually "details" or "action_statement" depending on the format) would require additional tweaks to the ouput tests that I don't think is the best use of my time today, so I'm going to go ahead and put this out there for code review without changing the text. Might open an issue getting someone else to tweak it later, though.

@terriko terriko marked this pull request as ready for review September 9, 2024 19:07
@terriko terriko changed the title fix: triage experiment fix: improve comment propagation from lib4vex Sep 9, 2024
@terriko terriko merged commit 0ba0090 into intel:main Sep 10, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants