josevalim

josevalim

Creator of Elixir

Elixir v1.7.0-rc.1 is out

Hi everyone,

We have just released the second release candidate for the next Elixir version: v1.7.0-rc.1.

The CHANGELOG and precompiled files are here: https://github.com/elixir-lang/elixir/releases/tag/v1.7.0-rc.1

In particular, this release solves a bug in umbrella projects / path dependencies. So if your project failed to compile in the previous RC, please give this one a try. Let us know in the comments if you found any bugs or if everything worked out fine.

You can either compile the v1.7 branch from source OR use the precompiled files, as described in our install page.

Note that you will need {:ex_doc, "~> 0.19-rc"} if you want to generate docs using the release candidate.

Happy coding!

Most Liked

josevalim

josevalim

Creator of Elixir

Thanks everyone for the feedback! We shall release the final version tomorrow, so if you haven’t given it a try yet, don’t forget to do it in the next 24 hours. :slight_smile:

kip

kip

ex_cldr Core Team

Its not hard deprecated - it just emits compiler warnings. Since this is a lib that others use I try hard to remove all warnings since, to a consumer, it looks like an uncaring developer and smelly code. Hence why I’m picky.

uberbrodt

uberbrodt

Works for me. Tested with an umbrella project.

NobbZ

NobbZ

Emitting warnings is a hard deprecation. Not eimitting them but not documenting is soft deprecation.

Ryzey

Ryzey

I have four applications that work together using path dependencies (not using umbrella). The apps were working okay in 1.6.6, but would not start under the 1.7.0-rc.0 release. They are working again with the 1.7.0-rc.1 release. Thank you!

Where Next?

Popular in News Top

Elixir
Code snippets in diagnostics Elixir v1.15 introduced a new compiler diagnostic format and the ability to print multiple error diagnostics...
New
josevalim
The goal of private modules is to define a module that cannot be trivially accessed by other modules where they are not visible to. In t...
New
Elixir
1. Enhancements Elixir [Code] Add Code.eval_quoted_with_env/4 with support for the :prune_binding option ExUnit [ExUnit.Case] Allow te...
New
Elixir
1. Enhancements Mix [mix compile.elixir] Do not run fixpoint computation on runtime dependencies. This should considerably improve compi...
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
josevalim
Elixir v1.14 brings many improvements to the debugging experience in Elixir and data-type inspection. It also includes a new abstraction...
New
josevalim
Announcement: https://elixir-lang.org/blog/2018/07/25/elixir-v1-7-0-released/ Release notes: https://github.com/elixir-lang/elixir/relea...
New
Elixir
Announcement: Elixir v1.13 released - The Elixir programming language 1. Enhancements EEx [EEx] Add :parser_options to EEx functions E...
New
josevalim
Note: this is a language proposal so please keep the discussion on topic. If you want to talk about related behaviour but not strictly pa...
New
Elixir
Release: https://github.com/elixir-lang/elixir/releases/tag/v1.9.0 Releases The main feature in Elixir v1.9 is the addition of releases....
New

Other popular topics Top

vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 49522 488
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod -- where is this set? Thanks.
New
myronmarston
The Elixir Typespec docs show the following syntax for keyword lists in typespecs: # ... | [key: type] # keyword lis...
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
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New

We're in Beta

About us Mission Statement