-
Notifications
You must be signed in to change notification settings - Fork 39
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
Added <dyn Trait>
Proof for Contracts for byte_add
, byte_sub
, and byte_offset
#188
Conversation
- Also adds proofs verifying unit, int and composite types.
- Adds harnesses for int, unit, composite and slice types
@xsxszab Please resolve conflicts. |
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.
Some clean up is required before merging it.
Please Note that PR #168 mistakenly removed |
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.
trigger review
Head branch was pushed to by a user without write access
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.
Towards #76
This pull request impelments proof for contracts for
byte_add
,byte_sub
andbyte_offset
for<dyn Trait>
. Bothconst
andmut
versions are included.It serves as an addition to an existing PR but is submitted separately to avoid disrupting the ongoing review process for that PR.