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 98e9b260467ebcc85749168f7d0841ed11025af9
  • Loading branch information
rv-jenkins committed Jan 15, 2024
1 parent 682a355 commit 255e2c2
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/ca05f14b7957fec9f2a5ab3444cae01c5a76f12f";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/04b25dd62265842d20fe6c6034f7ad0798b85f4f";
url = "github:runtimeverification/hs-backend-booster/98e9b260467ebcc85749168f7d0841ed11025af9";
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 24 files
+2 −2 README.md
+13 −0 library/Booster/JsonRpc.hs
+96 −22 library/Booster/Pattern/ApplyEquations.hs
+4 −1 scripts/integration-tests.sh
+20 −0 test/rpc-integration/resources/simplify.k
+2 −2 test/rpc-integration/test-internalise-symbols/state-incorrect-argument-sort.execute
+50 −0 test/rpc-integration/test-simplify/README.md
+26 −0 test/rpc-integration/test-simplify/response-evaluate-two-stage-fail.json
+19 −0 test/rpc-integration/test-simplify/response-evaluate-two-stage.json
+1 −1 test/rpc-integration/test-simplify/response-evaluate-under-function.json
+92 −7 test/rpc-integration/test-simplify/response-if-then-else-arity-error.json
+79 −8 test/rpc-integration/test-simplify/response-if-then-else-sort-error.json
+37 −0 test/rpc-integration/test-simplify/response-not-and-false1.json
+37 −0 test/rpc-integration/test-simplify/response-not-and-false2.json
+26 −0 test/rpc-integration/test-simplify/response-simplification-loop.json
+23 −7 test/rpc-integration/test-simplify/response-symbolic-first-of-3.json
+23 −7 test/rpc-integration/test-simplify/response-with-logging.json
+20 −0 test/rpc-integration/test-simplify/state-evaluate-two-stage-fail.simplify
+20 −0 test/rpc-integration/test-simplify/state-evaluate-two-stage.simplify
+1 −1 test/rpc-integration/test-simplify/state-evaluate-under-function.simplify
+10 −10 test/rpc-integration/test-simplify/state-if-then-else-eval.simplify
+54 −0 test/rpc-integration/test-simplify/state-not-and-false1.simplify
+54 −0 test/rpc-integration/test-simplify/state-not-and-false2.simplify
+20 −0 test/rpc-integration/test-simplify/state-simplification-loop.simplify

0 comments on commit 255e2c2

Please sign in to comment.