uwiger / parse_trans

Parse transform utilities for Erlang
Apache License 2.0
230 stars 118 forks source link

Cannot build on R16B03 #11

Closed hyperthunk closed 10 years ago

hyperthunk commented 10 years ago
Compiled src/ct_expand.erl
/tmp/test/rabbitmq-public-umbrella/rabbitmq-test/multi-node/test-lib/systest/deps/parse_trans/src/exprecs.erl:none:
internal error in lint_module;
crash reason: {function_clause,
                  [{erl_internal,bif,
                       [{atom,416,do_transform},{integer,416,2}],
                       [{file,"erl_internal.erl"},{line,248}]},
                   {erl_lint,expr,3,[{file,"erl_lint.erl"},{line,2018}]},
                   {erl_lint,'-expr_list/3-fun-0-',3,
                       [{file,"erl_lint.erl"},{line,2151}]},
                   {lists,foldl,3,[{file,"lists.erl"},{line,1248}]},
                   {erl_lint,expr_list,3,[{file,"erl_lint.erl"},{line,2150}]},
                   {erl_lint,exprs,3,[{file,"erl_lint.erl"},{line,1934}]},
                   {erl_lint,clause,2,[{file,"erl_lint.erl"},{line,1307}]},
                   {erl_lint,'-clauses/2-fun-0-',2,
                       [{file,"erl_lint.erl"},{line,1296}]}]}
ERROR: compile failed while processing
/tmp/test/rabbitmq-public-umbrella/rabbitmq-test/multi-node/test-lib/systest/deps/parse_trans:
rebar_abort
uwiger commented 10 years ago

If this is the same problem as Issue #10, the current master should fix the problem.

What version are you using?

hyperthunk commented 10 years ago

I'm on 2.3-14 - I shall try upgrading to a later version. I should've checked the other open issues first - Sorry for the noise.

uwiger commented 10 years ago

I can tag it if you want.

2013/12/20 Tim Watson notifications@github.com

I'm on 2.3-14 - I shall try upgrading to a later version. I should've checked the other open issues first - Sorry for the noise.

— Reply to this email directly or view it on GitHubhttps://github.com/uwiger/parse_trans/issues/11#issuecomment-31045938 .

hyperthunk commented 10 years ago

On 20 Dec 2013, at 22:20, Ulf Wiger wrote:

I can tag it if you want.

I wouldn't say no. Thanks!

uwiger commented 10 years ago

Ok, tagged as 2.7

2013/12/20 Tim Watson notifications@github.com

On 20 Dec 2013, at 22:20, Ulf Wiger wrote:

I can tag it if you want.

I wouldn't say no. Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/uwiger/parse_trans/issues/11#issuecomment-31047411 .

hyperthunk commented 10 years ago

Cool, thanks!