Skip to content
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

Update dependency: deps/pyk_release #2041

Merged
merged 49 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
bb00217
deps/pyk_release: Set Version v0.1.426
Aug 24, 2023
f3e173d
Set Version: 1.0.279
Aug 24, 2023
056211f
kevm-pyk/: sync poetry files pyk version v0.1.426
Aug 24, 2023
3a8f76e
flake.{nix,lock}: update Nix derivations
Aug 24, 2023
a6c01d8
deps/pyk_release: Set Version v0.1.427
Aug 24, 2023
c9bb347
kevm-pyk/: sync poetry files pyk version v0.1.427
Aug 24, 2023
48dcdd4
flake.{nix,lock}: update Nix derivations
Aug 24, 2023
9601a84
deps/pyk_release: Set Version v0.1.428
Aug 25, 2023
1ef0bb4
kevm-pyk/: sync poetry files pyk version v0.1.428
Aug 25, 2023
4c9b4f6
deps/k_release: sync release file version 6.0.69
Aug 25, 2023
1f9b015
flake.{nix,lock}: update Nix derivations
Aug 25, 2023
60e1585
Merge remote-tracking branch 'origin/master' into _update-deps/runtim…
Aug 27, 2023
2db3b6d
deps/pyk_release: Set Version v0.1.429
Aug 27, 2023
a3d26ca
Set Version: 1.0.280
Aug 27, 2023
46e3287
kevm-pyk/: sync poetry files pyk version v0.1.429
Aug 27, 2023
a8a403e
flake.{nix,lock}: update Nix derivations
Aug 27, 2023
f3d5177
adding terminal nodes in calls to APR prover, fixing function names
PetarMax Aug 28, 2023
693f7ae
keep init and target
iFrostizz Aug 28, 2023
8a1fef4
adapt to pyk new handling of CTerm bottom/top
iFrostizz Aug 28, 2023
999f833
handle view-kcfg bottom
Aug 28, 2023
1c0d557
update foundry-list unit test terminal dict name
iFrostizz Aug 28, 2023
159b417
ignore keep_nodes=
iFrostizz Aug 28, 2023
438b2e4
lock svm
iFrostizz Aug 28, 2023
fa352da
Merge branch 'master' into _update-deps/runtimeverification/pyk
Aug 28, 2023
b1aeded
Set Version: 1.0.281
Aug 28, 2023
179a05a
kevm-pyk/: sync poetry files pyk version v0.1.429
Aug 28, 2023
dc7665e
Merge remote-tracking branch 'origin/master' into _update-deps/runtim…
Aug 28, 2023
c9a5caa
deps/pyk_release: Set Version v0.1.430
Aug 28, 2023
24e38b9
Set Version: 1.0.282
Aug 28, 2023
51338d5
kevm-pyk/: sync poetry files pyk version v0.1.430
Aug 28, 2023
91dd813
flake.{nix,lock}: update Nix derivations
Aug 28, 2023
eba3483
remove useless initialization
iFrostizz Aug 28, 2023
e435b9b
Merge branch 'master' into _update-deps/runtimeverification/pyk
iFrostizz Aug 28, 2023
a26b3f0
Set Version: 1.0.283
Aug 28, 2023
35ec5f1
kevm-pyk/: sync poetry files pyk version v0.1.430
Aug 28, 2023
aa5a313
deps/pyk_release: Set Version v0.1.431
Aug 29, 2023
9d1e099
kevm-pyk/: sync poetry files pyk version v0.1.431
Aug 29, 2023
f777d0c
flake.{nix,lock}: update Nix derivations
Aug 29, 2023
420031f
Merge branch 'master' into _update-deps/runtimeverification/pyk
nwatson22 Aug 30, 2023
5d47354
Set Version: 1.0.284
Aug 30, 2023
1f47292
Fix bottom/top check
nwatson22 Aug 31, 2023
0aa51ef
Update expected output for test_foundry_auto_abstraction
nwatson22 Aug 31, 2023
d31c604
Fix test_legacy_prove to handle kevm.prove returning a list of final …
nwatson22 Aug 31, 2023
19fd6a5
Merge branch 'master' into _update-deps/runtimeverification/pyk
iFrostizz Aug 31, 2023
29a763d
Set Version: 1.0.285
Aug 31, 2023
060e192
Re-add simplify_init argument to test_foundry_auto_abstraction
nwatson22 Aug 31, 2023
9446a88
Update kevm-pyk/src/tests/integration/test_prove.py
nwatson22 Aug 31, 2023
81b78b0
Update kevm-pyk/src/kevm_pyk/__main__.py
nwatson22 Aug 31, 2023
e0ae3a0
Fix import
nwatson22 Aug 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.67
6.0.69
2 changes: 1 addition & 1 deletion deps/pyk_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.425
v0.1.431
34 changes: 17 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/b01f185e4866de7c5b5a82f833ca9ea3c3f72fc4";
k-framework.url = "github:runtimeverification/k/v6.0.67";
k-framework.url = "github:runtimeverification/k/v6.0.69";
k-framework.inputs.nixpkgs.follows = "nixpkgs";
#nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
Expand All @@ -17,7 +17,7 @@
ethereum-legacytests.url = "github:ethereum/legacytests/d7abc42a7b352a7b44b1f66b58aca54e4af6a9d7";
ethereum-legacytests.flake = false;
haskell-backend.follows = "k-framework/haskell-backend";
pyk.url = "github:runtimeverification/pyk/v0.1.425";
pyk.url = "github:runtimeverification/pyk/v0.1.431";
pyk.inputs.flake-utils.follows = "k-framework/flake-utils";
pyk.inputs.nixpkgs.follows = "k-framework/nixpkgs";
foundry.url = "github:shazow/foundry.nix/monthly"; # Use monthly branch for permanent releases
Expand Down
Loading