tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

Jump to definition sometimes not working on with new alias syntax #242

Closed gstamp closed 7 years ago

gstamp commented 8 years ago

The new alias syntax seems to cause problems with alchemist jump to definition.

alias Bob
alias Foo.{Bar, Baz}

If I change things to

alias Foo.{Bar, Baz}
alias Bob

Things seem to work as expected so it appears to be related to the ordering.

tonini commented 8 years ago

Thanks for the report on this one @gstamp, I'll have a look at this asap.

tonini commented 7 years ago

It's fixed on https://github.com/tonini/alchemist.el/commit/6863032d8377bc4f116e145ab9bf02b2143acbfc

Thanks for the report