Dev - #120
Merged
Merged
Conversation
… ppe in server mode
…d optimization is incorrect.
…bles up on escapes for strings
- Add print-timestamp-as-iso to format universal timestamps as ISO 8601 - Extend pvs2alist-proof to include creation date, run date, and default-proof flag - Fix all-proofs-of-formula to identify default proof - Fix quit-all-sessions to convert session id to string for prover-step - Refactor save-proof-info to remove unnecessary unless guard (allowing keeping proofs after closing proving session in server mode).
proveit: * consistent handling of errors (missing arguments, etc), no more -<options> * added —purge * —default-script —> —default-proof * removed option .<ext> * removed negative options ~<opt> since they don’t work in Unix (expanded to home) * output files of sub-libraries, e.g., float/float_ax, is float_ax.summary instead of float_float_ax.summary provethem: * —cleanpath —> —clearpath * —addpath [<path>] —> add <path> to PVS_LIBRARY_PATH. If <path> is empty, add current directory. No more default of —clear path
… lisp without being flagged as a test error
…of type (vector character)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging dev into master