Skip to content

Release CBMC 6.10.0#9080

Open
tautschnig wants to merge 1 commit into
diffblue:developfrom
tautschnig:release-6.10.0
Open

Release CBMC 6.10.0#9080
tautschnig wants to merge 1 commit into
diffblue:developfrom
tautschnig:release-6.10.0

Conversation

@tautschnig

Copy link
Copy Markdown
Collaborator

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).

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • n/a Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

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).
Copilot AI review requested due to automatic review settings June 23, 2026 10:30
@tautschnig tautschnig requested review from a team, TGWDB, kroening and peterschrammel as code owners June 23, 2026 10:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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_rust crate version to 6.10.0.
  • Add a new “CBMC 6.10.0” section to CHANGELOG summarizing 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.

Comment thread CHANGELOG
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.68%. Comparing base (90da45f) to head (e41f98f).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

5 participants