Re: [erlang-patches] Proposal: reinstate pre-built PLT for Dialyzer
Ignas Vyšniauskas <[email protected]> Sat, 18 Jan 2014 16:54:48 +0100
| Newsgroups | gmane.comp.lang.erlang.general,gmane.comp.lang.erlang.patches |
|---|---|
| Message-ID | <[email protected]> |
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