-
Notifications
You must be signed in to change notification settings - Fork 153
Update dependency: deps/pyk_release #2287
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
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f128e70
deps/pyk_release: Set Version v0.1.616
rv-auditor 2660917
kevm-pyk/: sync poetry files pyk version v0.1.616
rv-auditor 49fbe2b
flake.{nix,lock}: update Nix derivations
rv-auditor c12f368
Set Version: 1.0.446
rv-auditor 8825fb4
deps/pyk_release: Set Version v0.1.617
rv-auditor 614c28a
kevm-pyk/: sync poetry files pyk version v0.1.617
rv-auditor 326b916
flake.{nix,lock}: update Nix derivations
rv-auditor 441876c
Merge branch 'master' into _update-deps/runtimeverification/pyk
rv-jenkins 8fa3575
Set Version: 1.0.447
rv-auditor 7180dd2
Merge branch 'master' into _update-deps/runtimeverification/pyk
anvacaru e6cd703
Set Version: 1.0.448
rv-auditor 7741d33
Turn off `fast_check_subsumption` by default
palinatolmach b1617af
Bump `pyk` version to v0.1.618
palinatolmach 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.1.614 | ||
v0.1.618 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
from typing import Final | ||
|
||
|
||
VERSION: Final = '1.0.447' | ||
VERSION: Final = '1.0.448' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.447 | ||
1.0.448 |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@palinatolmach @tothtamas28 @anvacaru let's make sure when we switch a CLI option like this one, we also switch the default in
cli.py
as well to match itevm-semantics/kevm-pyk/src/kevm_pyk/cli.py
Line 70 in 9e88278
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly related: runtimeverification/kontrol#298 (review)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, thanks! I created an issue so that I don't forget to address it within the next few days: #2295, and I'll check with @nwatson22 on whether we might incorporate runtimeverification/kontrol#298 (review) in fixing that as well.