-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump argo submodule to include docs for method results
This bumps the `argo` submodule to include commit GaloisInc/argo@b9b3edd, which adds the ability to document the results of methods (in addition to their parameters). In addition to dealing with the breaking API changes from that commit, this adds missing documentation for each method's results. This also requires bumping the `cryptol` submodule commit to bring in similar changes introduced in GaloisInc/cryptol#1207.
- Loading branch information
1 parent
e5ed6d0
commit 7025253
Showing
13 changed files
with
220 additions
and
43 deletions.
There are no files selected for viewing
Submodule argo
updated
10 files
+4 −4 | .github/workflows/ci.yml | |
+0 −3 | .gitmodules | |
+0 −4 | argo/argo.cabal | |
+31 −10 | argo/src/Argo.hs | |
+33 −7 | argo/src/Argo/Doc.hs | |
+10 −16 | argo/src/Argo/Doc/Protocol.hs | |
+102 −9 | file-echo-api/README.rst | |
+0 −3 | file-echo-api/file-echo-api.cabal | |
+18 −10 | file-echo-api/src/FileEchoServer.hs | |
+14 −6 | file-echo-api/src/MutableFileEchoServer.hs |
Submodule cryptol
updated
24 files
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
Oops, something went wrong.