-
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.
Bump cryptol submodule, update
withSolver
calls.
Update simple-smt version and enable `-threaded` runtime. This tracks the changes from GaloisInc/cryptol#1225 The threaded runtime is necessary to keep `waitForProcess` from stalling all threads in simple-smt.
- Loading branch information
1 parent
a3b0e53
commit 58d3648
Showing
9 changed files
with
12 additions
and
12 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
Submodule cryptol
updated
30 files
+15 −3 | .github/ci.sh | |
+34 −17 | .github/workflows/ci.yml | |
+6 −0 | CHANGES.md | |
+1 −1 | cabal.GHC-8.10.2.config | |
+1 −1 | cabal.GHC-8.10.3.config | |
+1 −1 | cabal.GHC-8.6.5.config | |
+1 −1 | cabal.GHC-8.8.4.config | |
+5 −0 | cryptol-remote-api/python/CHANGELOG.md | |
+0 −8 | cryptol-remote-api/python/cryptol/connection.py | |
+1 −1 | cryptol-remote-api/python/pyproject.toml | |
+4 −1 | cryptol-remote-api/src/CryptolServer.hs | |
+2 −1 | cryptol.cabal | |
+33 −6 | docs/CryptolPrims.md | |
+ − | docs/CryptolPrims.pdf | |
+ − | docs/ProgrammingCryptol.pdf | |
+152 −105 | docs/ProgrammingCryptol/appendices/Syntax.tex | |
+57 −43 | docs/RefMan/RefMan.rst | |
+ − | docs/Semantics.pdf | |
+31 −15 | docs/Syntax.md | |
+ − | docs/Syntax.pdf | |
+8 −8 | lib/Cryptol.cry | |
+5 −3 | src/Cryptol/Eval.hs | |
+60 −16 | src/Cryptol/Eval/Reference.lhs | |
+6 −1 | src/Cryptol/ModuleSystem/Renamer.hs | |
+21 −4 | src/Cryptol/REPL/Monad.hs | |
+6 −5 | src/Cryptol/TypeCheck/Solver/SMT.hs | |
+25 −2 | src/Cryptol/TypeCheck/TypeOf.hs | |
+8 −0 | tests/issues/issue1240.cry | |
+1 −0 | tests/issues/issue1240.icry | |
+3 −0 | tests/issues/issue1240.icry.stdout |
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