Skip to content

Conversation

@tautschnig
Copy link
Collaborator

Introduces case_exprt for improved type safety.

Fixes: #3037

  • 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.
  • n/a 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).
  • 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.

@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

❌ Patch coverage is 91.20879% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.94%. Comparing base (4fe3ade) to head (18d5083).
⚠️ Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
src/util/std_expr.h 86.11% 5 Missing ⚠️
src/solvers/flattening/boolbv.cpp 0.00% 2 Missing ⚠️
src/solvers/flattening/boolbv_case.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8741   +/-   ##
========================================
  Coverage    79.93%   79.94%           
========================================
  Files         1698     1699    +1     
  Lines       187698   187785   +87     
  Branches        73       73           
========================================
+ Hits        150034   150120   +86     
- Misses       37664    37665    +1     

☔ View full report in Codecov by Sentry.
📢 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.

Introduces `case_exprt` for improved type safety.

Fixes: diffblue#3037
@kroening kroening merged commit 18d1197 into diffblue:develop Dec 1, 2025
41 checks passed
@tautschnig tautschnig deleted the case_exprt branch December 1, 2025 16:32
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.

Add ID_cond expressions

2 participants