Skip to content
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

Add support for a --no-unwinding-assertions flag #8109

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

NlightNFotis
Copy link
Contributor

Add support for a --no-unwinding-assertions flag and move handling of option earlier to avoid bug in sequence-dependent printing code later on.

This was part of the work needed for #8093 but we missed it and discovered it through testing earlier today.

@tautschnig
Copy link
Collaborator

Aren't we also missing the opposite for goto-instrument when that tool is used for loop unwinding? Shouldn't we then also enable unwinding assertions by default?

@esteffin esteffin force-pushed the no_unwinding_assertions branch 2 times, most recently from d43d595 to d737824 Compare December 15, 2023 16:56
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (032a284) 79.08% compared to head (93127fa) 79.08%.

Files Patch % Lines
src/cbmc/cbmc_parse_options.cpp 76.92% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8109      +/-   ##
===========================================
- Coverage    79.08%   79.08%   -0.01%     
===========================================
  Files         1698     1698              
  Lines       196495   196502       +7     
===========================================
+ Hits        155401   155405       +4     
- Misses       41094    41097       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@esteffin esteffin force-pushed the no_unwinding_assertions branch from d737824 to 93127fa Compare December 15, 2023 17:43
@esteffin esteffin enabled auto-merge December 15, 2023 18:12
@esteffin esteffin merged commit c8aae0d into diffblue:develop Dec 16, 2023
@NlightNFotis NlightNFotis deleted the no_unwinding_assertions branch December 16, 2023 12:34
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.

4 participants