Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on building and running eunit and eqc in ubf #8

Open
tatsuya6502 opened this issue Mar 18, 2013 · 0 comments
Open

Errors on building and running eunit and eqc in ubf #8

tatsuya6502 opened this issue Mar 18, 2013 · 0 comments
Labels
Milestone

Comments

@tatsuya6502
Copy link
Member

As of Hibari v0.3.0-dev, eunit and eqc tests for ubf library will fail with errors, for example:

% make eqc-thrift
...

Error in contract:{undef,
                      [{types_plugin,contract_type,[contract_res],[]},
                       {contract_parser,'-pass2/2-lc$^1/1-1-',2,
                           [{file,"src/contract_parser.erl"},{line,340}]},
                       {contract_parser,'-pass2/2-lc$^0/1-0-',1,
                           [{file,"src/contract_parser.erl"},{line,340}]},
                       {contract_parser,pass2,2,
                           [{file,"src/contract_parser.erl"},{line,323}]},
                       {contract_parser,tags,2,
                           [{file,"src/contract_parser.erl"},{line,223}]},
                       {contract_parser,parse_transform,2,
                           [{file,"src/contract_parser.erl"},{line,54}]},
                       {compile,'-foldl_transform/2-anonymous-2-',2,
                           [{file,"compile.erl"},{line,847}]},
                       {compile,foldl_transform,2,
                           [{file,"compile.erl"},{line,849}]}]}
/home/tatsuya/workhub/dev/hibari/hibari/lib/ubf/test/eunit/stateful_plugin.erl:none: error in parse transform 'contract_parser': {{undef,
                                              [{types_plugin,contract_type,
                                                [contract_res],
                                                []},
                                               {contract_parser,
                                                '-pass2/2-lc$^1/1-1-',2,
                                                [{file,
                                                  "src/contract_parser.erl"},
                                                 {line,340}]},
                                               {contract_parser,

When upgrading ubf and ubf-thrift libraries to the latest (#7) for Hibari v0.3.1, make sure those eunit and eqc cases to start to run again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant