From 6a90e74a59d7848ef1b026533ee600511a1c41ff Mon Sep 17 00:00:00 2001 From: Kazuhiko Sakaguchi Date: Thu, 1 Aug 2019 18:20:51 +0200 Subject: Add a changelog entry Acknowledgement: This work is financially supported by Peano System Inc. on-behalf-of: @peano-system --- .../08-tools/10577-extraction-dependent-projections.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/changelog/08-tools/10577-extraction-dependent-projections.rst 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 `_, + fixes `#7348 `_, + by Kazuhiko Sakaguchi). -- cgit v1.2.3