Skip to content

Commit

Permalink
Update dependency: deps/pyk_release (#2041)
Browse files Browse the repository at this point in the history
* deps/pyk_release: Set Version v0.1.426

* Set Version: 1.0.279

* kevm-pyk/: sync poetry files pyk version v0.1.426

* flake.{nix,lock}: update Nix derivations

* deps/pyk_release: Set Version v0.1.427

* kevm-pyk/: sync poetry files pyk version v0.1.427

* flake.{nix,lock}: update Nix derivations

* deps/pyk_release: Set Version v0.1.428

* kevm-pyk/: sync poetry files pyk version v0.1.428

* deps/k_release: sync release file version 6.0.69

* flake.{nix,lock}: update Nix derivations

* deps/pyk_release: Set Version v0.1.429

* Set Version: 1.0.280

* kevm-pyk/: sync poetry files pyk version v0.1.429

* flake.{nix,lock}: update Nix derivations

* adding terminal nodes in calls to APR prover, fixing function names

* keep init and target

* adapt to pyk new handling of CTerm bottom/top

* handle view-kcfg bottom

* update foundry-list unit test terminal dict name

* ignore keep_nodes=

* lock svm

* Set Version: 1.0.281

* kevm-pyk/: sync poetry files pyk version v0.1.429

* deps/pyk_release: Set Version v0.1.430

* Set Version: 1.0.282

* kevm-pyk/: sync poetry files pyk version v0.1.430

* flake.{nix,lock}: update Nix derivations

* remove useless initialization

* Set Version: 1.0.283

* kevm-pyk/: sync poetry files pyk version v0.1.430

* deps/pyk_release: Set Version v0.1.431

* kevm-pyk/: sync poetry files pyk version v0.1.431

* flake.{nix,lock}: update Nix derivations

* Set Version: 1.0.284

* Fix bottom/top check

* Update expected output for test_foundry_auto_abstraction

* Fix test_legacy_prove to handle kevm.prove returning a list of final terms

* Set Version: 1.0.285

* Re-add simplify_init argument to test_foundry_auto_abstraction

* Update kevm-pyk/src/tests/integration/test_prove.py

* Update kevm-pyk/src/kevm_pyk/__main__.py

* Fix import

---------

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Petar Maksimovic <petar.maksimovic@runtimeverification.com>
Co-authored-by: franfran <fgg67@hotmail.fr>
Co-authored-by: François Guyot <francois.guyot@runtimeverification.com>
Co-authored-by: Franfran <51274081+iFrostizz@users.noreply.github.com>
Co-authored-by: Noah Watson <107630091+nwatson22@users.noreply.github.com>
Co-authored-by: Noah Watson <noah@nwatson.xyz>
  • Loading branch information
8 people authored Aug 31, 2023
1 parent dac9dc2 commit 2709f49
Show file tree
Hide file tree
Showing 20 changed files with 116 additions and 158 deletions.
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

0 comments on commit 2709f49

Please sign in to comment.