[erlang-bugs] erl_syntax:type/1 fails for binary comprehensions
Matthias Radestock
matthias@REDACTED
Fri Apr 13 21:20:42 CEST 2007
The code in erl_syntax:type/1 is missing a case for the bc (binary
comprehension) nodes produced by erl_parse.
As a result several of the erl_syntax functions fail when invoked with
syntax trees containing binary comprehensions, which in turn breaks a
whole bunch of tools (in my case some of distel's functionality).
This is bug is present in R11B-4. I haven't checked earlier releases.
Regards,
Matthias
More information about the erlang-bugs
mailing list