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.

Where Next?

Popular in News Top

Elixir
1. Enhancements Elixir [Kernel] Support /E modifier for regular expressions in config files Mix [mix compile] Allow forcing specific c...
New
Elixir
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.11.2 1. Bug fixes Elixir [Code] Do not crash when getting docs for missi...
New
Elixir
1. Bug fixes EEx [EEx] Address Dialyzer warnings when invoking EEx.compile_string Elixir [Kernel] Optimize how types are computed for ...
New
Elixir
1. Enhancements Elixir [Kernel] Raise when U+2028 and U+2029 characters are present in comments and strings to avoid line spoofing attac...
New
josevalim
Hello folks, There has been some doubts regarding StreamData and PropertyTesting in Elixir so we have decided to open up a thread to an...
New
josevalim
Announcement: https://elixir-lang.org/blog/2019/01/14/elixir-v1-8-0-released/ Release notes: https://github.com/elixir-lang/elixir/relea...
New
Elixir
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.11.1 1. Bug fixes Elixir [Code] Ignore tracers if lexical tracker is dea...
New
Elixir
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.9.3 This release deprecates the use of URLs on mix archive.install, mix e...
New
josevalim
Official announcement: https://elixir-lang.org/blog/2018/01/17/elixir-v1-6-0-released/ Thanks everyone who gave the release candidate a...
New
New

Other popular topics Top

Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3268 119930 1237
New
JDanielMartinez
Hi! May someone helps me, please! I have two apps into an umbrella project: the first one is Database, which manages queries, and the se...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
dotdotdotPaul
Okay, I'm having a heck of a time trying to figure out how to best handle the validation of belongs_to associations in Ecto. I'm sure I'...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 45766 226
New
ycv005
I have followed this StackOverflow post to install the specific version of Erlang. And When I am running mix ecto.setup then getting fol...
New
New
qwerescape
Is there a way to get the call stack or stack trace at any point in the code? Not from exceptions, but an expression that returns how the...
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New

We're in Beta

About us Mission Statement