aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-09-26 10:43:25 +0200
committerPierre-Marie Pédrot2018-09-26 10:43:25 +0200
commitb7cd70b5732d43280fc646115cd8597f2e844f95 (patch)
tree4f9722e1d4e0add523f442f91565f4fc05855880 /CHANGES
parent7cc70b0df61718a946327d5bfb056b140eeb54ba (diff)
parent5780336e3be522f76906b719c3d3694f243a5bdb (diff)
Merge PR #8217: Fixes #8215: "critical" type inference bug in interpreting evars by name
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b163517090..8651c8e23a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -81,6 +81,11 @@ Specification language
variables) may occasionally change type inference in incompatible
ways, especially regarding the inference of the return clause of "match".
+- Fixing a missing check in interpreting instances of existential
+ variables which are bound to local definitions might exceptionally
+ induce an overhead if the cost of checking the conversion of the
+ corresponding definitions is additionally high (PR #8215).
+
Standard Library
- Added `Ascii.eqb` and `String.eqb` and the `=?` notation for them,