-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into coq-prelude-update
- Loading branch information
Showing
57 changed files
with
1,397 additions
and
259 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
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
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
19 files
+1 −1 | .github/workflows/ci.yml | |
+0 −0 | .gitmodules | |
+3 −1 | argo/argo.cabal | |
+303 −110 | argo/src/Argo.hs | |
+53 −16 | argo/src/Argo/DefaultMain.hs | |
+73 −15 | argo/src/Argo/ServerState.hs | |
+2 −1 | file-echo-api/file-echo-api.cabal | |
+4 −0 | file-echo-api/file-echo-api/Main.hs | |
+3 −0 | file-echo-api/mutable-file-echo-api/Main.hs | |
+91 −0 | file-echo-api/src/FileEchoServer.hs | |
+77 −0 | file-echo-api/src/MutableFileEchoServer.hs | |
+18 −2 | python/CHANGELOG.md | |
+43 −10 | python/argo_client/connection.py | |
+12 −4 | python/argo_client/interaction.py | |
+1 −1 | python/setup.py | |
+375 −54 | python/tests/test_file_echo_api.py | |
+63 −1 | python/tests/test_file_echo_interaction.py | |
+133 −26 | python/tests/test_mutable_file_echo_api.py | |
+0 −61 | stack.yaml |
Submodule cryptol
updated
71 files
Submodule llvm-pretty
updated
from 1108da to 226e75
Submodule llvm-pretty-bc-parser
updated
12 files
+1 −6 | .github/workflows/build.yml | |
+3 −6 | .github/workflows/llvm-quick-fuzz.yml | |
+0 −1 | .gitignore | |
+3 −0 | .gitmodules | |
+14 −0 | disasm-test/tests/fneg.ll | |
+10 −26 | doc/developing.md | |
+1 −0 | llvm-pretty | |
+26 −0 | src/Data/LLVM/BitCode/IR/Constants.hs | |
+85 −59 | src/Data/LLVM/BitCode/IR/Function.hs | |
+3 −0 | src/Data/LLVM/BitCode/IR/Module.hs | |
+9 −8 | src/Data/LLVM/BitCode/Parse.hs | |
+1 −0 | unit-test/Tests/Instances.hs |
Submodule macaw
updated
25 files
Submodule what4
updated
11 files
Oops, something went wrong.