Skip to content

Commit

Permalink
Update dependency: deps/hs-backend-booster_release (#3937)
Browse files Browse the repository at this point in the history
Co-authored-by: devops <[email protected]>
Co-authored-by: Bruce Collie <[email protected]>
  • Loading branch information
3 people authored Feb 16, 2024
1 parent e7964f6 commit 4b6f386
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion deps/hs-backend-booster_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0ef6ecd37e193a736ddc1d9dc047c24646c4a324
db11dddfb7d82ee95bb038787bff2b44a94c38d5
22 changes: 11 additions & 11 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/3779155b609ae78c928d7b47c541b9b6ca969181";
haskell-backend.url = "github:runtimeverification/haskell-backend/e320d4b9dfe9fefa713311c99794ea5ba1950af1";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/0ef6ecd37e193a736ddc1d9dc047c24646c4a324";
url = "github:runtimeverification/hs-backend-booster/db11dddfb7d82ee95bb038787bff2b44a94c38d5";
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 56 files
+1 −1 .github/workflows/test.yml
+1 −1 cabal.project
+4 −0 cabal.project.freeze
+5 −1 cbits/kllvm-c.h
+1 −1 deps/haskell-backend_release
+5 −0 dev-tools/booster-dev/Server.hs
+4 −4 flake.lock
+2 −2 flake.nix
+4 −3 library/Booster/Builtin.hs
+35 −0 library/Booster/CLOptions.hs
+2 −6 library/Booster/Definition/Attributes/Base.hs
+5 −1 library/Booster/Definition/Attributes/Reader.hs
+3 −3 library/Booster/Definition/Ceil.hs
+29 −0 library/Booster/GlobalState.hs
+129 −103 library/Booster/JsonRpc.hs
+6 −1 library/Booster/LLVM.hs
+29 −11 library/Booster/LLVM/Internal.hs
+115 −56 library/Booster/Pattern/ApplyEquations.hs
+13 −23 library/Booster/Pattern/Bool.hs
+1 −1 library/Booster/Pattern/Index.hs
+63 −37 library/Booster/Pattern/Rewrite.hs
+1 −1 library/Booster/Pattern/Util.hs
+1 −0 library/Booster/SMT/Translate.hs
+1 −0 library/Booster/Syntax/Json/Internalise.hs
+1 −0 library/Booster/Syntax/ParsedKore/Internalise.hs
+24 −0 library/Booster/Util.hs
+25 −0 package.yaml
+1 −1 scripts/hlint.sh
+1 −1 stack.yaml
+6 −6 stack.yaml.lock
+18 −16 test/llvm-integration/LLVM.hs
+211 −0 test/predicates-integration/Main.hs
+4 −0 test/predicates-integration/README.md
+6 −0 test/predicates-integration/definition/predicates.k
+5 −1 test/rpc-integration/runDirectoryTest.sh
+2 −2 test/rpc-integration/test-a-to-f/response-branching.json
+400 −0 test/rpc-integration/test-a-to-f/response-branching.kore-rpc-dev
+1 −1 test/rpc-integration/test-compute-ceil/response-evaluate-g.booster-dev
+0 −180 test/rpc-integration/test-diamond/response-mutual-constraints-stuck.booster-dev
+0 −180 test/rpc-integration/test-diamond/response-mutual-constraints-stuck.json
+0 −180 test/rpc-integration/test-diamond/response-mutual-constraints-terminal.booster-dev
+0 −180 test/rpc-integration/test-diamond/response-mutual-constraints-terminal.json
+56 −56 test/rpc-integration/test-foundry-bug-report/response-007.json
+56 −56 test/rpc-integration/test-foundry-bug-report/response-009.json
+56 −56 test/rpc-integration/test-foundry-bug-report/response-011.json
+56 −56 test/rpc-integration/test-foundry-bug-report/response-013.json
+28 −28 test/rpc-integration/test-foundry-bug-report/response-015.json
+1 −1 test/rpc-integration/test-no-evaluator/response-no-concrete-evaluation.booster-dev
+1 −1 test/rpc-integration/test-questionmark-vars/response-one-ques.booster-dev
+1 −1 test/rpc-integration/test-questionmark-vars/response-two-ques-external.booster-dev
+1 −1 test/rpc-integration/test-questionmark-vars/response-two-ques-internal-with-counter.booster-dev
+1 −1 test/rpc-integration/test-questionmark-vars/response-two-ques-internal.booster-dev
+0 −975 test/rpc-integration/test-simplify/response-with-logging.json
+7 −2 tools/booster/Server.hs
+15 −5 unit-tests/Test/Booster/Pattern/ApplyEquations.hs
+41 −30 unit-tests/Test/Booster/Pattern/Rewrite.hs

0 comments on commit 4b6f386

Please sign in to comment.