-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add confidence level CONTROL_FLOW
#5709
Add confidence level CONTROL_FLOW
#5709
Conversation
Pull Request Test Coverage Report for Build 1751055192
💛 - Coveralls |
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.
Looks good thank you !
The multiple place to modify to add a value makes me want to refactor Confidence to be an Enum instead because namedtuple are slow to import (as it's an exec). But this would make a breaking change and adding a confidence value will not happen that often if we're being honest. But maybe we need to do this breaking change before using confidence more, what do you think @DanielNoord ?
I fixed the conflict and merged main but I think this could be squashed then rebased for clarity. |
2e66f1d
to
bfff04e
Compare
bfff04e
to
0f541d4
Compare
Type of Changes
Description
Add a new confidence level
CONTROL_FLOW
for messages emitted that depend on assumptions about control flow execution. Discussed at #5684 (comment).