Release CBMC 6.10.0#9080
Open
tautschnig wants to merge 1 commit into
Open
Conversation
This release includes a workaround for a Z3 unsoundness in prior releases of Z3 (via diffblue#9011), fixes SMT encoding problems (via diffblue#9012), improves support for floating-point processing in the in-tree SMT2 solver (via diffblue#8889, among others), but also removes support for CVC 3 and CVC 4 (via diffblue#8967).
There was a problem hiding this comment.
Pull request overview
Prepares the CBMC 6.10.0 release by updating the project version metadata and adding the corresponding release notes to the changelog.
Changes:
- Bump CBMC core version to 6.10.0 in the build configuration.
- Bump the
libcprover_rustcrate version to 6.10.0. - Add a new “CBMC 6.10.0” section to
CHANGELOGsummarizing key merged PRs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/libcprover-rust/Cargo.toml | Updates Rust crate version to 6.10.0. |
| src/config.inc | Updates CBMC_VERSION to 6.10.0 for builds/packaging. |
| CHANGELOG | Adds release notes for CBMC 6.10.0 and comparison link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #9080 +/- ##
========================================
Coverage 80.68% 80.68%
========================================
Files 1714 1714
Lines 189522 189522
Branches 73 73
========================================
Hits 152925 152925
Misses 36597 36597 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
peterschrammel
approved these changes
Jun 23, 2026
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
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.
This release includes a workaround for a Z3 unsoundness in prior releases of Z3 (via #9011), fixes SMT encoding problems (via #9012), improves support for floating-point processing in the in-tree SMT2 solver (via #8889, among others), but also removes support for CVC 3 and CVC 4 (via #8967).