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/k_release #716

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6bbe69c
deps/k_release: Set Version 7.1.193
Dec 29, 2024
aa22315
pykwasm/: sync poetry files 7.1.193
Dec 29, 2024
f53a53b
flake.{nix,lock}: update Nix derivations
Dec 29, 2024
1f98448
Set Version: 0.1.119
Dec 29, 2024
9a4925d
deps/k_release: Set Version 7.1.194
Jan 7, 2025
eda4af3
pykwasm/: sync poetry files 7.1.194
Jan 7, 2025
7fba472
flake.{nix,lock}: update Nix derivations
Jan 7, 2025
87b959d
deps/k_release: Set Version 7.1.195
Jan 7, 2025
03b6ec5
pykwasm/: sync poetry files 7.1.195
Jan 7, 2025
4f7f4f5
flake.{nix,lock}: update Nix derivations
Jan 7, 2025
20c7e31
deps/k_release: Set Version 7.1.196
Jan 7, 2025
7781025
pykwasm/: sync poetry files 7.1.196
Jan 7, 2025
4d4cfd8
flake.{nix,lock}: update Nix derivations
Jan 7, 2025
6f5c90e
deps/k_release: Set Version 7.1.198
Jan 14, 2025
58959f3
pykwasm/: sync poetry files 7.1.198
Jan 14, 2025
b032a3f
flake.{nix,lock}: update Nix derivations
Jan 14, 2025
ad9295a
deps/k_release: Set Version 7.1.199
Jan 16, 2025
4608b29
pykwasm/: sync poetry files 7.1.199
Jan 16, 2025
9d5e81c
flake.{nix,lock}: update Nix derivations
Jan 16, 2025
691ba86
deps/k_release: Set Version 7.1.201
Jan 17, 2025
ea1cea4
pykwasm/: sync poetry files 7.1.201
Jan 17, 2025
3b6422d
flake.{nix,lock}: update Nix derivations
Jan 17, 2025
159bd84
deps/k_release: Set Version 7.1.202
Jan 20, 2025
168aaaa
pykwasm/: sync poetry files 7.1.202
Jan 20, 2025
9afbc26
flake.{nix,lock}: update Nix derivations
Jan 20, 2025
863ae08
fix poetry version
bbyalcinkaya Jan 20, 2025
bcf9b20
deps/k_release: Set Version 7.1.203
Jan 20, 2025
f769543
pykwasm/: sync poetry files 7.1.203
Jan 20, 2025
a854d69
flake.{nix,lock}: update Nix derivations
Jan 20, 2025
8889733
deps/k_release: Set Version 7.1.204
Jan 20, 2025
031dd17
pykwasm/: sync poetry files 7.1.204
Jan 20, 2025
6f3a16a
flake.{nix,lock}: update Nix derivations
Jan 20, 2025
998f327
increase smt timeout
bbyalcinkaya Jan 23, 2025
774ce24
pykwasm/: sync poetry files 7.1.204
Jan 23, 2025
6af2b32
deps/k_release: Set Version 7.1.207
Jan 23, 2025
1c2f307
pykwasm/: sync poetry files 7.1.207
Jan 23, 2025
12456b8
flake.{nix,lock}: update Nix derivations
Jan 23, 2025
e4f3073
increase smt timeout
bbyalcinkaya Jan 24, 2025
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN groupadd -g $GROUP_ID user && useradd -m -u $USER_ID -s /bin/sh -g user user
USER user:user
WORKDIR /home/user

RUN curl -sSL https://install.python-poetry.org | python3 -
RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.3 python3 -

RUN pip3 install --user \
cytoolz \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tests/%.parse: tests/%

tests/%.prove: tests/%
$(eval SOURCE_DIR := $(shell $(KDIST) which wasm-semantics.source))
$(TEST) prove $< kwasm-lemmas -I $(SOURCE_DIR)/wasm-semantics -w2e
$(TEST) prove $< kwasm-lemmas -I $(SOURCE_DIR)/wasm-semantics -w2e --haskell-backend-command "kore-exec --smt-timeout 5000"

tests/proofs/wrc20-spec.k.prove: tests/proofs/wrc20-spec.k
$(eval SOURCE_DIR := $(shell $(KDIST) which wasm-semantics.source))
Expand Down
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.191
7.1.207
32 changes: 16 additions & 16 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.191";
k-framework.url = "github:runtimeverification/k/v7.1.207";
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.118
0.1.119
370 changes: 219 additions & 151 deletions pykwasm/poetry.lock

Large diffs are not rendered by default.

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.118"
version = "0.1.119"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
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.191"
kframework = "7.1.207"
py-wasm = { git = "https://github.com/runtimeverification/py-wasm.git", tag="0.2.1" }

[tool.poetry.group.dev.dependencies]
Expand Down
Loading