Skip to content

Commit

Permalink
Merge branch 'release-3.16.1'. Close #455.
Browse files Browse the repository at this point in the history
**Description**

Version 3.16.1 of Copilot is ready and should be closed and published on Hackage.

**Type**

- Management: release and publication.

**Additional context**

None.

**Requester**

- Ivan Perez.

**Method to check presence of bug**

Not applicable (not a bug).

**Expected result**

- Cabal files indicate new version number, constraints are adjusted as
  needed, commit is tagged with version number, and packages are
  published on Hackage.

- The following docker image installs copilot enforcing the new version
  via compiler constraints. It prints the message "Success" at the end
  if all completes correctly, and shows an error message otherwise.

```Dockerfile
FROM ubuntu:focal

RUN apt-get update

RUN apt-get install --yes libz-dev
RUN apt-get install --yes git

RUN apt-get install --yes wget
RUN mkdir -p $HOME/.ghcup/bin
RUN wget https://downloads.haskell.org/~ghcup/0.1.17.7/x86_64-linux-ghcup-0.1.17.7 -O $HOME/.ghcup/bin/ghcup

RUN chmod a+x $HOME/.ghcup/bin/ghcup
RUN chmod a+x $HOME/.ghcup/bin/ghcup
ENV PATH=$PATH:/root/.ghcup/bin/
ENV PATH=$PATH:/root/.cabal/bin/
RUN apt-get install --yes curl
RUN apt-get install --yes gcc make libgmp3-dev
RUN ghcup install ghc 9.0
RUN ghcup install cabal 3.4
RUN ghcup set ghc 9.0.2
RUN cabal update

SHELL ["/bin/bash", "-c"]
CMD git clone $REPO \
    && cd $NAME \
    && git checkout $COMMIT \
    && cabal install --lib copilot**/ \
         --constraint="copilot==3.16.1" \
         --constraint="copilot-c99==3.16.1" \
         --constraint="copilot-core==3.16.1" \
         --constraint="copilot-prettyprinter==3.16.1" \
         --constraint="copilot-interpreter==3.16.1" \
         --constraint="copilot-language==3.16.1" \
         --constraint="copilot-libraries==3.16.1" \
         --constraint="copilot-theorem==3.16.1" \
    && echo Success
```
Command (substitute variables based on new path after merge):
```
$ docker run -e "REPO=https://github.com/Copilot-Language/copilot" -e "NAME=copilot" -e "COMMIT=<HASH>" -it copilot-verify-455
```

**Solution implemented**

- Cabal files indicate new version number, constraints are adjusted as
  needed, commit is tagged with version number, and packages are
  published on Hackage.

**Further notes**

None.
  • Loading branch information
