diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2016-07-04 15:04:30 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2016-07-04 15:04:30 +0200 |
commit | c22f6694bac3479426cf179839430d9d8675e456 (patch) | |
tree | f72f681336b8a0a80b671ac338d0382f3775ea4f | |
parent | 0eb08b70f0c576e58912c1fc3ef74f387ad465be (diff) |
Mention more fixes in CHANGES before we release pl2.
-rw-r--r-- | CHANGES | 29 |
1 files changed, 23 insertions, 6 deletions
@@ -1,22 +1,39 @@ Changes from V8.5pl1 to V8.5pl2 =============================== -Bugfixes +Critical bugfix +- Checksums of .vo files dependencies were not correctly checked. + +Other bugfixes +- #4097: more efficient occur-check in presence of primitive projections +- #4398: type_scope used consistently in "match goal". +- #4450: eauto does not work with polymorphic lemmas - #4677: fix alpha-conversion in notations needing eta-expansion. - Fully preserve initial order of hypotheses in "Regular Subst Tactic" mode. - #4644: a regression in unification. -- #4777: printing inefficiency with implicit arguments +- #4725: Function (Error: Conversion test raised an anomaly) and Program + (Error: Cannot infer this placeholder of type) +- #4747: Problem building Coq 8.5pl1 with OCaml 4.03.0: Fatal warnings - #4752: CoqIDE crash on files not ended by ".v". -- #4398: type_scope used consistently in "match goal". -- #4097: more efficient occur-check in presence of primitive projections - -Universes: +- #4777: printing inefficiency with implicit arguments +- #4818: "Admitted" fails due to undefined universe anomaly after calling + "destruct" +- #4823: remote counter: avoid thread race on sockets +- #4881: synchronizing "Declare Implicit Tactic" with backtrack. +- #4882: anomaly with Declare Implicit Tactic on hole of type with evars +- Fix use of "Declare Implicit Tactic" in refine. + triggered by CoqIDE + +Universes - Disallow silently dropping universe instances applied to variables (forward compatible) - Allow explicit universe instances on notations, when they can apply to the head reference of their expansion. +Build infrastructure +- New update on how to find camlp5 binary and library at configure time. + Changes from V8.5 to V8.5pl1 ============================ |