aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-11-04 16:28:09 +0100
committerGaëtan Gilbert2019-11-07 15:05:51 +0100
commit7233d98a79894c6be1cbe99d003982b0f6a5c37b (patch)
tree92536c25c3a70eb174df69f49bf3effccae4d338 /dev
parent634cb7b8a07a34fc29d074591091f0a6170f7bff (diff)
The "univ poly can capture global univs" checker side bug is fixed
(by the checker refactor AFAICT) + fix commit for the coqtop side fix (it got rebased at some point) Close #10705
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/critical-bugs4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/doc/critical-bugs b/dev/doc/critical-bugs
index 6d90ced12d..0631b3ad59 100644
--- a/dev/doc/critical-bugs
+++ b/dev/doc/critical-bugs
@@ -112,8 +112,8 @@ Universes
component: universe polymorphism
summary: universe polymorphism can capture global universes
impacted released versions: V8.5 to V8.8
- impacted coqchk versions: V8.5 to current (NOT FIXED)
- fixed in: 2385b5c1ef
+ impacted coqchk versions: V8.5 to V8.9
+ fixed in: ec4aa4971f (58e1d0f200 for the checker)
found by: Gaëtan Gilbert
exploit: test-suite/misc/poly-capture-global-univs
GH issue number: #8341