[erlang-questions] default dialyzer plt file
Kostis Sagonas
kostis@REDACTED
Wed May 19 08:33:59 CEST 2010
Gina Hagg wrote:
> Can i transfer my default dialyzer.plt file from my local machine to another
> machine using the same erlang lib version, or do i have to build one for
> each machine locally.
The answer is that you can transfer a PLT file between machines, but to
get any benefits the two machines have to have identical configurations.
Dialyzer checks the consistency of the information in the PLT against
the files that were used to create the PLT. If this information is not
up-to-date, the PLT needs to be rebuilt. To perform this check, these
files have to be in exactly the same place in both machines (they have
to have the same filenames) and have the same checksums.
Kostis
More information about the erlang-questions
mailing list