Skip to content

Change the "no assigns..." and "no decreases..." warnings to higher verbosity #8655

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

Conversation

rod-chapman
Copy link
Collaborator

Fixes #8654

Moves the
"No assigns clause provided ..." and
"No decreases clause provided..."
warnings to "debug" instead of "warning" level. This reduces clutter on standard output for developing new proofs and reviewing the output of CI runs.

These messages will no longer be reported at default verbosity level (6), but can be re-instated by setting verbosity to level 10.

  "No assigns clause provided ..." and
  "No decreases clause provided..."
warnings to "debug" instead of "warning" level.

These will no longer be reported at default verbosity level (6),
but can be re-instated by setting verbosity to level 10.

Signed-off-by: Rod Chapman <[email protected]>
@rod-chapman rod-chapman self-assigned this Jun 13, 2025
@rod-chapman rod-chapman added aws Bugs or features of importance to AWS CBMC users Code Contracts Function and loop contracts labels Jun 13, 2025
@rod-chapman
Copy link
Collaborator Author

Are there any documentation updates required in light of this change? I couldn't find any mention of these warnings in the manual(s)...

Copy link

codecov bot commented Jun 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.36%. Comparing base (e81ad69) to head (29e7ba5).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8655   +/-   ##
========================================
  Coverage    80.36%   80.36%           
========================================
  Files         1686     1686           
  Lines       206981   206981           
  Branches        73       73           
========================================
  Hits        166337   166337           
  Misses       40644    40644           

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

@kroening kroening merged commit 34dc8dc into diffblue:develop Jun 13, 2025
39 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws Bugs or features of importance to AWS CBMC users Code Contracts Function and loop contracts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can the "no decreases clause" and "no assigns clause" warnings be at a higher verbosity?
3 participants