[erlang-patches] Proposal: reinstate pre-built PLT for Dialyzer

Ignas Vyšniauskas baliulia@REDACTED
Sat Jan 18 16:54:48 CET 2014


On 01/16/2014 07:15 PM, Sean Cribbs wrote:
> We've been increasing our usage of dialyzer at Basho and I have felt
>  that it seems extremely wasteful and unnecessary to build a partial
>  PLT of the standard library for every single project, when that
> information only changes across OTP releases.

+1 also, but doesn't the `--add_to_plt` flag resolve the problem you
describe of having to build the PLT for every single project?

You build once the "global" / OTP plt, and then just append the needed
things from specific projects from that to obtain new PLTs.

--
Ignas



More information about the erlang-patches mailing list