File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
image :
20
20
- ' mathcomp/mathcomp-dev:coq-dev'
21
- - ' mathcomp/mathcomp:2.0.0-coq-8.18'
21
+ - ' mathcomp/mathcomp:2.2.0-coq-8.19'
22
+ - ' mathcomp/mathcomp:2.1.0-coq-8.18'
22
23
- ' mathcomp/mathcomp:2.0.0-coq-8.17'
23
24
- ' mathcomp/mathcomp:2.0.0-coq-8.16'
24
25
fail-fast : false
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
10
10
[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
11
11
[ ![ DOI] [ doi-shield ]] [ doi-link ]
12
12
13
- [ docker-action-shield ] : https://github.com/coq-community/regexp-Brzozowski/workflows/Docker%20CI /badge.svg?branch=master
14
- [ docker-action-link ] : https://github.com/coq-community/regexp-Brzozowski/actions?query=workflow:"Docker%20CI"
13
+ [ docker-action-shield ] : https://github.com/coq-community/regexp-Brzozowski/actions/ workflows/docker-action.yml /badge.svg?branch=master
14
+ [ docker-action-link ] : https://github.com/coq-community/regexp-Brzozowski/actions/workflows/docker-action.yml
15
15
16
16
[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
17
17
[ contributing-link ] : https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
Original file line number Diff line number Diff line change 1
1
-Q theories RegexpBrzozowski
2
2
3
3
-arg -w -arg -notation-overridden
4
- -arg -w -arg -redundant-canonical-projection
4
+ -arg -w -arg -notation-incompatible-prefix
5
5
6
6
theories/glue.v
7
7
theories/regexp.v
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ dependencies:
60
60
tested_coq_opam_versions :
61
61
- version : ' coq-dev'
62
62
repo : ' mathcomp/mathcomp-dev'
63
- - version : ' 2.0.0-coq-8.18'
63
+ - version : ' 2.2.0-coq-8.19'
64
+ repo : ' mathcomp/mathcomp'
65
+ - version : ' 2.1.0-coq-8.18'
64
66
repo : ' mathcomp/mathcomp'
65
67
- version : ' 2.0.0-coq-8.17'
66
68
repo : ' mathcomp/mathcomp'
Original file line number Diff line number Diff line change 2
2
(name RegexpBrzozowski)
3
3
(package coq-regexp-brzozowski)
4
4
(synopsis "Decision procedures for regular expression equivalence in Coq using Mathematical Components")
5
- (flags :standard -w -notation-overridden -w -redundant-canonical-projection ))
5
+ (flags :standard -w -notation-overridden -w -notation-incompatible-prefix ))
You can’t perform that action at this time.
0 commit comments