[erlang-questions] Dialyzer and erlsom
Kostis Sagonas
kostis@REDACTED
Tue Sep 8 15:16:59 CEST 2015
On 09/08/2015 02:28 PM, Alexander Petrovsky wrote:
> Kostis, thanks for your advice. Do I understand correctly, you suggest
> just run dialyzer without my_app.plt?
No. I am suggesting that instead of building a my_app.plt file with the
information of *both* ebin/ and deps/*/ebin in it, you create and use a
my_app_deps.plt file containing *only* the information of the
dependencies of your application (i.e. only with deps/*/ebin).
Kostis
More information about the erlang-questions
mailing list