Conversation
|
lol wrong way |
|
Doubt this is what we want in the long term but possible quick fix. |
|
it looks like this commit is what broke things c-cube/ocaml-containers@571f9f3 (did a bisect with pinning versions of containers) the only change in this commit that differs between ocaml 5.3 and ocaml 4.14.x is the implementation of though the implementation of
|
|
Thanks, b-paul, it looks like the fix is to use |
|
I don't think we get any real benefit from supporting OCaml 4.14 so I may just remove it from the test CI matrix and not put more effort into supporting it---this is the second instance of differing stdlib semantics between 4 and 5 I've come across. |
Issue seems to be the new update for containers 2 days ago, not sure why this flips the order though.