You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: master_changes.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ New option/command/subcommand are prefixed with ◈.
25
25
*
26
26
27
27
## Switch
28
-
*
28
+
* When inferring a 2.1+ switch invariant from 2.0 base packages, don't filter out pinned packages as that causes very wide invariants for pinned compiler packages [#5176@dra27 - fix #4501]
29
29
30
30
## Pin
31
31
*
@@ -106,7 +106,8 @@ New option/command/subcommand are prefixed with ◈.
106
106
* Add repo optim enable/disable test [#5015@rjbou]
107
107
* Update list with co-instabillity [#5024@AltGr]
108
108
* Update var-option test with no switch examples [#5025]
109
-
* Escape for cmdliner.1.1.1 output chane [#5131@rjbou]
109
+
* Escape for cmdliner.1.1.1 output change [#5131@rjbou]
110
+
* Add test for switch upgrade from 2.0 root, with pinned compiler [#5176@rjbou@kit-ty-kate]
110
111
### Engine
111
112
* Fix meld reftest: open only with failing ones [#4913@rjbou]
112
113
* Add `BASEDIR` to environement [#4913@rjbou]
@@ -166,3 +167,4 @@ New option/command/subcommand are prefixed with ◈.
166
167
*`OpamHash`: add `sort` from strongest to weakest kind
167
168
*`OpamSystem.real_path`: Remove the double chdir trick on OCaml >= 4.13.0 [#4961@kit-ty-kate]
168
169
*`OpamClient`: fix `update_with_init_config`, when ``jobs` was set in `init_config`, it dropped rest of `config` update [#5056@rjbou]
170
+
*`OpamCompat`: add `Lazy` module and `Lazy.map` function [#5176@dra27]
0 commit comments