-
Notifications
You must be signed in to change notification settings - Fork 16
csgrep --set-scan-prop: override the specified scan property #85
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
Conversation
Thank you so much for working on this. I'm going to test it in |
e7f0db6
to
47c9540
Compare
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.
Minor C++11 suggestions inline.
fab7f9d
to
9661935
Compare
@lzaoral Thanks for review! I have updated the pull request. |
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.
LGTM! Thanks! Let's wait for @jamacku's review before merging though.
9661935
to
c4cb345
Compare
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.
Works great, thanks!
If git-describe fails, an empty string is assigned to CS_VERSION, which breaks the regression tests that expect csdiff version to be available. Unfortunately, `git describe --tags` is not compatible with checkout@v3 GitHub Action.
... and fallback to csdiff as the tool only if the scan properties are not available.
... in GenericAbstractFilter to avoid duplicated code in its derivates. No changes in behavior intended by this change.
... to chain any decorators that take a single argument. Rename the other helper to chainDecoratorIntArg for consistency. No changes in behavior intended by this change.
c4cb345
to
ceb9b62
Compare
@jamacku Perfect, thank you for testing it! |
Fixes: #82