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/haskell-backend_release #4591

Merged
merged 30 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
90a9d39
deps/haskell-backend_release: Set Version v0.1.68
Aug 15, 2024
4cfa5fd
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 15, 2024
36071ec
flake.lock: update
Aug 15, 2024
eb93e79
deps/haskell-backend_release: Set Version v0.1.69
Aug 15, 2024
abfe541
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 15, 2024
c22c905
flake.lock: update
Aug 15, 2024
14ea235
deps/haskell-backend_release: Set Version v0.1.70
Aug 15, 2024
547c5a9
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 15, 2024
4373596
flake.lock: update
Aug 15, 2024
f0a70f5
Merge remote-tracking branch 'origin/develop' into _update-deps/runti…
Aug 19, 2024
b788721
deps/haskell-backend_release: Set Version v0.1.71
Aug 19, 2024
b493a4c
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 19, 2024
0d39651
flake.lock: update
Aug 19, 2024
e4daa32
Merge remote-tracking branch 'origin/develop' into _update-deps/runti…
Aug 19, 2024
988c3a4
deps/haskell-backend_release: Set Version v0.1.72
Aug 19, 2024
05d1911
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 19, 2024
7b64a4b
flake.lock: update
Aug 19, 2024
d2deefa
deps/haskell-backend_release: Set Version v0.1.73
Aug 19, 2024
1cb8d53
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 19, 2024
ab0076c
flake.lock: update
Aug 19, 2024
cd5cbf7
deps/haskell-backend_release: Set Version v0.1.74
Aug 20, 2024
a8d1fe2
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 20, 2024
47c1898
flake.lock: update
Aug 20, 2024
e7e3d58
Merge remote-tracking branch 'origin/develop' into _update-deps/runti…
Aug 20, 2024
13e6372
deps/haskell-backend_release: Set Version v0.1.75
Aug 20, 2024
135e8af
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 20, 2024
b145979
flake.lock: update
Aug 20, 2024
6a7b409
deps/haskell-backend_release: Set Version v0.1.76
Aug 21, 2024
4e75f59
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Aug 21, 2024
b936806
flake.lock: update
Aug 21, 2024
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/haskell-backend_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.67
v0.1.76
8 changes: 4 additions & 4 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 @@ -3,7 +3,7 @@
inputs = {
llvm-backend.url = "github:runtimeverification/llvm-backend/v0.1.81";
haskell-backend = {
url = "github:runtimeverification/haskell-backend/v0.1.67";
url = "github:runtimeverification/haskell-backend/v0.1.76";
inputs.rv-utils.follows = "llvm-backend/rv-utils";
inputs.nixpkgs.follows = "llvm-backend/nixpkgs";
};
Expand Down
2 changes: 1 addition & 1 deletion haskell-backend/src/main/native/haskell-backend
Submodule haskell-backend updated 65 files
+1 −14 booster/library/Booster/Definition/Base.hs
+2 −2 booster/library/Booster/Definition/Ceil.hs
+13 −128 booster/library/Booster/JsonRpc.hs
+9 −3 booster/library/Booster/JsonRpc/Utils.hs
+105 −78 booster/library/Booster/Pattern/ApplyEquations.hs
+261 −0 booster/library/Booster/Pattern/Implies.hs
+2 −1 booster/library/Booster/Pattern/Match.hs
+75 −52 booster/library/Booster/Pattern/Rewrite.hs
+5 −1 booster/library/Booster/Pattern/Util.hs
+55 −16 booster/library/Booster/SMT/Interface.hs
+4 −4 booster/library/Booster/SMT/Translate.hs
+15 −0 booster/library/Booster/Syntax/Json/Externalise.hs
+83 −14 booster/library/Booster/Syntax/Json/Internalise.hs
+106 −269 booster/library/Booster/Syntax/ParsedKore/Internalise.hs
+1 −1 booster/package.yaml
+5 −5 booster/test/internalisation/imp.k
+1,031 −1,266 booster/test/internalisation/imp.kore
+123 −115 booster/test/internalisation/imp.kore.report
+29,696 −19,988 booster/test/internalisation/test-totalSupply-definition.kore
+2,772 −2,216 booster/test/internalisation/test-totalSupply-definition.kore.report
+0 −2 booster/test/llvm-integration/LLVM.hs
+0 −0 booster/test/rpc-integration/resources/implies-issue-3941.haskell.kore
+1 −0 booster/test/rpc-integration/resources/implies-issue-3941.kompile
+69,195 −0 booster/test/rpc-integration/resources/implies-issue-3941.llvm.kore
+2 −1 booster/test/rpc-integration/resources/kompile-from-double-definition.sh
+263 −257 booster/test/rpc-integration/resources/module-addition.kore
+4 −0 booster/test/rpc-integration/test-implies-issue-3941/README.md
+3,969 −5 booster/test/rpc-integration/test-implies-issue-3941/response-001.booster-dev
+62 −0 booster/test/rpc-integration/test-implies/response-0->B.json
+0 −25 booster/test/rpc-integration/test-implies/response-0->T.booster-dev
+62 −0 booster/test/rpc-integration/test-implies/response-B->0.json
+11 −0 booster/test/rpc-integration/test-implies/response-T->0.booster-dev
+14 −0 booster/test/rpc-integration/test-implies/response-T->0.json
+32 −6 booster/test/rpc-integration/test-implies/response-X->0.booster-dev
+0 −25 booster/test/rpc-integration/test-implies/response-X->T.booster-dev
+8 −90 booster/test/rpc-integration/test-implies/response-fail-X->Y.booster-dev
+16 −1 booster/test/rpc-integration/test-implies/response-fail-X->Y.json
+1 −0 booster/test/rpc-integration/test-implies/state-0->B.send
+32 −0 booster/test/rpc-integration/test-implies/state-B->0.send
+32 −0 booster/test/rpc-integration/test-implies/state-T->0.send
+34 −39 booster/test/rpc-integration/test-implies2/README.md
+0 −530 booster/test/rpc-integration/test-implies2/response-antecedent-bottom.booster-dev
+0 −416 booster/test/rpc-integration/test-implies2/response-constant-subst.booster-dev
+0 −380 booster/test/rpc-integration/test-implies2/response-variable-subst.booster-dev
+9 −2 booster/tools/booster/Proxy.hs
+4 −1 booster/tools/booster/Server.hs
+0 −1 booster/unit-tests/Test/Booster/Fixture.hs
+15 −35 booster/unit-tests/Test/Booster/Pattern/Rewrite.hs
+3 −6 booster/unit-tests/Test/Booster/Syntax/Json/Internalise.hs
+1 −1 deps/k_release
+2 −0 dev-tools/kore-rpc-dev/Server.hs
+1 −1 dev-tools/package.yaml
+5 −1 dev-tools/pretty/Pretty.hs
+25 −17 docs/2022-07-18-JSON-RPC-Server-API.md
+1 −1 kore-rpc-types/kore-rpc-types.cabal
+3 −1 kore/app/share/GlobalMain.hs
+2 −1 kore/kore.cabal
+23 −10 kore/src/Kore/Rewrite/SMT/Evaluator.hs
+10 −0 kore/src/Options/SMT.hs
+30 −0 kore/src/SMT/Utils.hs
+2 −1 kore/test/Test/Kore/Rewrite/SMT/Evaluator.hs
+1 −1 package/debian/changelog
+1 −1 package/version
+2 −2 scripts/performance-tests-kevm.sh
+2 −2 scripts/performance-tests-kontrol.sh
Loading