Old PLT file?

Yao Bao free7by@REDACTED
Wed Mar 30 03:15:49 CEST 2022


Hello,

More detailed information/logging message might be helpful to determine this.

Since PLT comes from Erlang, and you are using Elixir, you should check who is complaining “old”.

And since this involves CI within GitHub, you might check how you “cache” the PLT file as well.

I have no documentation at hand, might it be documented somewhere?
(dialyzer related I guess)

Yao

> 在 2022年3月30日,04:20,Michael L Martin <mmartin4242@REDACTED> 写道:
> 
> Hi everyone,
> 
> We are doing our CI on github. We cache the PLT so that we don't have to rebuild it every time, and this mostly works fine, but occasionally dialyzer (or, rather, "mix dialyzer", as this is an Elixir/Phoenix application) determines that the PLT is old and the workflow is aborted.
> 
> My question is, what makes a PLT file "old"? We very seldom change versions of OTP or Elixir, nor do our dependency versions change very often, yet we get into this situation a lot more often than I believe we should. If I could understand a little better about what makes a PLT old, perhaps I could solve this issue.
> 
> Thanks,
> 
> Michael Martin



More information about the erlang-questions mailing list