Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dialyzer test when running locally (#271)
* Fix dialyzer test when running locally I'm testing running locally on arch linux. It appear that for me locally for the "reports diagnostics then clears them once problems are fixed" test I get the output I get the message: [ElixirLS Dialyzer] Analyzing 3 modules: [A, B, :erlang] Instead of: [ElixirLS Dialyzer] Analyzing 2 modules: [A, B] Adding a function definition in module C causes :erlang to not be detected as needing to be analyzed. * :lib.flush_receive() doesn't exist in the same place on supported erlang versions
- Loading branch information