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

Add a challenge for btree::node module #26

Merged
merged 11 commits into from
Jul 19, 2024

Conversation

zhassan-aws
Copy link

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

@zhassan-aws zhassan-aws requested a review from a team as a code owner June 26, 2024 01:10
Copy link

@celinval celinval left a comment

Choose a reason for hiding this comment

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

Awesome! Qq, will these functions call hash()? If so, are we OK with stubbing it?

doc/src/challenges/0004-btree-node.md Outdated Show resolved Hide resolved
doc/src/SUMMARY.md Outdated Show resolved Hide resolved
doc/src/challenges/0004-btree-node.md Outdated Show resolved Hide resolved
doc/src/challenges/0004-btree-node.md Show resolved Hide resolved
doc/src/SUMMARY.md Outdated Show resolved Hide resolved
doc/src/challenges/0004-btree-node.md Outdated Show resolved Hide resolved
Copy link

@qinheping qinheping left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you!

doc/src/challenges/0004-btree-node.md Outdated Show resolved Hide resolved
@zhassan-aws zhassan-aws enabled auto-merge (squash) July 19, 2024 00:03
@zhassan-aws zhassan-aws merged commit 4f4d032 into model-checking:main Jul 19, 2024
7 checks passed
szlee118 pushed a commit to stogaru/verify-rust-std that referenced this pull request Oct 17, 2024
This challenge is concerned with verifying the memory safety of BTreeMap's `btree::node` module.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
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.

4 participants