-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove injections from output files of proof hint tests (#1048)
Since the Pi2 team that consumes the proof hint is discarding the injections, and we have a minor issue in our upcoming serialization PR that does not quite deserialize injections correctly, I figured the expedient thing to do would be to test whether or not the updated serialization format provides the same output modulo the injections in the provided terms. We implement this by simply recursively visiting each term as it is printed by `kore-proof-trace` and stripping out the injections prior to printing it. This will be used to show that the deserialized output does not change modulo the injections in a follow-up PR. --------- Co-authored-by: rv-jenkins <[email protected]>
- Loading branch information
1 parent
336e4e4
commit 26902b1
Showing
7 changed files
with
67,142 additions
and
67,125 deletions.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.