Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Roux
Iris
Commits
ee1d6bed
Commit
ee1d6bed
authored
9 months ago
by
Pierre Roux
Browse files
Options
Downloads
Patches
Plain Diff
Adapt to
https://github.com/coq/coq/pull/19530
parent
d955d6af
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.coq.local
+2
-1
2 additions, 1 deletion
Makefile.coq.local
tests/iprop.v
+1
-1
1 addition, 1 deletion
tests/iprop.v
with
3 additions
and
2 deletions
Makefile.coq.local
+
2
−
1
View file @
ee1d6bed
...
@@ -29,7 +29,8 @@ COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode
...
@@ -29,7 +29,8 @@ COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode
# These versions of Coq are known to have different output so we don't test them.
# These versions of Coq are known to have different output so we don't test them.
# Need to make this a lazy variable (`=` instead of `:=`) since COQ_VERSION is only set later.
# Need to make this a lazy variable (`=` instead of `:=`) since COQ_VERSION is only set later.
# Make sure to recognize both 8.$NUM.0 and 8.$NUM+alpha.
# Make sure to recognize both 8.$NUM.0 and 8.$NUM+alpha.
COQ_NOREF
=
$(
shell
echo
"
$(
COQ_VERSION
)
"
|
grep
-E
"^8
\.
(16|17|18|20|21
)
[.+]"
-q
&&
echo
1
)
#COQ_NOREF= $(shell echo "$(COQ_VERSION)" | grep -E "^8\.(16|17|18|20|21)[.+]" -q && echo 1)
COQ_NOREF
=
$(
shell
echo
1
)
tests/.coqdeps.d
:
$(TESTFILES)
tests/.coqdeps.d
:
$(TESTFILES)
$(
SHOW
)
'COQDEP TESTFILES'
$(
SHOW
)
'COQDEP TESTFILES'
...
...
This diff is collapsed.
Click to expand it.
tests/iprop.v
+
1
−
1
View file @
ee1d6bed
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
of [gFunctors]:
of [gFunctors]:
See [!782](https://gitlab.mpi-sws.org/iris/iris/-/merge_requests/782) *)
See [!782](https://gitlab.mpi-sws.org/iris/iris/-/merge_requests/782) *)
From
Coq
Require
Import
Logic
.
Eqdep
.
From
Coq
.
Logic
Require
Import
Eqdep
.
(** A [sigT] that is partially applied and template-polymorphic causes universe
(** A [sigT] that is partially applied and template-polymorphic causes universe
inconsistency errors, which is why [sigT] should be avoided for the definition
inconsistency errors, which is why [sigT] should be avoided for the definition
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment