diff options
| author | coqbot-app[bot] | 2020-11-12 13:39:48 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-12 13:39:48 +0000 |
| commit | 24140636aa5562ba2dee407127339be1c96f4293 (patch) | |
| tree | f8644de41b093ad0956f9b0537fecaa091ebeb2f /doc/sphinx | |
| parent | c53abd9bf4517ba66c732034fb5f9aedef6d0930 (diff) | |
| parent | 332bb8c5199eb264d09d2810546170e0654f4527 (diff) | |
Merge PR #13331: Fix #13330: Kernel messes with polymorphic side-effects.
Reviewed-by: Zimmi48
Reviewed-by: SkySkimmer
Ack-by: gares
Ack-by: jfehrle
Ack-by: jashug
Ack-by: ejgallego
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/changes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index 8da5014125..f1bcd2fb44 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -1224,6 +1224,13 @@ Changes in 8.12.1 <https://github.com/coq/coq/pull/12738>`_, fixes `#7015 <https://github.com/coq/coq/issues/7015>`_, by Gaëtan Gilbert). +- **Fixed:** + Polymorphic side-effects inside monomorphic definitions were incorrectly + handled as not inlined. This allowed deriving an inconsistency + (`#13331 <https://github.com/coq/coq/pull/13331>`_, + fixes `#13330 <https://github.com/coq/coq/issues/13330>`_, + by Pierre-Marie Pédrot). + **Notations** - **Fixed:** |
