-
Notifications
You must be signed in to change notification settings - Fork 93
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
Bump Kani version to 0.57.0 #3688
Bump Kani version to 0.57.0 #3688
Conversation
* Fix ICE due to mishandling of Aggregate rvalue for raw pointers to trait objects by @carolynzech in https://github.com/model-checking/kani/pull/3636 | ||
* Call `goto-instrument` with `DFCC` only once by @qinheping in https://github.com/model-checking/kani/pull/3642 | ||
* Fix loop contracts transformation when loops in branching by @qinheping in https://github.com/model-checking/kani/pull/3640 | ||
* Reduce the number of object bits for refcell test by @zhassan-aws in https://github.com/model-checking/kani/pull/3656 |
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.
This is an update to a regression test, so should not be included.
* Fix loop contracts transformation when loops in branching by @qinheping in https://github.com/model-checking/kani/pull/3640 | ||
* Reduce the number of object bits for refcell test by @zhassan-aws in https://github.com/model-checking/kani/pull/3656 | ||
* Move any_slice_from_array to kani_core by @qinheping in https://github.com/model-checking/kani/pull/3646 | ||
* Add a timeout option by @zhassan-aws in https://github.com/model-checking/kani/pull/3649 |
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 add this as a major change.
* Implement `Arbitrary` for `Range*` by @c410-f3r in https://github.com/model-checking/kani/pull/3666 | ||
* Automatic toolchain upgrade to nightly-2024-11-03 by @github-actions in https://github.com/model-checking/kani/pull/3674 | ||
* codegen: Ask the layout if it is uninhabited, not its impl detail by @workingjubilee in https://github.com/model-checking/kani/pull/3675 | ||
* Harness output individual files by @Alexander-Aghili in https://github.com/model-checking/kani/pull/3360 |
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 also include this as a major change.
* Move any_slice_from_array to kani_core by @qinheping in https://github.com/model-checking/kani/pull/3646 | ||
* Add a timeout option by @zhassan-aws in https://github.com/model-checking/kani/pull/3649 | ||
* Implement `Arbitrary` for `Range*` by @c410-f3r in https://github.com/model-checking/kani/pull/3666 | ||
* Automatic toolchain upgrade to nightly-2024-11-03 by @github-actions in https://github.com/model-checking/kani/pull/3674 |
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.
Move this to the end of the list and change it to:
Rust toolchain upgraded to nightly-2024-11-03 by
and list the contributors excluding github-actions (and remove the PR).
* Update Charon submodule to 2024-11-04 by @zhassan-aws in https://github.com/model-checking/kani/pull/3686 | ||
* Add support for float_to_int_unchecked by @zhassan-aws in https://github.com/model-checking/kani/pull/3660 | ||
|
||
## New Contributors |
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.
We don't list new contributors.
Description of changes:
Please check the changes included in
CHANGELOG.md
, and let me know if you think any other changes should be included. For reference, the initial auto-generated release notes were:Call-outs:
These open issues may be considered blocking for this release (no decision yet):
size_of_val
#3616Testing: