Elixir
Elixir v1.16.3 released
1. Bug fixes
Elixir
- [bin/elixir] Properly handle the
--dbgflag in Elixir’s CLI - [Code.Formatter] Add brackets around keyword lists when formatting the left-hand side of
when - [Kernel] Only infer size in pinned variable in binary strings when needed
- [System] Add a note that arguments are unsafe when invoking .bat/.com scripts on Windows via
System.cmd/3 - [Port] Add a note that arguments are unsafe when invoking .bat/.com scripts on Windows
- [URI] Ensure
:undefinedfields are properly converted tonilwhen invoking Erlang’s API
Logger
- [Logger] Ensure translators are persisted across logger restarts
Mix
- [mix compile] Ensure compile paths are accessible during compilation
First Post!
Eiji
Oh, I was thinking that next patch release would contain minimum changes for Erlang 27 support. So far I have installed ref:main using asdf and all tests have passed, so it shouldn’t be hard, right? Is it planned for v1.16.4?
Most Liked
josevalim
Erlang guarantees byte code compatibility across 3 versions. So we can’t provide precompiled Rebar and Hex that works from 24 all the way up to 27 (sometimes we can, but not this time). The fix would be to precompile several versions of them, we want to do for future releases.
sabiwara
So far I have installed
ref:mainusingasdfand all tests have passed, so it shouldn’t be hard, right? Is it planned forv1.16.4?
Unfortunately the answer is no.
main is the future 1.17, which will be the first version to support OTP27. You can check the compatibility matrix here.
I don’t recall exactly the issue, but 1.16 can’t support both OTP24 and OTP27 at the same time, so we first have to wait for 1.17 which drops OTP24 support.
Last Post!
restlessronin
Popular in News
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex









