-
Notifications
You must be signed in to change notification settings - Fork 40
Improve SymbExLogger #622
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
Improve SymbExLogger #622
Changes from 22 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ce5a4f1
Improve SymbExLogger:
88c2a54
move smt delta calculation to ProverStdIO for thread safety
8fab02f
move smt statistics calculations out of ProverStdIO
10940f0
Merge branch 'upstream-master'
91372f4
Bump silver submodule to master branch version
70e0678
Merge branch 'upstream-master'
952f78b
Merge branch 'upstream-master'
7876aea
move symbexlogger state into classes, shim the old usage
0ea06e8
make Verifier own a current MemberSymbExLogger
bd87c97
Give Verifier the capability to open symbexlogs for members
35a2ff0
swap out shims
4aadffe
some bugs:
aa57446
address comment
05caac5
make NoopLog do nothing
19f9a37
also do nothing on whenEnabled for NoopLog
11037a5
symbexlogs can be closed: they do not accept further records (now unr…
pieter-bos e73b8ce
close log on timeout
pieter-bos 285baec
SymbExLogger.ofConfig makes the silicon slightly less lazy, so invali…
pieter-bos d816372
use NoopMemberSymbExLog if there is no log yet (a bug, but better tha…
pieter-bos f17c120
move config to concrete logger; state is always null, so drop it.
pieter-bos a1f2b6c
Merge branch 'upstream-master'
pieter-bos 4846a2c
update silver
pieter-bos 505c61b
change by-name trickery to lambdas
a32cc49
remove debug println
a2daeed
namespace Member
c060dc1
clarify val names for Config vs LogConfig
4b9728e
Revert "change by-name trickery to lambdas"
6951369
validateFileOpt already checks whether the file exists
pieter-bos 0939b02
log a warning when the symbexlog config cannot be parsed
pieter-bos 2edf5a8
no delta for values not yet encountered
pieter-bos 85bd80d
use the symbExLog of the current verifier
pieter-bos aab07e5
resolve warnings: clean up imports; mark unused vals as @unused
pieter-bos 754f2ec
Merge branch 'upstream-master'
pieter-bos 59f43e1
missed merge conflict: just use ours
pieter-bos b333909
adjust documentation
pieter-bos 6dff920
update silver
pieter-bos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.