Skip to content

Commit 2c3b750

Browse files
Merge branch 'release-3.19' into src. Close #56.
2 parents 6e5cef0 + 4db7917 commit 2c3b750

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

home.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
## News
2-
**Release 3.18.1 -- 2024-01-07**
2+
**Release 3.19 -- 2024-03-07**
33

4-
We are pleased to announce the release of Copilot 3.18.1, a stream-based DSL
4+
We are pleased to announce the release of Copilot 3.19, a stream-based DSL
55
for writing and monitoring embedded C programs, with an emphasis on correctness
66
and hard realtime requirements. Copilot is typically used as a high-level
77
runtime verification framework, and supports temporal logic (LTL, PTLTL and
88
MTL), clocks and voting algorithms.
99

10-
Among others, Copilot has been used at the Safety Critical Avionics Systems
10+
Among others, Copilot is being used at the Safety Critical Avionics Systems
1111
Branch of NASA Langley Research Center for monitoring test flights of drones.
1212

13-
This release updates the C backend so that the code produced complies with
14-
MISRA C, and introduces testing infrastructure for `copilot-libraries` and
15-
`copilot-theorem`. We also , fix an issue with how arrays are generated
16-
internally when used as arguments to triggers, introduce compatibility with GHC
17-
9.6, and introduce a new function `forAll` to void clashes with the language
18-
keyword `forall`, which will be needed to be compatible with GHC >= 9.8 in
19-
future versions.
13+
This release drastically increases the test coverage of `copilot-core`. We also
14+
remove deprecated functions from `copilot-core` that had been renamed in prior
15+
versions to comply with our style guide.
2016

2117
Details are available
22-
[here](https://github.com/Copilot-Language/copilot/milestone/24?closed=1),
23-
[here](https://github.com/Copilot-Language/copilot/milestone/23?closed=1)
18+
[here](https://github.com/Copilot-Language/copilot/milestone/25?closed=1),
2419
and
25-
[here](https://github.com/Copilot-Language/copilot/releases/tag/v3.18.1).
20+
[here](https://github.com/Copilot-Language/copilot/releases/tag/v3.19).
2621

2722
Current emphasis is on improving the codebase in terms of stability and test
2823
coverage, removing unnecessary dependencies, hiding internal definitions, and

0 commit comments

Comments
 (0)