josevalim
Creator of Elixir
Hi everyone,
We have just released Elixir v1.8.0-rc.0. For more information, checkout the CHANGELOG.
Please give it a try and give us feedback. If everything “just works™”, please let us know that too. Your feedback is really important!
To try it out, you can either compile the v1.8 branch from source OR use the precompiled files, as described in our install page .
Happy holidays!
Trending in News
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
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
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #elixirconf-us
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Eiji
@josevalim Awesome work especially that you released it today! I have just tried it and for now everything seems to work. I have only one question … Is it expected to work like that?
Maybe I do not get how it should work, but I though that all of those 3 names are correct for
UTC…josevalim
To know that Etc/Zulu is a thing (or an alias to be more precise) we need a database and we don’t ship with a database by default, so we literally only know about Etc/UTC. TL;DR - that’s expected, yes.
sneako
How exciting! I have installed the rc and tried it with a few of my repos. All of my smaller repos just work™, but I have two larger projects that depend on cachex which fail to compile:
https://github.com/whitfin/cachex/blob/master/lib/cachex/spec/validator.ex#L36
josevalim
@sneako that’s definitely a bug. Can you please fill in a report? Thank you!
frigidcode
Congrats! Looking forward to testing it out.
Edit: Used
asdf list-all elixirto find the proper version to use.sneako
You can build it with asdf straight from github using
ref:likeasdf install elixir ref:v1.8.0-rc.0Eiji
No need, just update plugin and use
asdf install elixir 1.8.0-rc.0-otp-21kip
Compiled and tested ex_cldr and other derived packages with no issues at all, and compilation did indeed feel faster. Thanks for yet another solid release.
Can’t wait to get my new
Cldr.Calendarspackage out the door based upon the newCalendarbehaviour additions. It will also support serving configuration to the new formatter as well.dom
I can see that
forsupports a new:reduceargument, but it’s not mentioned in the master branch doc:https://hexdocs.pm/elixir/master/Kernel.SpecialForms.html#for/1
Should I look somewhere else for the doc?
josevalim
It seems our automated tools stopped updating the docs, we will investigate, thank you!