josevalim

josevalim

Creator of Elixir

Elixir v1.7.0 released

Announcement: https://elixir-lang.org/blog/2018/07/25/elixir-v1-7-0-released/
Release notes: https://github.com/elixir-lang/elixir/releases/tag/v1.7.0

Thanks to everyone who gave the RC a try and reported back!

Happy coding!

Most Liked

AstonJ

AstonJ

Whoo hoo! Well done José and all the Core Team members and everyone who was involved with the release… and of course congrats once again to @michalmuskala :023:

Here’s a link to the documentary again for those who haven’t seen it yet (why not!?)

I like the new development section of the website too - it outlines the goals of the language and the criteria for how/what is added really well :smiley:

12
Post #3
josevalim

josevalim

Creator of Elixir

Elixir v1.7.1 is out for those running into a bug when adding the Elixir application to Dialyzer.

hassan

hassan

iex(4)> 1 in [1,2,3]
true
iex(5)> 1 not in [1,2,3]
false
iex(6)> not 1 in [1,2,3]
warning: "not expr1 in expr2" is deprecated. Instead use "expr1 not in
expr2" if you require Elixir v1.5+, or "not(expr1 in expr2)" if you
have to support earlier Elixir versions
  iex:6

false
iex(7)>
LostKobrakai

LostKobrakai

I’m wondering how this one was resolved / answered? I’d expect this question will pop up for more library authors over time.

josevalim

josevalim

Creator of Elixir

Elixir v1.7.2 has been released an important fix for umbrella apps: https://github.com/elixir-lang/elixir/releases/tag/v1.7.2

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
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
Elixir
1. Enhancements Elixir [File] Support distributed File.Stream [Module] Add Module.get_last_attribute/3 [Task] Reduce footprint of tasks ...
New
Elixir
Official announcement: Elixir v1.15 released - The Elixir programming language This release requires Erlang/OTP 24 and later. Elixir v1...
New
josevalim
Hello everyone, We have released Elixir v1.3.3. This release has some compiler- and dialyzer-related improvements as well as some enhan...
New
Elixir
1. Bug fixes Logger [Logger.Translator] Fix logger crash when :gen_statem’s format_status/2 returns non-tuple Mix [mix deps.get] Fix r...
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
Elixir
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.9.1 1. Enhancements Mix [mix format] Print relative paths in --check-for...
New
Elixir
Official announcement: Elixir v1.16 released - The Elixir programming language 1. Enhancements EEx [EEx] Include relative file informat...
New

Other popular topics Top

sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
977 41022 311
New
sergio
In Ruby, I can go: User.find_by(email: "foobar@email.com").update(email: "hello@email.com") How can I do something similar in Elixir? ...
New
malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
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
lastday4you
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
vac
Hi, I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
chensan
I have a User schema with a :from_id field set to type :string: defmodule TweetBot.Repo.Migrations.CreateUsers do use Ecto.Migration ...
New
fayddelight
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
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New

We're in Beta

About us Mission Statement