tonini / alchemist.el

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

Hot reload and re-run tests without full compile? #285

Closed russmatney closed 7 years ago

russmatney commented 7 years ago

Thanks for all the work on this project, it's fantastic.

What's the best way to go about re-running tests without a full re-compile? Seems we could take advantage of hot-reloading, and it'd massively speed up my dev cycle.

There are tools for live-reloading and running specific tests on file-save (I've been using MrT), but I'd love a solution that is alchemist and emacs integrated.

Happy to dive into a PR – just don't want to reinvent the wheel. Any direction or starting point you'd recommend? Is this already in the works?