Open
Description
When Erlang/OTP 28+ is released:
- Deprecate Regex.recompile and related fields
When we require Erlang/OTP 28+ (so please do not send PRs for those):
- Remove code that conditionally compiles regexes
- Track if there is a loader optimization for new regexes
- Replace references to
-erl_epmd_port
with-kernel erl_epmd_node_listen_port
- Verify if
IEx.start
could be used to start it interactively - No longer pass
version: 2
to:sets
module - Consider adding end locations to function annotations (Add erl_anno:set_end_location/2 erlang/otp#8966)