diff options
author | sharils <sharils@users.noreply.github.com> | 2018-07-21 19:59:27 +0800 |
---|---|---|
committer | sharils <sharils@users.noreply.github.com> | 2018-07-23 21:43:59 +0800 |
commit | e3749c4a7526cced0ca54445c2267b470e202538 (patch) | |
tree | 569af60dcf6953ed43e0bdaa92c79cc804344c9c /test/test_gradle_find_executable.vader | |
parent | 04fbea6e80e010ffc242cc13daed6279f5d5aadf (diff) | |
download | ale-e3749c4a7526cced0ca54445c2267b470e202538.zip |
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.
Diffstat (limited to 'test/test_gradle_find_executable.vader')
0 files changed, 0 insertions, 0 deletions