Skip to content

Add goto-cc man page #6945

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
Jun 28, 2022

Conversation

tautschnig
Copy link
Collaborator

This was built using help2man and then manually expanded. Also fixes
that goto-cc --export-file-local-symbols was never documented in its
--help output.

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

@codecov
Copy link

codecov bot commented Jun 17, 2022

Codecov Report

Merging #6945 (a6f1474) into develop (897034a) will increase coverage by 0.00%.
The diff coverage is 83.83%.

@@           Coverage Diff            @@
##           develop    #6945   +/-   ##
========================================
  Coverage    77.83%   77.83%           
========================================
  Files         1568     1569    +1     
  Lines       180365   180429   +64     
========================================
+ Hits        140382   140432   +50     
- Misses       39983    39997   +14     
Impacted Files Coverage Δ
src/goto-cc/goto_cc_mode.cpp 37.77% <ø> (ø)
...oto-instrument/contracts/instrument_spec_assigns.h 94.73% <ø> (ø)
src/goto-instrument/contracts/utils.h 100.00% <ø> (+16.07%) ⬆️
...c/solvers/smt2_incremental/convert_expr_to_smt.cpp 87.71% <0.00%> (-0.62%) ⬇️
src/solvers/smt2_incremental/smt_sorts.def 66.66% <0.00%> (-33.34%) ⬇️
src/util/config.h 57.14% <ø> (ø)
unit/solvers/smt2_incremental/smt_sorts.cpp 82.00% <76.47%> (-5.76%) ⬇️
src/goto-instrument/contracts/cfg_info.h 85.00% <85.00%> (ø)
...o-instrument/contracts/instrument_spec_assigns.cpp 99.35% <95.45%> (+0.76%) ⬆️
src/goto-instrument/contracts/contracts.cpp 94.10% <100.00%> (+<0.01%) ⬆️
... and 8 more

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 5186d6f...a6f1474. Read the comment docs.

Copy link
Contributor

@TGWDB TGWDB left a comment

Choose a reason for hiding this comment

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

One instance of "GOTO-CC" instead of correctly formatted.

@tautschnig
Copy link
Collaborator Author

One instance of "GOTO-CC" instead of correctly formatted.

If you're referring to line 28: I did this on purpose, because here I'm not referring the name of the Unix command, but the system as a whole. You comment, however, tells me that I'm not getting across this intention. Any ideas how I could do it instead?

@TGWDB
Copy link
Contributor

TGWDB commented Jun 20, 2022

One instance of "GOTO-CC" instead of correctly formatted.

If you're referring to line 28: I did this on purpose, because here I'm not referring the name of the Unix command, but the system as a whole. You comment, however, tells me that I'm not getting across this intention. Any ideas how I could do it instead?

Maybe something like "The invocation of a specific program can emulate ..." ?

@tautschnig tautschnig force-pushed the feature/goto-cc-man-page branch from f819525 to 847870e Compare June 20, 2022 09:42
@kroening kroening assigned tautschnig and unassigned kroening and chris-ryder Jun 27, 2022
@tautschnig tautschnig force-pushed the feature/goto-cc-man-page branch 2 times, most recently from abd021c to fcb37ba Compare June 28, 2022 07:19
This was built using help2man and then manually expanded. Also fixes
that goto-cc --export-file-local-symbols was never documented in its
--help output.
@tautschnig tautschnig force-pushed the feature/goto-cc-man-page branch from fcb37ba to a6f1474 Compare June 28, 2022 08:13
@tautschnig tautschnig merged commit 22d81fd into diffblue:develop Jun 28, 2022
@tautschnig tautschnig deleted the feature/goto-cc-man-page branch June 28, 2022 09:22
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.

4 participants