Wow this looks like a really cool set of changes, esp. in the area of tooling.
mix xref and mix test --stale sound great! Now if I understand it correctly, mix xref --callers can be used to generate ctags, right? Seems better than scanning the source which always has some heuristics involved. Does it also cover the dependencies and standard library? cheers, W. On Mon, May 30, 2016 at 3:41 PM, José Valim <[email protected] > wrote: > Hello everyone, > > We are glad to announce our first release candidate for Elixir v1.3.0. > This release includes the new Calendar types as well as many improvements > to the toolchain. We hope it will make everyone more productive, specially > when using Mix and ExUnit. > > Since this is a release candidate, there is a chance your package managers > won't be updated to include it. Luckily, you can use a version manager > <http://elixir-lang.org/install.html#compiling-with-version-managers> or > compile > from source > <http://elixir-lang.org/install.html#compiling-from-source-unix-and-mingw> > . > > To learn more about this release, read the CHANGELOG > <https://github.com/elixir-lang/elixir/blob/v1.3.0-rc.0/CHANGELOG.md> or > access > its docs <http://elixir-lang.org/docs/master>. > > We recommend everyone to take this new release for a spin and let us know > how it goes. This release should be fully backwards compatible, please > report any inconsistencies you find in our issues tracker > <https://github.com/elixir-lang/elixir/issues>. > > Happy coding! > > *José Valim* > www.plataformatec.com.br > Skype: jv.ptec > Founder and Director of R&D > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4K4Hy%2BWpNyp_QbnkS3q66Hfq9KzF7kWZUFfKw8PFd_kuw%40mail.gmail.com > <https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4K4Hy%2BWpNyp_QbnkS3q66Hfq9KzF7kWZUFfKw8PFd_kuw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CA%2BWEv%3D-%2BahFk%2BKHX1-6FyqaPTHKGqD%2BKnzYbh8XmRco0umi7nA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
