Skip to content

Commit 12d16d4

Browse files
rv-jenkinsrv-auditortothtamas28
authored
Update dependency: deps/k_release (#63)
Update `kframework` to `7.1.318`. --------- Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: Tamás Tóth <tothtamas28@users.noreply.github.com>
1 parent 831b9d3 commit 12d16d4

6 files changed

Lines changed: 564 additions & 481 deletions

File tree

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.304
1+
7.1.318

flake.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nixpkgs.follows = "rv-nix-tools/nixpkgs";
66

77
flake-utils.url = "github:numtide/flake-utils";
8-
k-framework.url = "github:runtimeverification/k/v7.1.304";
8+
k-framework.url = "github:runtimeverification/k/v7.1.318";
99
k-framework.inputs.nixpkgs.follows = "nixpkgs";
1010
uv2nix.url = "github:pyproject-nix/uv2nix/9d357f0d2ce6f5f35ec7959d7e704452352eb4da";
1111
# uv2nix requires a newer version of nixpkgs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = ""
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12-
"kframework==7.1.304",
12+
"kframework==7.1.318",
1313
]
1414

1515
[[project.authors]]

src/kimp/kimp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def same_loop(self, c1: CTerm, c2: CTerm) -> bool:
7373
def can_make_custom_step(self, c: CTerm) -> bool:
7474
return False
7575

76-
def custom_step(self, c: CTerm, cs: CTermSymbolic) -> KCFGExtendResult | None:
76+
def custom_step(self, c: CTerm, cs: CTermSymbolic, node_id: int) -> KCFGExtendResult | None:
7777
return None
7878

7979
def is_mergeable(self, c1: CTerm, c2: CTerm) -> bool:

0 commit comments

Comments
 (0)