Elixir

Elixir

Elixir Core Team

Elixir v1.12.0-rc.1 released

Release: Release v1.12.0-rc.1 · elixir-lang/elixir · GitHub

1. Enhancements

Elixir

  • [Code] Add Code.cursor_context/2 to return the context of a code snippet
  • [Module] Add Module.reserved_attributes/0 to list all reserved attributes by the language
  • [String] Update to Unicode 13.0

ExUnit

  • [ExUnit] Add ExUnit.async_run/0 and ExUnit.await_run/1

2. Bug fixes

Elixir

  • [Kernel] Do not ignore unimplemented signatures from generated functions
  • [Path] Do not crash when a volume is given to Path.absname/1, such as “c:”
  • [Protocol] Do not forbid defdelegate and defexception in protocol bodies - the restriction for defdelegate will be added back on v1.13 though (regression)

Checksums

  • Precompiled.zip SHA1: a083f0f354ede10cb16088c868706b77bcce2a2b
  • Precompiled.zip SHA512: d669d3e4dc03fa9204d078aef84d0ed47cd2548f043cc57c677e151e0ba77ce453073e839789bc1336c8aa804cccb33692011c9455d6062e8e996e4c42642d31
  • Docs.zip SHA1: 651b54b0bfa47c8503c3002d880d2e96898e768a
  • Docs.zip SHA512: fb07171da7809c8f074eaddf029a478fdd778e360695de7834584bd4913ed6cb66b8db8c1c81408b3e791973dec56541d5e80e457247eef29bce5659fb25efdf

Have fun!

Most Liked

nickurban

nickurban

Thanks team! Lots of good stuff in 1.12.

I’m particularly happy to see Kernel.then, which provides a standard way to pipe values into functions where the piped value does not take the first position in the function’s arguments.

https://github.com/elixir-lang/elixir/blob/v1.12/CHANGELOG.md

Where Next?

Popular in News Top

Elixir
1. Bug fixes Elixir [bin/elixir] Properly handle the --dbg flag in Elixir’s CLI [Code.Formatter] Add brackets around keyword lists when ...
New
Elixir
1. Enhancements Elixir [Regex] Raise error message when regexes are used as default values in struct fields for compatibility with Erlan...
New
josevalim
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...
New
josevalim
Official announcement: Elixir v1.6 released - The Elixir programming language Thanks everyone who gave the release candidate a try and g...
New
josevalim
Hello folks, Elixir v1.4.0-rc.0 has been released. This is a release candidate for the upcoming Elixir v1.4.0. The most notable changes...
New
Elixir
This release requires Erlang/OTP 24 and later. Elixir v1.15 is a smaller release with focused improvements on compilation and boot time...
New
Elixir
1. Enhancements Mix [mix compile.elixir] Do not run fixpoint computation on runtime dependencies. This should considerably improve compi...
New
Elixir
Hi everyone, this release includes type inference across applications and is our last step before v1.20. Please give it a try! Here are ...
New
Elixir
Release: Release v1.10.0 · elixir-lang/elixir · GitHub Support for Erlang/OTP 21+ Elixir v1.10 requires Erlang/OTP 21+, allowing Elixir ...
New
josevalim
Official announcement: Elixir v1.4 released - The Elixir programming language
New

Other popular topics Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
Fl4m3Ph03n1x
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: ) Hello all, this is ...
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

We're in Beta

About us Mission Statement