-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate error report zip file when verus do not have stdout (#693)
* still generate zip file when, verus do not have stdout (json parse will fail when stdout is empty) * refactoring such that every error in creating/parsing json, error report will emit warning and keep going * parse z3 version output * use serde_json::from_value to avoid stringifying and then re-parsing json values --------- Co-authored-by: Andrea Lattuada <[email protected]>
- Loading branch information
Showing
3 changed files
with
107 additions
and
34 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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