Skip to content

Commit

Permalink
Update dependency: deps/haskell-backend_release (#4591)
Browse files Browse the repository at this point in the history
Co-authored-by: devops <devops@runtimeverification.com>
  • Loading branch information
rv-jenkins and devops authored Aug 21, 2024
1 parent e08ca98 commit 16b1b15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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

0 comments on commit 16b1b15

Please sign in to comment.