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

Bump Kani version to 0.26.0 #2393

Merged
merged 2 commits into from
Apr 19, 2023
Merged

Conversation

karkhaz
Copy link
Contributor

@karkhaz karkhaz commented Apr 18, 2023

  • The Kani reference now includes an "Attributes" section that describes each of the attributes available in Kani (pull request by @adpaco-aws)
  • Users' choice of SAT solver, specified by the solver attribute, is now propagated to the loop-contract synthesizer (pull request by @qinheping)
  • Unit tests generated by the concrete playback feature now compile correctly when using RUSTFLAGS="--cfg=kani" (pull request by@jaisnan)
  • The Rust toolchain is updated to 2023-02-18 (pull request by @tautschnig)

Checklist

  • Each commit message has a non-empty body, explaining why the change was made
  • Methods or procedures are documented
  • Regression or unit tests are included, or existing tests cover the modified code
  • My PR is restricted to a single feature or bugfix

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

@karkhaz karkhaz requested a review from a team as a code owner April 18, 2023 22:10
* The Kani reference now includes an
  ["Attributes"](https://model-checking.github.io/kani/reference/attributes.html)
  section that describes each of the attributes available in Kani (by
  @adpaco-aws)
* Users' choice of SAT solver, specified by the `solver` attribute, is
  now propagated to the loop-contract synthesizer (by @qinheping)
* Unit tests generated by the concrete playback feature now compile
  correctly when using `RUSTFLAGS="--cfg=kani"` (by @jaisnan)
* The Rust toolchain is updated to 2023-02-16 (by @tautschnig)
CHANGELOG.md Outdated Show resolved Hide resolved
* The Kani reference now includes an
  ["Attributes"](https://model-checking.github.io/kani/reference/attributes.html)
  section that describes each of the attributes available in Kani
  ([pull request](model-checking#2359)
by @adpaco-aws)
* Users' choice of SAT solver, specified by the `solver` attribute,
  is now propagated to the loop-contract synthesizer ([pull
  request](model-checking#2320) by
  @qinheping)
* Unit tests generated by the concrete playback feature now compile
  correctly when using `RUSTFLAGS="--cfg=kani"` ([pull
  request](model-checking#2353) by
@jaisnan)
* The Rust toolchain is updated to 2023-02-18 ([pull
  request](model-checking#2384) by
  @tautschnig)
@karkhaz karkhaz merged commit 270bac3 into model-checking:main Apr 19, 2023
@karkhaz karkhaz deleted the kk-bump-kani-pr branch April 19, 2023 02:54
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.

2 participants