Skip to content
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 statement counting code in MaxStatementsConstraint #2035

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

nicolay-f
Copy link
Contributor

Current implementation of MaxStatementsConstraint allows one more statement to be executed. The increment must be in prefix form so value is updated before being used.

Current implementation of MaxStatementsConstraint allows one more statement to be executed.
@lahma
Copy link
Collaborator

lahma commented Jan 21, 2025

Can you add a test case showing that fix.works and ensures it won't regress later?

Copy link
Collaborator

@lahma lahma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@lahma lahma merged commit d928fec into sebastienros:main Jan 23, 2025
3 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