aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-08-01 18:20:51 +0200
committerKazuhiko Sakaguchi2019-08-09 16:30:20 +0200
commit6a90e74a59d7848ef1b026533ee600511a1c41ff (patch)
treeb16080efc0a586f35d6b07d9476063b59b9bbca5
parentbb64d76f9fe80ecdef4f09c797914022783ccb80 (diff)
Add a changelog entry
Acknowledgement: This work is financially supported by Peano System Inc. on-behalf-of: @peano-system <info@peano-system.jp>
-rw-r--r--doc/changelog/08-tools/10577-extraction-dependent-projections.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/10577-extraction-dependent-projections.rst b/doc/changelog/08-tools/10577-extraction-dependent-projections.rst
new file mode 100644
index 0000000000..4d52355542
--- /dev/null
+++ b/doc/changelog/08-tools/10577-extraction-dependent-projections.rst
@@ -0,0 +1,9 @@
+- Fix a printing bug of OCaml extraction on dependent record projections, which
+ produced improper `assert false`. This change makes the OCaml extractor
+ internally inline record projections by default; thus the monolithic OCaml
+ extraction (:cmd:`Extraction` and :cmd:`Recursive Extraction`) does not
+ produce record projection constants anymore except for record projections
+ explicitly instructed to extract, and records declared in opaque modules
+ (`#10577 <https://github.com/coq/coq/pull/10577>`_,
+ fixes `#7348 <https://github.com/coq/coq/issues/7348>`_,
+ by Kazuhiko Sakaguchi).