Skip to content

Commit

Permalink
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
Browse files Browse the repository at this point in the history
…ate to version e39ac194845ba6d1d03037c5c13e700b06d6237e
  • Loading branch information
rv-jenkins committed Dec 13, 2023
1 parent 700b924 commit ddd76fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/e39ac194845ba6d1d03037c5c13e700b06d6237e";
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 26 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
+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 ddd76fd

Please sign in to comment.