Skip to content

Commit

Permalink
Update dependency: deps/hs-backend-booster_release (#3875)
Browse files Browse the repository at this point in the history
Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored Dec 13, 2023
1 parent aa52e23 commit 585d74e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deps/hs-backend-booster_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83c33a579af27bb5183d733dd4adc85b1db304ec
6e29375d4cbcfdeddf99e98f2ba7577db0cbf963
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 = {
haskell-backend.url = "github:runtimeverification/haskell-backend/a5847301404583e16d55cd4d051b8e605d704fbc";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/83c33a579af27bb5183d733dd4adc85b1db304ec";
url = "github:runtimeverification/hs-backend-booster/6e29375d4cbcfdeddf99e98f2ba7577db0cbf963";
inputs.nixpkgs.follows = "haskell-backend/nixpkgs";
inputs.haskell-backend.follows = "haskell-backend";
inputs.stacklock2nix.follows = "haskell-backend/stacklock2nix";
Expand Down
2 changes: 1 addition & 1 deletion hs-backend-booster/src/main/native/hs-backend-booster
Submodule hs-backend-booster updated 27 files
+1 −1 dev-tools/pretty/Pretty.hs
+1 −0 library/Booster/CLOptions.hs
+122 −48 library/Booster/JsonRpc.hs
+19 −14 library/Booster/JsonRpc/Utils.hs
+0 −11 library/Booster/Pattern/Base.hs
+10 −2 library/Booster/Pattern/Rewrite.hs
+1 −0 library/Booster/Pattern/Unify.hs
+0 −23 library/Booster/Pattern/Util.hs
+95 −0 library/Booster/Syntax/Json.hs
+189 −65 library/Booster/Syntax/Json/Internalise.hs
+45 −18 library/Booster/Syntax/ParsedKore/Internalise.hs
+45 −0 test/rpc-integration/test-substitutions/README.md
+57 −33 test/rpc-integration/test-substitutions/response-circular-equations.json
+240 −0 test/rpc-integration/test-substitutions/response-symbolic-bottom-predicate.json
+173 −0 test/rpc-integration/test-substitutions/response-symbolic-bottom-predicate.kore-rpc-dev
+52 −2 test/rpc-integration/test-substitutions/response-symbolic-two-substitutions.json
+173 −0 test/rpc-integration/test-substitutions/response-symbolic-two-substitutions.kore-rpc-dev
+49 −0 test/rpc-integration/test-substitutions/response-unsupported-predicate.json
+209 −0 test/rpc-integration/test-substitutions/state-circular-equations.execute
+162 −0 test/rpc-integration/test-substitutions/state-symbolic-bottom-predicate.execute
+163 −0 test/rpc-integration/test-substitutions/state-symbolic-two-substitutions.execute
+76 −0 test/rpc-integration/test-substitutions/state-unsupported-predicate.simplify
+2 −2 tools/booster/Proxy.hs
+24 −3 unit-tests/Test/Booster/Fixture.hs
+1 −3 unit-tests/Test/Booster/Pattern/Rewrite.hs
+8 −0 unit-tests/Test/Booster/Syntax/Json.hs
+165 −0 unit-tests/Test/Booster/Syntax/Json/Internalise.hs

0 comments on commit 585d74e

Please sign in to comment.