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 f2ae5990cc61618e97c0350ffea7485574b246d1
  • Loading branch information
rv-jenkins committed Nov 29, 2023
1 parent dad017c commit 001e1dc
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/827252a324f651f361ac62de40dbf8888a089503";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/5a7fe6f6dff7b0b04418376949c986bcbe652246";
url = "github:runtimeverification/hs-backend-booster/f2ae5990cc61618e97c0350ffea7485574b246d1";
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 42 files
+1 −0 flake.nix
+34 −2 library/Booster/CLOptions.hs
+12 −2 library/Booster/Definition/Attributes/Base.hs
+15 −0 library/Booster/Definition/Attributes/Reader.hs
+104 −7 library/Booster/JsonRpc.hs
+7 −2 library/Booster/Pattern/Base.hs
+9 −1 library/Booster/Pattern/Binary.hs
+33 −8 library/Booster/Pattern/Bool.hs
+119 −79 library/Booster/Pattern/Rewrite.hs
+4 −1 library/Booster/Prettyprinter.hs
+118 −0 library/Booster/SMT/Base.hs
+280 −0 library/Booster/SMT/Interface.hs
+123 −0 library/Booster/SMT/LowLevelCodec.hs
+170 −0 library/Booster/SMT/Runner.hs
+288 −0 library/Booster/SMT/Translate.hs
+1 −0 library/Booster/Syntax/Json/Internalise.hs
+3 −0 package.yaml
+28 −18 scripts/integration-tests.sh
+2 −0 stack.yaml
+14 −0 stack.yaml.lock
+169 −0 test/llvm-integration/LLVM.hs
+0 −1 test/llvm-integration/definition/llvm.k
+209 −6 test/rpc-integration/test-diamond/response-mutual-constraints-stuck.booster-dev
+90 −9 test/rpc-integration/test-diamond/response-mutual-constraints-stuck.json
+195 −7 test/rpc-integration/test-diamond/response-mutual-constraints-terminal.booster-dev
+90 −9 test/rpc-integration/test-diamond/response-mutual-constraints-terminal.json
+24 −24 test/rpc-integration/test-foundry-bug-report/response-007.json
+24 −24 test/rpc-integration/test-foundry-bug-report/response-009.json
+50 −50 test/rpc-integration/test-foundry-bug-report/response-011.json
+50 −50 test/rpc-integration/test-foundry-bug-report/response-013.json
+25 −25 test/rpc-integration/test-foundry-bug-report/response-015.json
+3 −3 test/rpc-integration/test-get-model/README.md
+13 −14 test/rpc-integration/test-get-model/state-no-predicate.get-model
+13 −14 test/rpc-integration/test-get-model/state-not-satisfiable-vars.get-model
+2 −2 test/rpc-integration/test-vacuous/response-vacuous-var-at-branch.json
+4 −2 tools/booster-dev/Server.hs
+9 −2 tools/booster/Server.hs
+1 −0 unit-tests/Test/Booster/Pattern/ApplyEquations.hs
+8 −1 unit-tests/Test/Booster/Pattern/Binary.hs
+8 −5 unit-tests/Test/Booster/Pattern/Rewrite.hs
+2 −1 unit-tests/Test/Booster/Pattern/Util.hs
+147 −0 unit-tests/Test/Booster/SMT/LowLevel.hs

0 comments on commit 001e1dc

Please sign in to comment.