When Erlang/OTP 28+ is released: * [x] 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 * [x] Track if [there is a loader optimization for new regexes](https://github.com/erlang/otp/pull/9299) * [ ] 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 (https://github.com/erlang/otp/pull/8966)
When Erlang/OTP 28+ is released:
When we require Erlang/OTP 28+ (so please do not send PRs for those):
-erl_epmd_portwith-kernel erl_epmd_node_listen_portIEx.startcould be used to start it interactivelyversion: 2to:setsmodule