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/2to return the context of a code snippet - [Module] Add
Module.reserved_attributes/0to list all reserved attributes by the language - [String] Update to Unicode 13.0
ExUnit
- [ExUnit] Add
ExUnit.async_run/0andExUnit.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
defdelegateanddefexceptionin protocol bodies - the restriction fordefdelegatewill 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
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.
1
Popular in News
1. Enhancements
Elixir
[Kernel] Support /E modifier for regular expressions in config files
Mix
[mix compile] Allow forcing specific c...
New
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
1. Bug fixes
EEx
[EEx] Address Dialyzer warnings when invoking EEx.compile_string
Elixir
[Kernel] Optimize how types are computed for ...
New
1. Enhancements
Elixir
[Kernel] Raise when U+2028 and U+2029 characters are present in comments and strings to avoid line spoofing attac...
New
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
Announcement: https://elixir-lang.org/blog/2019/01/14/elixir-v1-8-0-released/
Release notes: https://github.com/elixir-lang/elixir/relea...
New
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
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
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
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...
New
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
i’m a new one to elixir
which editor can i use
vs code? or atom?
Thanks! :smiley:
New
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
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
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...
New
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
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
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
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







