Skip to content

Commit

Permalink
Update dependency: deps/hs-backend-booster_release (#4125)
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 Mar 27, 2024
1 parent af88266 commit 85bb6d5
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 @@
88ffab54a7266d8c98d5c039ef81143d1d24f3f0
248f67b2c69983cdf491051ec21d7b9f1316ff5a
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/093af3153a5e07626d9b2e628d7ad4fc77c5a723";
haskell-backend.url = "github:runtimeverification/haskell-backend/e7ba3c7e5626d3b2dd61318e91704fd6bf47228e";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/88ffab54a7266d8c98d5c039ef81143d1d24f3f0";
url = "github:runtimeverification/hs-backend-booster/248f67b2c69983cdf491051ec21d7b9f1316ff5a";
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 haskell-backend/src/main/native/haskell-backend
Submodule haskell-backend updated 34 files
+1 −1 deps/k_release
+16 −11 docs/2022-07-18-JSON-RPC-Server-API.md
+76 −14 kore-rpc-types/src/Kore/JsonRpc/Error.hs
+2 −0 kore/src/Kore/Attribute/Smtlib.hs
+8 −6 kore/src/Kore/Builtin/Builtin.hs
+3 −3 kore/src/Kore/Builtin/Symbols.hs
+11 −1 kore/src/Kore/IndexedModule/MetadataTools.hs
+13 −5 kore/src/Kore/IndexedModule/Resolvers.hs
+61 −24 kore/src/Kore/JsonRpc.hs
+1 −1 kore/src/Kore/Log/DebugEvaluateCondition.hs
+11 −6 kore/src/Kore/Log/DecidePredicateUnknown.hs
+64 −42 kore/src/Kore/Rewrite/Axiom/Matcher.hs
+14 −12 kore/src/Kore/Rewrite/SMT/Evaluator.hs
+2 −2 kore/src/Kore/Rewrite/SMT/Lemma.hs
+5 −2 kore/src/Kore/Rewrite/SMT/Translate.hs
+1 −1 kore/src/Kore/Validate/AttributesVerifier.hs
+7 −7 kore/src/SMT.hs
+16 −2 kore/src/SMT/AST.hs
+6 −3 kore/src/SMT/SimpleSMT.hs
+1 −1 kore/src/SQL.hs
+5 −0 test/rpc-server/execute/list-matching/README.md
+2,700 −0 test/rpc-server/execute/list-matching/definition.kore
+1 −0 test/rpc-server/execute/list-matching/params.json
+1 −0 test/rpc-server/execute/list-matching/response.golden
+74 −0 test/rpc-server/execute/list-matching/state.json
+13 −0 test/rpc-server/execute/list-matching/test.k
+1 −1 test/rpc-server/implies/refuse-macro-and-alias/response.golden
+15 −0 test/rpc-server/simplify/list-matching/README.md
+1 −0 test/rpc-server/simplify/list-matching/definition.kore
+1 −0 test/rpc-server/simplify/list-matching/params.json
+1 −0 test/rpc-server/simplify/list-matching/response.golden
+1 −0 test/rpc-server/simplify/list-matching/state.json
+1 −0 test/rpc-server/simplify/list-matching/test.k
+1 −1 test/rpc-server/simplify/smt-error/response.golden
2 changes: 1 addition & 1 deletion hs-backend-booster/src/main/native/hs-backend-booster
Submodule hs-backend-booster updated 47 files
+1 −1 cabal.project
+1 −1 deps/blockchain-k-plugin_release
+1 −1 deps/haskell-backend_release
+1 −1 deps/k_release
+4 −4 flake.lock
+1 −1 flake.nix
+1 −0 library/Booster/CLOptions.hs
+49 −32 library/Booster/JsonRpc.hs
+20 −1 library/Booster/JsonRpc/Utils.hs
+64 −108 library/Booster/Pattern/ApplyEquations.hs
+3 −0 library/Booster/SMT/Base.hs
+41 −18 library/Booster/SMT/Interface.hs
+6 −3 library/Booster/SMT/LowLevelCodec.hs
+35 −33 library/Booster/Syntax/Json/Internalise.hs
+34 −26 library/Booster/Syntax/ParsedKore/Internalise.hs
+2 −0 scripts/integration-tests.sh
+1 −1 stack.yaml
+6 −6 stack.yaml.lock
+7 −5 test/rpc-integration/resources/foundry-bug-report.kompile
+12 −0 test/rpc-integration/resources/int-and-bool.k
+525 −561 test/rpc-integration/resources/int-and-bool.kore
+7 −1 test/rpc-integration/runDirectoryTest.sh
+29 −1 test/rpc-integration/test-get-model/README.md
+114 −0 test/rpc-integration/test-get-model/response-with-map-relevant.json
+7 −0 test/rpc-integration/test-get-model/response-with-map-unsat.json
+7 −0 test/rpc-integration/test-get-model/response-with-map-unsat2.json
+114 −0 test/rpc-integration/test-get-model/response-with-map.json
+171 −0 test/rpc-integration/test-get-model/state-with-map-relevant.get-model
+203 −0 test/rpc-integration/test-get-model/state-with-map-unsat.get-model
+187 −0 test/rpc-integration/test-get-model/state-with-map-unsat2.get-model
+203 −0 test/rpc-integration/test-get-model/state-with-map.get-model
+79 −75 test/rpc-integration/test-internalise-symbols/response-incorrect-argument-length.json
+17 −13 test/rpc-integration/test-internalise-symbols/response-incorrect-argument-sort.json
+0 −1 test/rpc-integration/test-pathological-add-module/response-add_module_with_unknown_import_fails-001.json
+0 −1 test/rpc-integration/test-pathological-add-module/response-add_module_with_unknown_named_import_fails-002.json
+13 −9 test/rpc-integration/test-simplify/response-if-then-else-arity-error.json
+1 −1 test/rpc-integration/test-simplify/response-if-then-else-indeterminate.json
+11 −7 test/rpc-integration/test-simplify/response-if-then-else-sort-error.json
+1 −1 test/rpc-integration/test-simplify/state-if-then-else-arity-error.simplify
+1 −1 test/rpc-integration/test-simplify/state-if-then-else-eval.simplify
+1 −1 test/rpc-integration/test-simplify/state-if-then-else-false.simplify
+1 −1 test/rpc-integration/test-simplify/state-if-then-else-indeterminate.simplify
+1 −1 test/rpc-integration/test-simplify/state-if-then-else-sort-error.simplify
+1 −1 test/rpc-integration/test-simplify/state-if-then-else-true.simplify
+32 −28 test/rpc-integration/test-subsorts/response-not-subsort.json
+1 −1 tools/booster/Proxy.hs
+31 −6 tools/booster/Server.hs

0 comments on commit 85bb6d5

Please sign in to comment.