You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…e 12 (#247)
In this PR, I refined the existing challenges by:
- Added the missing contracts and harnesses for 3 functions write,
write_bytes, write_unaligned for the NonNull challenge, then changed the
status of this challenge to "resolved".
- Edited some descriptions of smallsort
- Removed the (optional) correctness checking in NonZero challenge.
- Resolved the Safety of Primitive Conversions challenge.
I don't add more functions to existing challenge to keep each challenge
under manageable size. I will create other challenges for functions
inside the same modules as the existing ones.
Resolves#53Resolves#220
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
---------
Co-authored-by: Carolyn Zech <[email protected]>
This issue is a tracking issue for Challenge 14: Safety of Primitive Conversions.
Challenge link: https://model-checking.github.io/verify-rust-std/challenges/0014-convert-num.html
The text was updated successfully, but these errors were encountered: