Changes: reproducibility fix backported to 4.12

master
octachron 2020-11-24 16:26:11 +01:00
parent 3d6dc0fa64
commit 2a4a951485
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,6 @@ Working version
### Bug fixes:
- #9991: Fix reproducibility for `-no-alias-deps`
(Leo White, review by Gabriel Scherer and Florian Angeletti)
- #10005: Try expanding aliases in Ctype.nondep_type_rec
(Stephen Dolan, review by Gabriel Scherer, Leo White and Xavier Leroy)
@ -653,6 +650,9 @@ OCaml 4.12.0
(Vincent Laviron, report by Stephen Dolan, review by Xavier Leroy and
Stephen Dolan)
- #9991: Fix reproducibility for `-no-alias-deps`
(Leo White, review by Gabriel Scherer and Florian Angeletti)
- #9998: Use Sys.opaque_identity in CamlinternalLazy.force
This removes extra warning 59 messages when compiling afl-instrumented
code with flambda -O3.