Closed
Description
To be implemented and backported when Erlang 26 is released:
- Support
custom_options: [sort_maps: true]
for sorting maps - Make the suite resilient to unordered maps
- Give the new shell on Windows a try and ensure that ANSI detection works out of the box
- Ensure history works
To be implemented when Erlang 26 is released:
- Ensure we properly cache code paths
- Support concurrent application boot
To be implemented when we require Erlang 26 exclusively:
- Support
min
andmax
in guards - Support groups in autocomplete
- Allow parallel binary matching (Lift restrictions for matching of binaries and maps erlang/otp#6415)
- Remove WERL/--werl altogether (including release scripts)
- Remove setting of ansi_enabled from bin/ scripts
Please do not send PRs for those, as it will take a while until we can effectively accept them.