-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Milestone
Description
To be implemented when Erlang 25 is released:
- Format terms in binary construction error message (Implement extended error information for binary construction erlang/otp#5281)
- Improved error messages in evaluation (Pass Anno to ExternalFunctionHandler in erl_eval erlang/otp#5631)
- Add pretty printing from EEP 54 (Add options to binary construction error_info formatting erlang/otp#5752)
- Add compile attribute
-nifs
To be implemented when we require Erlang 25 exclusively:
- Use "undefined" as node name for remote/rpc and document
-start_epmd false -erl_epmd_port 6789
on both vm.args/remote.vm.args if you need epmdless - Use
:erlang.float_to_binary([:short])
inFloat.to_string/1
instead of private API - Use new
format_status/1
callback for GenServer - Remove the
calling_self
clause inGenServer.call
as that is now in Erlang/OTP - Use new system certificates
Please do not send PRs for those, as it will take a while until we can effectively accept them.
WLSF, watsy0007, danielsoro, george124816, DainisL and 24 morepetermm, Qqwy, krns, robsonpeixoto, CharlesOkwuagwu and 12 moresigurdsa, sabiwara, Mazyod and lin72htimothyvanderaerden