tonini / alchemist.el

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

Compilation errors and warnings when running tests aren't clickable #355

Open Will-W opened 5 years ago

Will-W commented 5 years ago

If I run a test and I have a test failure, then I can click on the test file (and line) and it will jump to the test failure. However, if I don't get as far as running tests because compile throws a warning or error, then I have to manually navigate to the file.

It would be great if that compile output was clickable.