-
Notifications
You must be signed in to change notification settings - Fork 274
Replace requires with c_requires #7698
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
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #7698 +/- ##
========================================
Coverage 78.55% 78.55%
========================================
Files 1686 1686
Lines 192915 192917 +2
========================================
+ Hits 151539 151541 +2
Misses 41376 41376
☔ 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.
While this will make the change slightly larger than strictly necessary: can we please have consistent naming for all code contract components? If we use c_requires
, then we should also have c_ensures
.
there's also assigns->c_assigns, frees->c_frees |
d0427d4
to
14baca8
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.
I would appreciate some squashing of commits.
Fixes #7675 Adds the "c_" prefix to the requires, assigns, frees, and ensures for consistency.
14baca8
to
3a6cef0
Compare
@TGWDB there is a JBMC test failure ( |
Fixes #7656