Skip to content

Commit

Permalink
Update dependency: deps/hs-backend-booster_release (#3633)
Browse files Browse the repository at this point in the history
Co-authored-by: devops <[email protected]>
Co-authored-by: Georgy Lukyanov <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2023
1 parent 7c0bc44 commit fb10ed0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion deps/hs-backend-booster_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6bc7251015fb151652607cd72144ab6b9865e665
b01c3d729070882be1c15ce3dc9b7ee0bbfe04fe
24 changes: 12 additions & 12 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
Expand Up @@ -2,9 +2,9 @@
description = "K Framework";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
haskell-backend.url = "github:runtimeverification/haskell-backend/0d98bc9c62969bd6b49f3f0b75a14bbb65c589ef";
haskell-backend.url = "github:runtimeverification/haskell-backend/63397c713d21322434d572281c1407d929a1189e";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/6bc7251015fb151652607cd72144ab6b9865e665";
url = "github:runtimeverification/hs-backend-booster/b01c3d729070882be1c15ce3dc9b7ee0bbfe04fe";
# NB booster-backend will bring in another dependency on haskell-backend,
# but the two are not necessarily the same (different more often than not).
# We get two transitive dependencies on haskell-nix.
Expand Down
2 changes: 1 addition & 1 deletion hs-backend-booster/src/main/native/hs-backend-booster
Submodule hs-backend-booster updated 49 files
+7 −2 .github/workflows/test.yml
+2 −2 cabal.project
+1 −1 deps/haskell-backend_release
+4 −4 flake.lock
+1 −1 flake.nix
+97 −62 library/Booster/JsonRpc.hs
+1 −0 package.yaml
+1 −1 stack.yaml
+7 −7 stack.yaml.lock
+324 −286 test/rpc-integration/resources/diamond.kore
+13 −0 test/rpc-integration/resources/diamond/test.k
+5 −5 test/rpc-integration/resources/imp.k
+1 −0 test/rpc-integration/resources/logTiming.kore
+1 −1 test/rpc-integration/resources/no-evaluator.k
+1 −0 test/rpc-integration/resources/vacuous.kore
+5 −1 test/rpc-integration/runDirectoryTest.sh
+8 −0 test/rpc-integration/test-a-to-f/params-terminal-rule-with-logging.json
+251 −0 test/rpc-integration/test-a-to-f/response-terminal-rule-with-logging.json
+74 −0 test/rpc-integration/test-a-to-f/state-terminal-rule-with-logging.json
+4 −0 test/rpc-integration/test-diamond/params-mutual-constraints-stuck.json
+8 −0 test/rpc-integration/test-diamond/params-mutual-constraints-terminal.json
+111 −0 test/rpc-integration/test-diamond/response-mutual-constraints-stuck.booster-dev
+233 −0 test/rpc-integration/test-diamond/response-mutual-constraints-stuck.json
+118 −0 test/rpc-integration/test-diamond/response-mutual-constraints-stuck.kore-rpc-dev
+111 −0 test/rpc-integration/test-diamond/response-mutual-constraints-terminal.booster-dev
+218 −0 test/rpc-integration/test-diamond/response-mutual-constraints-terminal.json
+119 −0 test/rpc-integration/test-diamond/response-mutual-constraints-terminal.kore-rpc-dev
+90 −0 test/rpc-integration/test-diamond/state-mutual-constraints-stuck.execute
+90 −0 test/rpc-integration/test-diamond/state-mutual-constraints-terminal.execute
+113 −0 test/rpc-integration/test-logTiming/response-c.json
+1 −0 test/rpc-integration/test-logTiming/state-c.execute
+31 −0 test/rpc-integration/test-logTiming/test.sh
+91 −0 test/rpc-integration/test-no-evaluator/response-no-concrete-evaluation.booster-dev
+0 −379 test/rpc-integration/test-no-evaluator/response-no-concrete-evaluation.json
+53 −0 test/rpc-integration/test-vacuous/README.md
+151 −0 test/rpc-integration/test-vacuous/response-vacuous-at-branch.json
+100 −0 test/rpc-integration/test-vacuous/response-vacuous-at-branch.kore-rpc-dev
+213 −0 test/rpc-integration/test-vacuous/response-vacuous-but-rewritten.json
+210 −0 test/rpc-integration/test-vacuous/response-vacuous-but-rewritten.kore-rpc-dev
+206 −0 test/rpc-integration/test-vacuous/response-vacuous-var-at-branch.json
+155 −0 test/rpc-integration/test-vacuous/response-vacuous-var-at-branch.kore-rpc-dev
+213 −0 test/rpc-integration/test-vacuous/response-vacuous-without-rewrite.json
+210 −0 test/rpc-integration/test-vacuous/response-vacuous-without-rewrite.kore-rpc-dev
+90 −0 test/rpc-integration/test-vacuous/state-vacuous-at-branch.execute
+200 −0 test/rpc-integration/test-vacuous/state-vacuous-but-rewritten.execute
+145 −0 test/rpc-integration/test-vacuous/state-vacuous-var-at-branch.execute
+200 −0 test/rpc-integration/test-vacuous/state-vacuous-without-rewrite.execute
+284 −142 tools/booster/Proxy.hs
+6 −1 tools/rpc-client/RpcClient.hs

0 comments on commit fb10ed0

Please sign in to comment.