-
Notifications
You must be signed in to change notification settings - Fork 277
CONTRACTS: add loop contract mode enum and string conversion functions #7628
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
CONTRACTS: add loop contract mode enum and string conversion functions #7628
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #7628 +/- ##
========================================
Coverage 78.51% 78.51%
========================================
Files 1674 1674
Lines 191954 191954
========================================
Hits 150721 150721
Misses 41233 41233 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Consider comments at your leisure.
src/goto-instrument/contracts/dynamic-frames/dfcc_contract_mode.cpp
Outdated
Show resolved
Hide resolved
src/goto-instrument/contracts/dynamic-frames/dfcc_loop_contract_mode.cpp
Outdated
Show resolved
Hide resolved
5840f67
to
b342f5f
Compare
src/goto-instrument/contracts/dynamic-frames/dfcc_loop_contract_mode.cpp
Outdated
Show resolved
Hide resolved
src/goto-instrument/contracts/dynamic-frames/dfcc_contract_mode.cpp
Outdated
Show resolved
Hide resolved
b342f5f
to
71d96c5
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.
LGTM
Used by loop contracts and error messages.
71d96c5
to
d8a78cc
Compare
Used by loop contracts and error messages.
Extracted from #7541, can only be tested once all features are in place.