-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
To be implemented when Erlang 21 is released (part of v1.7):
- Support new
handle_continue/2
gen_server callback - Support the
__STACKTRACE__
variable incatch
andrescue
and Erlang's new try/catch clauses - Deprecate
System.stacktrace
outside ofcatch
andrescue
- Integrate with the new logger API (done on v1.6.6)
To be implemented when we require Erlang 21 exclusively:
- Unify
:logger
andLogger
metadata (done in Use Erlang's logger as main logging implementation #9333) - Remove assert_no_null_byte from file operations and
get_env/put_env
(find_executable
andcmd
still need it) - Optimize
elixir_erl_try.erl
by removing old stacktrace logic and unifying all clauses into a single one withmap_get
- Add
is_struct/1
andis_struct/2
- Add
is_map_key/2
adelarsq, leomindez, dbstratta, ashish173, khoerling and 38 moreshdblowers, Hentioe and lin7shmitizhi, hylkealons, beardedeagle, jxub, MalloZup and 11 more