josevalim
Elixir v1.14.0-rc.1 released
Hi everyone,
The next (and hopefully last) release candidate for Elixir v1.14 is out: Release v1.14.0-rc.1 · elixir-lang/elixir · GitHub
You can read the complete release notes/CHANGELOG here.
Please give this version a try and help us ensure Elixir v1.14.0 won’t have any regressions and work as expected for everyone! To try it out, you may need to either use a package manager or compile from source.
Thank you!
Most Liked
RobertDober
josevalim
The warnings come from Code expansion, not Code execution, so it looks across all clauses always (and has done so for quite some time).
The Bitwise one is easy, because you can use import and it will work on previous versions as well. For the application env, you could do:
function = :get_env
@color_aliases apply(Application, function, [:bunt, :color_aliases, []])
to trick the Elixir compiler.
maz
Thanks! At first glance, compilation times seems to have improved a little bit on my M1 macbook pro.
[EDIT]
I’m really liking dbg(). A simple search-and-replace of IO.inspect and console output is 10x better.
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
- #forms
- #api
- #metaprogramming
- #security
- #hex