ivanperez-keera committed Sep 8, 2023
2 parents 7c4a509 + b84017c commit 4da64b3
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 26 deletions.
1 change: 1 addition & 0 deletions copilot-c99/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2023-09-07
* Version bump (3.16.1). (#455)
* Clean code. (#453)

2023-07-07
Expand Down
8 changes: 4 additions & 4 deletions copilot-c99/copilot-c99.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version : >= 1.10
name : copilot-c99
version : 3.16
version : 3.16.1
synopsis : A compiler for Copilot targeting C99.
description :
This package is a back-end from Copilot to C.
Expand Down Expand Up @@ -45,9 +45,9 @@ library
, mtl >= 2.2 && < 2.4
, pretty >= 1.1 && < 1.2

, copilot-core >= 3.16 && < 3.17
, language-c99 >= 0.2.0 && < 0.3
, language-c99-simple >= 0.2.2 && < 0.3
, copilot-core >= 3.16.1 && < 3.17
, language-c99 >= 0.2.0 && < 0.3
, language-c99-simple >= 0.2.2 && < 0.3

exposed-modules : Copilot.Compile.C99

Expand Down
3 changes: 3 additions & 0 deletions copilot-core/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-09-07
* Version bump (3.16.1). (#455)

2023-07-07
* Version bump (3.16). (#448)

Expand Down
2 changes: 1 addition & 1 deletion copilot-core/copilot-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: copilot-core
version: 3.16
version: 3.16.1
synopsis: An intermediate representation for Copilot.
description:
Intermediate representation for Copilot.
Expand Down
3 changes: 3 additions & 0 deletions copilot-interpreter/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-09-07
* Version bump (3.16.1). (#455)

2023-07-07
* Version bump (3.16). (#448)

Expand Down
4 changes: 2 additions & 2 deletions copilot-interpreter/copilot-interpreter.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: copilot-interpreter
version: 3.16
version: 3.16.1
synopsis: Interpreter for Copilot.
description:
Interpreter for Copilot.
Expand Down Expand Up @@ -44,7 +44,7 @@ library
base >= 4.9 && < 5,
pretty >= 1.0 && < 1.2,

copilot-core >= 3.16 && < 3.17
copilot-core >= 3.16.1 && < 3.17

exposed-modules:

Expand Down
3 changes: 3 additions & 0 deletions copilot-language/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-09-07
* Version bump (3.16.1). (#455)

2023-07-07
* Version bump (3.16). (#448)
* Move Copilot.Language.Stream.Arg to Copilot.Language.Spec. (#446)
Expand Down
8 changes: 4 additions & 4 deletions copilot-language/copilot-language.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: copilot-language
version: 3.16
version: 3.16.1
synopsis: A Haskell-embedded DSL for monitoring hard real-time
distributed systems.
description:
Expand Down Expand Up @@ -42,9 +42,9 @@ library
, data-reify >= 0.6 && < 0.7
, mtl >= 2.0 && < 3

, copilot-core >= 3.16 && < 3.17
, copilot-interpreter >= 3.16 && < 3.17
, copilot-theorem >= 3.16 && < 3.17
, copilot-core >= 3.16.1 && < 3.17
, copilot-interpreter >= 3.16.1 && < 3.17
, copilot-theorem >= 3.16.1 && < 3.17

exposed-modules: Copilot.Language
, Copilot.Language.Operators.BitWise
Expand Down
3 changes: 2 additions & 1 deletion copilot-libraries/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2023-08-08
2023-09-07
* Version bump (3.16.1). (#455)
* Fix semantics of since in Copilot.Library.PTLTL. (#443)
* Prevent the majority function from generating unused local variables.
(#408)
Expand Down
4 changes: 2 additions & 2 deletions copilot-libraries/copilot-libraries.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: copilot-libraries
version: 3.16
version: 3.16.1
synopsis: Libraries for the Copilot language.
description:
Libraries for the Copilot language.
Expand Down Expand Up @@ -41,7 +41,7 @@ library
, containers >= 0.4 && < 0.7
, mtl >= 2.0 && < 2.4
, parsec >= 2.0 && < 3.2
, copilot-language >= 3.16 && < 3.17
, copilot-language >= 3.16.1 && < 3.17

exposed-modules:
Copilot.Library.Libraries
Expand Down
3 changes: 3 additions & 0 deletions copilot-prettyprinter/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-09-07
* Version bump (3.16.1). (#455)

2023-07-07
* Version bump (3.16). (#448)

Expand Down
4 changes: 2 additions & 2 deletions copilot-prettyprinter/copilot-prettyprinter.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: copilot-prettyprinter
version: 3.16
version: 3.16.1
synopsis: A prettyprinter of Copilot Specifications.
description:
A prettyprinter of Copilot specifications.
Expand Down Expand Up @@ -45,7 +45,7 @@ library
base >= 4.9 && < 5,
pretty >= 1.0 && < 1.2,

copilot-core >= 3.16 && < 3.17
copilot-core >= 3.16.1 && < 3.17

exposed-modules:

Expand Down
3 changes: 3 additions & 0 deletions copilot-theorem/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-09-07
* Version bump (3.16.1). (#455)

2023-07-07
* Version bump (3.16). (#448)

Expand Down
6 changes: 3 additions & 3 deletions copilot-theorem/copilot-theorem.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description:
<https://copilot-language.github.io>.


version : 3.16
version : 3.16.1
license : BSD3
license-file : LICENSE
maintainer : Ivan Perez <[email protected]>
Expand Down Expand Up @@ -63,8 +63,8 @@ library
, xml >= 1.3 && < 1.4
, what4 >= 1.3 && < 1.5

, copilot-core >= 3.16 && < 3.17
, copilot-prettyprinter >= 3.16 && < 3.17
, copilot-core >= 3.16.1 && < 3.17
, copilot-prettyprinter >= 3.16.1 && < 3.17

exposed-modules : Copilot.Theorem
, Copilot.Theorem.Prove
Expand Down
3 changes: 3 additions & 0 deletions copilot/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-09-07
* Version bump (3.16.1). (#455)

2023-07-07
* Version bump (3.16). (#448)

Expand Down
14 changes: 7 additions & 7 deletions copilot/copilot.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: copilot
version: 3.16
version: 3.16.1
cabal-version: >= 1.10
license: BSD3
license-file: LICENSE
Expand Down Expand Up @@ -52,12 +52,12 @@ library
, directory >= 1.3 && < 1.4
, filepath >= 1.4 && < 1.5

, copilot-core >= 3.16 && < 3.17
, copilot-theorem >= 3.16 && < 3.17
, copilot-language >= 3.16 && < 3.17
, copilot-libraries >= 3.16 && < 3.17
, copilot-c99 >= 3.16 && < 3.17
, copilot-prettyprinter >= 3.16 && < 3.17
, copilot-core >= 3.16.1 && < 3.17
, copilot-theorem >= 3.16.1 && < 3.17
, copilot-language >= 3.16.1 && < 3.17
, copilot-libraries >= 3.16.1 && < 3.17
, copilot-c99 >= 3.16.1 && < 3.17
, copilot-prettyprinter >= 3.16.1 && < 3.17


exposed-modules: Language.Copilot, Language.Copilot.Main
Expand Down

0 comments on commit 4da64b3

Please sign in to comment.