Re: [elixir-core:5956] Proposal: Stop appending a trailing dot when autocompleting modules in IEx

2016-06-23 Thread Eric E.
I like it as well. Also for those looking for a way to "cancel the current line" in iex, you can type #iex:break at any time to return to do so. On Thursday, June 23, 2016 at 2:15:46 PM UTC-4, José Valim wrote: > > Sounds good to me too! > > > > *José Valim* > www.plataformatec.com.br > Skype:

Re: [elixir-core:5898] Elixir v1.3.0-rc.0 released

2016-06-02 Thread Eric E.
mix local.rebar --force On Jun 2, 2016 1:48 PM, "Myron Marston" wrote: > Thanks Eric! I can confirm it's available on Travis now. > > I'm running into an issue with using it on Travis, though...when my build > gets to a step that does: > > mix compile

Re: [elixir-core:5886] Elixir v1.3.0-rc.0 released

2016-05-31 Thread Eric E.
It should be possible to use --callers to generate ctags. Any and all remote calls are included. On Tuesday, May 31, 2016 at 9:00:42 AM UTC-4, Wojciech Kaczmarek wrote: > > Wow this looks like a really cool set of changes, esp. in the area of > tooling. > > mix xref and mix test --stale sound