Skip to content

CBMC version 5.82.0 #7694

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

Merged
merged 1 commit into from
Apr 27, 2023
Merged

CBMC version 5.82.0 #7694

merged 1 commit into from
Apr 27, 2023

Conversation

TGWDB
Copy link
Contributor

@TGWDB TGWDB commented Apr 27, 2023

  • Each commit message has a non-empty body, explaining why the change was made.
  • 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/
  • 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).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@@ -1,6 +1,6 @@
[package]
name = "libcprover_rust"
version = "5.81.0"
version = "5.82.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not for this PR, but could someone please take on the task to produce something like a Cargo.toml.in file so that the build system produces Cargo.toml by first parsing config.inc?

Copy link
Contributor

Choose a reason for hiding this comment

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

We currently have a script for doing the textual substitution in both places (to keep them in sync), but we're definitely considering more long term solutions.

@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.10 ⚠️

Comparison is base (4ccdcd5) 78.29% compared to head (06079e6) 78.19%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7694      +/-   ##
===========================================
- Coverage    78.29%   78.19%   -0.10%     
===========================================
  Files         1674     1674              
  Lines       191946   191946              
===========================================
- Hits        150282   150101     -181     
- Misses       41664    41845     +181     

see 38 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TGWDB TGWDB merged commit 1d0ee45 into develop Apr 27, 2023
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.

3 participants