From 2a4a9514855a2a0cff5168d3111a9d1265106341 Mon Sep 17 00:00:00 2001 From: octachron Date: Tue, 24 Nov 2020 16:26:11 +0100 Subject: [PATCH] Changes: reproducibility fix backported to 4.12 --- Changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 29a9f52b6..3e76eee7f 100644 --- a/Changes +++ b/Changes @@ -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.