-
Notifications
You must be signed in to change notification settings - Fork 1
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 #54 from Copilot-Language/T53
Release 3.19. Refs #53.
- Loading branch information
Showing
7 changed files
with
56 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
2024-03-08 | ||
* Version bump (3.19). (#53) | ||
* Provide more detailed feedback upon a successful run of the verifier. | ||
* Make the examples build with Copilot 3.19. (#53) | ||
|
||
2024-02-06 | ||
* Initial release of `copilot-verifier`. |
This file was deleted.
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 @@ | ||
Cabal-version: 2.2 | ||
Name: copilot-verifier | ||
Version: 0.1 | ||
Version: 3.19 | ||
Author: Galois Inc. | ||
Maintainer: [email protected] | ||
Copyright: (c) Galois, Inc 2021-2024 | ||
|
@@ -21,7 +21,7 @@ Description: | |
in a precise way to the meaning of the original stream specification. The | ||
generated verification conditions are then dispatched to SMT solvers to be | ||
automatically solved. | ||
extra-doc-files: CHANGELOG.md, README.md | ||
extra-doc-files: CHANGELOG, README.md | ||
|
||
source-repository head | ||
type: git | ||
|
@@ -45,13 +45,13 @@ common bldflags | |
bv-sized >= 1.0.0 && < 1.1, | ||
bytestring, | ||
containers >= 0.5.9.0, | ||
copilot >= 3.18.1 && < 3.19, | ||
copilot-c99 >= 3.18.1 && < 3.19, | ||
copilot-core >= 3.18.1 && < 3.19, | ||
copilot-libraries >= 3.18.1 && < 3.19, | ||
copilot-language >= 3.18.1 && < 3.19, | ||
copilot-prettyprinter >= 3.18.1 && < 3.19, | ||
copilot-theorem >= 3.18.1 && < 3.19, | ||
copilot >= 3.19 && < 3.20, | ||
copilot-c99 >= 3.19 && < 3.20, | ||
copilot-core >= 3.19 && < 3.20, | ||
copilot-libraries >= 3.19 && < 3.20, | ||
copilot-language >= 3.19 && < 3.20, | ||
copilot-prettyprinter >= 3.19 && < 3.20, | ||
copilot-theorem >= 3.19 && < 3.20, | ||
crucible >= 0.7 && < 0.8, | ||
crucible-llvm >= 0.6 && < 0.7, | ||
crux >= 0.7 && < 0.8, | ||
|
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