[erlang-bugs] internal error in lint_module

Kostis Sagonas kostis@REDACTED
Wed Aug 17 23:24:46 CEST 2016


On 08/17/2016 10:31 PM, Andreas Stenius wrote:
> Hi,
>
> When compiling attached file, I get an internal error from the
> lint_module when using 19.0 (built from source, using kerl).
>

Wild guess:

Most likely this is due to the internal representation of typed records 
which has changed in 19.0.  Looks like you generated this file with some 
older Erlang release and now you are trying to compile it with the 19.0 
compiler and the linter does not like this.  If you generate the file 
with a 19.x release, then most likely its subsequent compilation will work.

Hope it helps,

Kostis



More information about the erlang-bugs mailing list