Skip to content

Commit

Permalink
Update dependency: deps/haskell-backend_release (#4572)
Browse files Browse the repository at this point in the history
Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Jost Berthold <jost.berthold@gmail.com>
  • Loading branch information
3 people authored Aug 14, 2024
1 parent 4f14b27 commit 754fdde
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.58
v0.1.67
16 changes: 8 additions & 8 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.77";
haskell-backend = {
url = "github:runtimeverification/haskell-backend/v0.1.58";
url = "github:runtimeverification/haskell-backend/v0.1.67";
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 42 files
+9 −0 booster/library/Booster/CLOptions.hs
+28 −62 booster/library/Booster/JsonRpc.hs
+22 −5 booster/library/Booster/LLVM.hs
+38 −47 booster/library/Booster/Pattern/ApplyEquations.hs
+6 −18 booster/library/Booster/Pattern/Rewrite.hs
+7 −3 booster/library/Booster/SMT/Base.hs
+155 −153 booster/library/Booster/SMT/Interface.hs
+3 −3 booster/library/Booster/SMT/LowLevelCodec.hs
+44 −29 booster/library/Booster/SMT/Runner.hs
+25 −2 booster/library/Booster/Util.hs
+1 −1 booster/package.yaml
+10 −0 booster/test/llvm-integration/LLVM.hs
+0 −9 ...ation/test-diamond/params-mutual-constraints-terminal-log-fallbacks-and-failed-and-successful-rewrites.json
+0 −8 ...test/rpc-integration/test-diamond/params-mutual-constraints-terminal-log-fallbacks-and-failed-rewrites.json
+0 −7 booster/test/rpc-integration/test-diamond/params-mutual-constraints-terminal-log-fallbacks.json
+0 −408 ...ion/test-diamond/response-mutual-constraints-terminal-log-fallbacks-and-failed-and-successful-rewrites.json
+0 −299 ...st/rpc-integration/test-diamond/response-mutual-constraints-terminal-log-fallbacks-and-failed-rewrites.json
+0 −290 booster/test/rpc-integration/test-diamond/response-mutual-constraints-terminal-log-fallbacks.json
+0 −105 booster/test/rpc-integration/test-logTiming/response-c.json
+0 −1 booster/test/rpc-integration/test-logTiming/state-c.execute
+0 −32 booster/test/rpc-integration/test-logTiming/test.sh
+14 −112 booster/tools/booster/Proxy.hs
+4 −18 booster/tools/booster/Stats.hs
+1 −1 booster/unit-tests/Test/Booster/SMT/LowLevel.hs
+1 −1 deps/k_release
+1 −1 dev-tools/package.yaml
+2 −29 docs/2022-07-18-JSON-RPC-Server-API.md
+4 −4 flake.lock
+1 −1 flake.nix
+1 −1 kore-rpc-types/kore-rpc-types.cabal
+0 −4 kore-rpc-types/src/Kore/JsonRpc/Types.hs
+1 −1 kore/kore.cabal
+27 −58 kore/src/Kore/JsonRpc.hs
+12 −2 kore/src/Kore/Rewrite/SMT/Translate.hs
+1 −1 package/debian/changelog
+1 −1 package/version
+1 −0 scripts/performance-tests-kevm.sh
+0 −1 test/rpc-server/logTiming/definition.kore
+0 −3 test/rpc-server/logTiming/params.json
+0 −1 test/rpc-server/logTiming/response.golden
+0 −85 test/rpc-server/logTiming/state.json
+33 −79 test/rpc-server/runTests.py

0 comments on commit 754fdde

Please sign in to comment.