Elixir
Elixir Core Team
Elixir v1.13.1 released
Release: Release v1.13.1 · elixir-lang/elixir · GitHub
1. Bug fixes
Elixir
- [Code] Do not show code snippets in
SyntaxErrorandTokenMissingErrorif line is empty - [Exception] Do not fail blaming
ArgumentErrorfor improper lists onapply/3 - [Macro] Set a max
line_lengthforMacro.to_string/1 - [Macro] Fix formatting of lists on module attributes for
Macro.to_string/1 - [String] Fix incorrect codepoint byte counting in
slicewith negative positions in ranges - [Task] Ensure async streams can be consumed from another process than the one that creates them
- [URI] Undeprecate
URI.parse/1asURI.new/1is too strict in many common cases - [URI] Make sure
URI.new/1returns nil for empty paths
IEx
- [IEx] Make sure the
--versionflag halts IEx
Mix
- [Mix] Make protocol consolidation part of the
Mix.install/2cache
Checksums
- Precompiled.zip SHA1: 40762ffbef86cbbfd0c79a94e057fb987dc882ff
- Precompiled.zip SHA512: bb02ead0d4ccf499ff0473fbbb17fd12de4ba476b463c0452138bc1ef9004547166e75ffe7c6f96b9497adc9fecbda4ad57bfe0f17f1ba95d8339a0e98c29b03
- Docs.zip SHA1: 066586bc79319f6248b26143124b76520e995c19
- Docs.zip SHA512: 7c33c6208250a88646ffc2a2f74a944e7f1a9c69473791e9faaf054bd476876a1dd80d8c792a5c47b5bf350a77c0ba4ef191f3b4509b9e962d2514ef88bff9a3
Have fun!
Most Liked
muelthe
Thank you 
3
josevalim
Creator of Elixir
Maybe that’s how we would do it if there was no parse function but it is not worth forcing a change in users for that.
1
LostKobrakai
Package repositories are not maintained by the elixir team. When releases become available depends on the individual repositories and their maintainers/update strategies.
1
konstantine
Elixir v13 (sans the incorrect codepoint byte counting in slice) is a true pleasure to work with. A big thank you to the Core Team for the leap forward. And happy new year to everyone!
1
Popular in News
1. Enhancements
Elixir
[Kernel] Raise when U+2028 and U+2029 characters are present in comments and strings to avoid line spoofing attac...
New
This release requires Erlang/OTP 24 and later.
Elixir v1.15 is a smaller release with focused improvements
on compilation and boot time...
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
Hello folks,
I am super excited to finally share what I've been working on in the last few months: StreamData, an Elixir library for da...
New
This is a small release with important bug fixes for those using Cover and Dialyzer on Erlang 19.
See the release notes for more info: ...
New
See the post: https://elixir-lang.org/blog/2017/12/05/whats-new-in-elixir/
Kudos to @doomspork for starting the series!
New
1. Enhancements
[Code] Code.string_to_quoted/2 honors :static_atoms_encoder for multi-letter sigils
2. Bug fixes
ExUnit
[ExUnit.Captur...
New
Release: Release v1.13.0-rc.1 · elixir-lang/elixir · GitHub
1. Enhancements
Mix
[Mix] Add Mix.installed?/0
2. Bug fixes
Elixir
[Appli...
New
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.9.1
1. Enhancements
Mix
[mix format] Print relative paths in --check-for...
New
Official announcement: Elixir v1.16 released - The Elixir programming language
1. Enhancements
EEx
[EEx] Include relative file informat...
New
Other popular topics
Hello, I get Persian date from my client and convert it to normal calendar like this:
def jalali_string_to_miladi_english_number(persi...
New
Hello all!
I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this:
...
New
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine)
This is a plugin that adds support for Elixir to JetBrains IntelliJ...
New
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this
"1000"
What is the ...
New
I tried installing
elixir 1.11.2
erlang 23.3.4
via asdf in my zsh shell. Enabled the versions locally and globally.
When I list them ...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
Hello guys,
I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New







