Skip to content

Commit deef4c9

Browse files
committed
Hygiene
1 parent bf0214a commit deef4c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.depend

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4874,7 +4874,6 @@ lambda/value_rec_compiler.cmo : \
48744874
typing/value_rec_types.cmi \
48754875
typing/primitive.cmi \
48764876
utils/misc.cmi \
4877-
utils/lazy_backtrack.cmi \
48784877
lambda/lambda.cmi \
48794878
typing/ident.cmi \
48804879
lambda/debuginfo.cmi \
@@ -4884,7 +4883,6 @@ lambda/value_rec_compiler.cmx : \
48844883
typing/value_rec_types.cmi \
48854884
typing/primitive.cmx \
48864885
utils/misc.cmx \
4887-
utils/lazy_backtrack.cmx \
48884886
lambda/lambda.cmx \
48894887
typing/ident.cmx \
48904888
lambda/debuginfo.cmx \

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Working version
104104
is a break hint at the end.
105105
(Florian Angeletti, review by Gabriel Scherer)
106106

107+
- #13938: Tweak compilation of recursive values to preserve unicity of
108+
mutable structures
109+
(Vincent Laviron, review by Gabriel Scherer)
110+
107111
OCaml 5.4.0
108112
---------------
109113

0 commit comments

Comments
 (0)