Skip to content

goto-instrument: remove --check-invariant from help output #6962

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

tautschnig
Copy link
Collaborator

This option was added to help output in ab65b86, but it seems this
was just a merge error as otherwise that commit had nothing to do with
such an option. No code implementing this option is known.

Fixes: #5227

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

This option was added to help output in ab65b86, but it seems this
was just a merge error as otherwise that commit had nothing to do with
such an option. No code implementing this option is known.

Fixes: diffblue#5227
@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

Merging #6962 (38f376f) into develop (f239925) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #6962   +/-   ##
========================================
  Coverage    77.79%   77.80%           
========================================
  Files         1568     1568           
  Lines       180347   180361   +14     
========================================
+ Hits        140309   140324   +15     
+ Misses       40038    40037    -1     
Impacted Files Coverage Δ
.../goto-instrument/goto_instrument_parse_options.cpp 70.90% <ø> (ø)
src/solvers/lowering/byte_operators.cpp 92.60% <0.00%> (-0.11%) ⬇️
src/goto-programs/remove_function_pointers.cpp 92.79% <0.00%> (+0.09%) ⬆️
src/solvers/flattening/boolbv_shift.cpp 89.65% <0.00%> (+10.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0d4239...38f376f. Read the comment docs.

@peterschrammel peterschrammel removed their assignment Jun 30, 2022
@tautschnig tautschnig merged commit 7bfbfce into diffblue:develop Jun 30, 2022
@tautschnig tautschnig deleted the cleanup/5227-check-invariant branch June 30, 2022 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check-invariant option doesn't exist anymore but is still in the help file
4 participants