-
Notifications
You must be signed in to change notification settings - Fork 4
Support Test Impact Analysis #154
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
base: master
Are you sure you want to change the base?
Conversation
| /// <summary> | ||
| /// True if the set contains FunctionID f, false otherwise. | ||
| /// </summary> | ||
| bool contains(FunctionID f) { |
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.
I don't understand the logic... Is this really so complicated or can it be used by an algorithm from <algorithm>?
wilhelma
left a comment
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.
Changes look good. Is the behavior identical?
Addresses issue TS-38029
CHANGELOG.mdupdatedPlease respect the Teamscale vote. Clean up findings before sending your change into review. Blacklist and report false-positives. Adjust the analysis profile if needed.