-
Notifications
You must be signed in to change notification settings - Fork 506
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
fix: set default version for xml2 checker to UNKNOWN (Fixes #1517) #1524
Conversation
Resync repository
chore: update pre-commit config
# Conflicts: # .pre-commit-config.yaml # dev-requirements.txt
…ntel#1517)" This reverts commit 076e16f.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This claims one of the xml tests is failing because xml isn't found. It's possible the test itself needs updating; I don't know if changing the "unknown" is resulting in the previously found xml2 string getting dropped.
Found the issue - there was a check in xml2 checker which used len() to determine if the version number needed updating. Moved setting of UNKNOWN to the end of the function works now.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, also I think commit type should be "fix", not "bug".
Co-authored-by: Dmitry Volodin <mr.molkree@gmail.com>
Looks like my NVD change killed the CI on this one, but it looks like it should work and the xml short tests pass on my machine, so I'm going to go ahead and merge. |
No description provided.