-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP fix: bump argo submodule, fix unknown ID errors for RPC server
TODO: push argo to PyPI once that's finalized, bump cryptol to use that.
- Loading branch information
Andrew Kent
committed
Aug 30, 2021
1 parent
0eea2cb
commit cfd90fb
Showing
6 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule argo
updated
11 files
+144 −56 | argo/src/Argo.hs | |
+15 −2 | argo/src/Argo/DefaultMain.hs | |
+44 −5 | argo/src/Argo/ServerState.hs | |
+2 −1 | file-echo-api/file-echo-api/Main.hs | |
+1 −1 | file-echo-api/mutable-file-echo-api/Main.hs | |
+23 −7 | file-echo-api/src/FileEchoServer.hs | |
+5 −0 | python/CHANGELOG.md | |
+6 −0 | python/argo_client/connection.py | |
+1 −1 | python/setup.py | |
+104 −26 | python/tests/test_file_echo_api.py | |
+3 −3 | python/tests/test_mutable_file_echo_api.py |