Skip to content

Commit

Permalink
chore(coq): bump coq lang to 0.8
Browse files Browse the repository at this point in the history
<!-- ps-id: 501a4787-9f2f-4fba-9e59-f1ddd56dc938 -->

Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Feb 19, 2023
1 parent 20a1f10 commit 4a9d0db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/dune_rules/coq/coq_stanza.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ let coq_syntax =
; ((0, 5), `Since (3, 4))
; ((0, 6), `Since (3, 5))
; ((0, 7), `Since (3, 7))
; ((0, 8), `Since (3, 8))
]

module Coqpp = struct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ This test is currently broken due to the workspace resolution being faulty #5899
1 | (coq.theory
2 | (name foo))
Error: 'coq.theory' is available only when coq is enabled in the dune-project
file. You must enable it using (using coq 0.7) in your dune-project file.
file. You must enable it using (using coq 0.8) in your dune-project file.
[1]
10 changes: 5 additions & 5 deletions test/blackbox-tests/test-cases/coq/github3624.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This used to be a reproduction case for #3624, where dune created a
dune-project with an incorrect using line. Since we dropped support
for automatically creating the dune-project file, this is now testing
that the error message is good when the coq extension is not enabled.
This used to be a reproduction case for #3624, where dune created a dune-project
with an incorrect using line. Since we dropped support for automatically
creating the dune-project file, this is now testing that the error message is
good when the coq extension is not enabled.

$ cat >dune <<EOF
> (coq.theory
Expand All @@ -16,5 +16,5 @@ that the error message is good when the coq extension is not enabled.
1 | (coq.theory
2 | (name foo))
Error: 'coq.theory' is available only when coq is enabled in the dune-project
file. You must enable it using (using coq 0.7) in your dune-project file.
file. You must enable it using (using coq 0.8) in your dune-project file.
[1]

0 comments on commit 4a9d0db

Please sign in to comment.