Skip to content

Commit 1d29990

Browse files
committed
copilot-verifier: Adjust issue numbers in changelog. Refs #622.
The `copilot-verifier` package was originally developed in an external repo (https://github.com/Copilot-Language/copilot-verifier), but there is interest in having all Copilot projects and libraries merged into the main https://github.com/Copilot-Language/copilot repo for ease of management. Now that the `copilot-verifier` package lives in the `copilot` repo, this adjusts the issue numbers in the `copilot-verifier` changelog to refer to the old repo so that they will not be confused with issues in the `copilot` repo.
1 parent c8f4221 commit 1d29990

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

copilot-verifier/CHANGELOG

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,46 @@
11
2025-05-08
2-
* Version bump (4.4). (#85)
2+
* Version bump (4.4). (copilot-verifier#85)
33

44
2025-03-10
5-
* Version bump (4.3). (#82)
6-
* Add `smtSolver` option to `VerifierOptions`. (#78)
7-
* Add `smtFloatMode` option to `VerifierOptions`. (#79)
5+
* Version bump (4.3). (copilot-verifier#82)
6+
* Add `smtSolver` option to `VerifierOptions`. (copilot-verifier#78)
7+
* Add `smtFloatMode` option to `VerifierOptions`. (copilot-verifier#79)
88

99
2025-01-20
10-
* Version bump (4.2). (#76)
11-
* Reject specs that use multiple triggers with the same name. (#74)
10+
* Version bump (4.2). (copilot-verifier#76)
11+
* Reject specs that use multiple triggers with the same name.
12+
(copilot-verifier#74)
1213

1314
2024-11-08
14-
* Version bump (4.1). (#72)
15+
* Version bump (4.1). (copilot-verifier#72)
1516

1617
2024-09-09
17-
* Version bump (4.0). (#69)
18-
* Support verifying programs that use array updates. (#63)
19-
* Support verifying programs that use struct updates. (#57)
18+
* Version bump (4.0). (copilot-verifier#69)
19+
* Support verifying programs that use array updates.
20+
(copilot-verifier#63)
21+
* Support verifying programs that use struct updates.
22+
(copilot-verifier#57)
2023

2124
2024-08-03
22-
* Support building with `crucible-llvm-0.7` and `crux-llvm-0.9`. (#64)
23-
* Support GHC 9.4 through 9.8. (#65)
25+
* Support building with `crucible-llvm-0.7` and `crux-llvm-0.9`.
26+
(copilot-verifier#64)
27+
* Support GHC 9.4 through 9.8. (copilot-verifier#65)
2428

2529
2024-07-30
2630
* When using `Noisy` verbosity, always log proof goals related to the
27-
core correspondence proof, even if the goals are trivial. (#51)
31+
core correspondence proof, even if the goals are trivial.
32+
(copilot-verifier#51)
2833
* When using `Noisy` verbosity, log more information about which proof
29-
goals arise before or after calling the `step()` function. (#52)
34+
goals arise before or after calling the `step()` function.
35+
(copilot-verifier#52)
3036

3137
2024-07-11
32-
* Version bump (3.20). (#58)
38+
* Version bump (3.20). (copilot-verifier#58)
3339

3440
2024-03-08
35-
* Version bump (3.19). (#53)
41+
* Version bump (3.19). (copilot-verifier#53)
3642
* Provide more detailed feedback upon a successful run of the verifier.
37-
* Make the examples build with Copilot 3.19. (#53)
43+
* Make the examples build with Copilot 3.19. (copilot-verifier#53)
3844

3945
2024-02-06
4046
* Initial release of `copilot-verifier`.

0 commit comments

Comments
 (0)