[Bug 1327104] [NEW] internal error in lint_module
Christopher Hall
1327104 at bugs.launchpad.net
Fri Jun 6 08:13:32 UTC 2014
Public bug reported:
The current version of Erlang 16B03 cannot compile function parameters
and issues a error from the lint module. There was no problem with 16B02.
This appears to be caused by a bug in syntax_tools-1.6.12 [OTP-11576]
and has been fixed in 16B03-1.
An example of the code that fails:
the_test() -> lists:map(fun double/1, [1,2,3]).
double(X) -> 2 * x.
As a work around I installed 17 from Erlang solutions and the code compiles
correctly.
OS Version: 14.04 LTS
Linux Version: 3.13.0-29-generic x86_64
** Affects: erlang (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to erlang in Ubuntu.
https://bugs.launchpad.net/bugs/1327104
Title:
internal error in lint_module
Status in “erlang” package in Ubuntu:
New
Bug description:
The current version of Erlang 16B03 cannot compile function parameters
and issues a error from the lint module. There was no problem with 16B02.
This appears to be caused by a bug in syntax_tools-1.6.12
[OTP-11576] and has been fixed in 16B03-1.
An example of the code that fails:
the_test() -> lists:map(fun double/1, [1,2,3]).
double(X) -> 2 * x.
As a work around I installed 17 from Erlang solutions and the code compiles
correctly.
OS Version: 14.04 LTS
Linux Version: 3.13.0-29-generic x86_64
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/erlang/+bug/1327104/+subscriptions
More information about the foundations-bugs
mailing list