-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Milestone
Description
To be implemented when Erlang 22 is released:
To be implemented when we require Erlang 22 exclusively:
- Use
cover:local_only/0
- Use
system_info(:ets_count)
instead oflength(:ets.all())
inIEx.Helpers.runtime_info
- Add
Logger.put_application_level/2
andLogger.delete_application_level/2
- Rely less on MapSet.difference and use
--
instead (as it has been heavily optimized) -
RELEASE_NODE
no longer needs the hostname bit (see Add hostname to -remsh if none is given erlang/otp#2219) - Remove TODOs in the codebase that require Erlang/OTP 22+, especially around the Logger
- Move elixir's static config to persistent terms
- Update examples to :exsss pseudo-random algo (see Replace exsplus with exrop the OTP 20 default pseudorandom algorithm #9609)
- Introduce :inspect_redact callbacks using persistent terms (see discussion)
shdblowers, DragosMocrii, imetallica, petermm, AndrewDryga and 50 more