aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-05-28 01:00:23 +0200
committerPierre-Marie Pédrot2018-06-07 13:18:50 +0200
commite398b8b5dadb0cd75cd6cfb86525ccb039d75d49 (patch)
treeb75f75b6bf98babcb7163194b2e716f2ca53eb7c /CHANGES
parent28ca5295339afecfc4ecb70214f6f575c11e34a1 (diff)
Fix #7615: Functor inlining drops universe substitution.
We store the universe context in the inlined terms and apply it to the instance provided to the substitution function. Technically the context is not needed, but we use it to assert that the length of the instance corresponds, just in case.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 787c9ba12a..ce8e313b99 100644
--- a/CHANGES
+++ b/CHANGES
@@ -61,6 +61,7 @@ Changes from 8.8.0 to 8.8.1
Kernel
- Fix a critical bug with cofixpoints and vm_compute/native_compute (#7333).
+- Fix a critical bug with inlining of polymorphic constants (#7615).
Notations