Skip to content

Commit

Permalink
Update dependency: deps/hs-backend-booster_release (#3832)
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 Nov 30, 2023
1 parent 834225c commit 5c76463
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion deps/hs-backend-booster_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c289a1a29575f9e5156fae75fb34e1c97cfffd02
f2ae5990cc61618e97c0350ffea7485574b246d1
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.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
description = "K Framework";
inputs = {
haskell-backend.url = "github:runtimeverification/haskell-backend/b2bade8ce62e5f3add32d87e98244ceb31790f9f";
haskell-backend.url = "github:runtimeverification/haskell-backend/827252a324f651f361ac62de40dbf8888a089503";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/c289a1a29575f9e5156fae75fb34e1c97cfffd02";
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 48 files
+1 −1 cabal.project
+1 −1 deps/haskell-backend_release
+4 −4 flake.lock
+2 −1 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
+36 −23 library/Booster/Pattern/Unify.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
+3 −1 stack.yaml
+19 −5 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
+21 −1 unit-tests/Test/Booster/Fixture.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
+20 −0 unit-tests/Test/Booster/Pattern/Unify.hs
+2 −1 unit-tests/Test/Booster/Pattern/Util.hs
+147 −0 unit-tests/Test/Booster/SMT/LowLevel.hs

0 comments on commit 5c76463

Please sign in to comment.