-
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 pull request #2023 from GaloisInc/release-1.1-prep
Prepare for 1.1 release
- Loading branch information
Showing
14 changed files
with
74 additions
and
38 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
Submodule crucible
updated
32 files
Submodule cryptol
updated
6 files
Submodule llvm-pretty
updated
from 34cf64 to 780e7c
Submodule llvm-pretty-bc-parser
updated
8 files
+20 −0 | CHANGELOG.md | |
+7 −0 | disasm-test/tests/T266-constant-icmp.ll | |
+7 −0 | disasm-test/tests/T266-constant-icmp.pre-llvm15.ll | |
+3 −3 | flake.lock | |
+1 −1 | llvm-pretty | |
+3 −3 | llvm-pretty-bc-parser.cabal | |
+6 −4 | src/Data/LLVM/BitCode/IR/Constants.hs | |
+0 −18 | src/Data/LLVM/BitCode/IR/Values.hs |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "saw-client" | ||
version = "1.0.0" | ||
version = "1.1.0.99" | ||
readme = "README.md" | ||
description = "SAW client for the SAW RPC server" | ||
authors = ["Galois, Inc. <[email protected]>"] | ||
|
@@ -14,7 +14,7 @@ include = [ | |
python = "^3.8" | ||
requests = "^2.25.1" | ||
BitVector = "^3.4.9" | ||
cryptol = "3.0.0" # { path = "../../deps/cryptol/cryptol-remote-api/python/", develop = true } | ||
cryptol = "3.1.0" # { path = "../../deps/cryptol/cryptol-remote-api/python/", develop = true } | ||
argo-client = "0.0.11" | ||
lmdb = "^1.4.1" | ||
cbor2 = "^5.4.6" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Cabal-version: 2.4 | ||
Name: saw-script | ||
Version: 1.0.0.99 | ||
Version: 1.1.0.99 | ||
Author: Galois Inc. | ||
Maintainer: [email protected] | ||
Build-type: Custom | ||
|