josevalim
Elixir v1.7.0-rc.0 released
Hi everyone,
We have just released v1.7.0-rc.0.
The CHANGELOG and precompiled files are here: Release v1.7.0-rc.0 · elixir-lang/elixir · GitHub
Please give it a try! 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
michalmuskala
This is generally only required if the compiler cannot automatically release the compiler modules - this is the case if the module body contain anonymous functions (because we don’t know if they wen’t used for spawning processes or stored somewhere). I don’t think it’s required for fastglobal.
EDIT: I’ve just checked the fastglobal code and it compiles the data modules using Erlang compiler and not the elixir one, so it does not affect it in any way.
josevalim
Folks, please let us know if you tried the release candidate and if everything is fine. Even if you found no regressions, say so in the comments, otherwise we can’t know if everyone is quiet because nobody tried it yet or if because nobody found bugs. Hoping for the latter. ![]()
Eiji
Documentation metadata
This is awesome idea! When I firstly saw related github issue I was so surprised, because I did not expect such useful change. I believe that it will simplify lots of things.
compile_time_purge_matching
I really love this. I will use it definitely in already maintained projects!
–failed flag
It will definitely help. Fortunately my tests are really fast. ![]()
[Code] Add Code.purge_compiler_modules/0 that purges any compiler module left behind. This is useful for live systems dynamically compiling code
Added on personal TODO list for rewrite plan of ex_api library! ![]()
[IO.ANSI] Add cursor movement to IO.ANSI
Awesome! It will definitely help creating console scripts.
I will try to find a time to test those changes in this weekend. Good work!
Popular in News
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








