This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/elixir
sharils e3749c4a75
Fix autoload for phoenix
When dializer isn't a dependency, mix dialyzer recompiles the whole
project because it's not possible to know if this command dialyzer exist
or not until recompilation is done. Then the timestamps of the project
is messed up which results in broken hot-loading. In this case, mix help
dialyzer would return zero which prevents compilation of the whole
project since dialyzer isn't installed, it's help manual doesn't exist.

When dialyzer is a dependency, mix dialyzer would just run the command.
In this case, mix help dialyzer would return 1 which allows mix dialyzer
to run.
2018-07-23 21:43:59 +08:00
..
credo.vim Work around hot-reloading issue 2018-01-10 20:53:02 +08:00
dialyxir.vim Fix autoload for phoenix 2018-07-23 21:43:59 +08:00
dogma.vim Work around hot-reloading issue 2018-01-10 20:53:02 +08:00
mix.vim Remove redundant spaces. 2018-06-20 22:44:56 +01:00