From ac71b1fe7d4c24f5b53d698b4f4c453e1420911b Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Wed, 15 Dec 2021 16:18:34 +0100 Subject: [PATCH] update changes --- master_changes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/master_changes.md b/master_changes.md index a011df37047..79d0205609c 100644 --- a/master_changes.md +++ b/master_changes.md @@ -159,10 +159,14 @@ users) * Update crowbar with compare functions [#4918 @rjbou] ## Reftests +### Tests * Add switch-invariant test [#4866 @rjbou] * opam root version: add local switch cases [#4763 @rjbou] [2.1.0~rc2 #4715] * opam root version: add reinit test casess [#4763 @rjbou] [2.1.0~rc2 #4750] * Add & update env tests [#4861 #4841 @rjbou @dra27] + * Add orphans test [#4966 @AltGr] + * Import opam-rt tests (reinstall, big-upgrade, dep-cycles) [#4966 @AltGr] +### Engine * Add `opam-cat` to normalise opam file printing [#4763 @rjbou @dra27] [2.1.0~rc2 #4715] * Fix meld reftest: open only with failing ones [#4913 @rjbou] * Add `BASEDIR` to environement [#4913 @rjbou] @@ -173,6 +177,11 @@ users) * Hackish way to have several replacement in a single line [#4913 @rjbou] * Substitution in regexp pattern (for environment variables) [#4913 @rjbou] * Substitution for opam-cat content [#4913 @rjbou] + * Allow one char package name on repo [#4966 @AltGr] + * Remove opam output beginning with `###` [#4966 @AltGr] + * Add `` header to specify incomplete opam files to pin, it is updated from a template in reftest run (no lint errors) [#4966 @rjbou] + * Unescape output [#4966 @rjbou] + * Clean outputs from opam error reporting block [#4966 @rjbou] ## Github Actions