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
In #1448 we bumped our OCaml lower bound from 4.10 to 4.14. This gives access to new language and standard library features that we could exploit. Below is a list of some, but more could be found by going to OCaml changelogs and @since annotations in Stdlib.
4.11
4.12
Either module — could at least revert b4c0057, not sure if we want to use it for Printable.Either, etc.
In #1448 we bumped our OCaml lower bound from 4.10 to 4.14. This gives access to new language and standard library features that we could exploit. Below is a list of some, but more could be found by going to OCaml changelogs and
@since
annotations inStdlib
.4.11
4.12
Either
module — could at least revert b4c0057, not sure if we want to use it forPrintable.Either
, etc.Hashtbl.rebuild
— we've thought about using this to fix some potential GobView unmarshaling issues, but this needs to be investigated more (Fixload_run
pruning entire solution in Gobview #651 (comment)).4.13
String.starts_with
/ends_with
— UseString.starts_with
andends_with
fromStdlib
#1523.4.14
Seq
functions — Switch fromBatEnum
toSeq
#1437.GobList
and possibly elsewhere.The text was updated successfully, but these errors were encountered: