-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[Specs] ordered_map remove_or_none #17829
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 tasks
22 tasks
This stack of pull requests is managed by Graphite. Learn more about stacking. |
22 tasks
f100df6
to
dede7c0
Compare
rahxephon89
reviewed
Oct 9, 2025
aptos-move/framework/aptos-framework/sources/datastructures/ordered_map.spec.move
Outdated
Show resolved
Hide resolved
wrwg
reviewed
Oct 10, 2025
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 think this need rebase.
8522530
to
ce30353
Compare
Sorry for the messy state. I think this got messed up after base PR landed by me using graphite on top of a PR that wasn't using graphite. |
ce30353
to
d23165a
Compare
rahxephon89
approved these changes
Oct 10, 2025
igor-aptos
approved these changes
Oct 10, 2025
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
d23165a
to
4466db1
Compare
4466db1
to
dc5b40a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds specs for new
ordered_map
functionremove_or_none
How Has This Been Tested?
New test added
Key Areas to Review
It is a bit suspicious why prover needs
this seems true for other tests too. Don't fully understand why this hint is necessary
Type of Change
Which Components or Systems Does This Change Impact?
Checklist