Skip to content

Commit

Permalink
Update dependency: deps/k_release (#699)
Browse files Browse the repository at this point in the history
* deps/k_release: Set Version 7.1.141

* Set Version: 0.1.107

* pykwasm/: sync poetry files 7.1.141

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

* deps/k_release: Set Version 7.1.142

* pykwasm/: sync poetry files 7.1.142

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

* deps/k_release: Set Version 7.1.143

* pykwasm/: sync poetry files 7.1.143

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

* deps/k_release: Set Version 7.1.144

* pykwasm/: sync poetry files 7.1.144

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

* deps/k_release: Set Version 7.1.145

* pykwasm/: sync poetry files 7.1.145

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

* deps/k_release: Set Version 7.1.146

* pykwasm/: sync poetry files 7.1.146

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

* deps/k_release: Set Version 7.1.147

* pykwasm/: sync poetry files 7.1.147

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

* deps/k_release: Set Version 7.1.148

* pykwasm/: sync poetry files 7.1.148

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

* deps/k_release: Set Version 7.1.149

* pykwasm/: sync poetry files 7.1.149

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

* add missing attributes to List modules

---------

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Dwight Guth <dwight.guth@pi2.network>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent bf1af3f commit 191c6d0
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 59 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.140
7.1.149
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.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "K Semantics of WebAssembly";

inputs = {
k-framework.url = "github:runtimeverification/k/v7.1.140";
k-framework.url = "github:runtimeverification/k/v7.1.149";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.106
0.1.107
77 changes: 42 additions & 35 deletions pykwasm/poetry.lock

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

4 changes: 2 additions & 2 deletions pykwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pykwasm"
version = "0.1.106"
version = "0.1.107"
description = ""
authors = [
"Runtime Verification, Inc. <contact@runtimeverification.com>",
Expand All @@ -23,7 +23,7 @@ wasm-semantics = "pykwasm.kdist.plugin"
python = "^3.10"
cytoolz = "^0.12.1"
numpy = "^1.24.2"
kframework = "7.1.140"
kframework = "7.1.149"
py-wasm = { git = "https://github.com/runtimeverification/py-wasm.git", tag="0.2.1" }

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pykwasm/src/pykwasm/kdist/wasm-semantics/data/list-int.k
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module LIST-INT
[ left, function, total, hook(LIST.concat),
symbol(_ListInt_), smtlib(smt_seq_concat),
assoc, unit(.ListInt), element(ListIntItem),
format(%1%n%2)
format(%1%n%2), update(ListInt:set)
]
syntax ListInt ::= ".ListInt"
[ function, total, hook(LIST.unit), symbol(.ListInt),
Expand Down
2 changes: 1 addition & 1 deletion pykwasm/src/pykwasm/kdist/wasm-semantics/data/list-ref.k
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module LIST-REF
[ left, function, total, hook(LIST.concat),
symbol(_ListRef_), smtlib(smt_seq_concat),
assoc, unit(.ListRef), element(ListRefItem),
format(%1%n%2)
format(%1%n%2), update(ListRef:set)
]
syntax ListRef ::= ".ListRef"
[ function, total, hook(LIST.unit), symbol(.ListRef),
Expand Down

0 comments on commit 191c6d0

Please sign in to comment.