esl / jobs

Job scheduler for load regulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./rebar compile fails first time

uwiger opened this issue · comments

This may be because I added the parse_trans_codegen to exprecs (although I don't think I'm using it yet). This creates two levels of parse_transform, and I think the problem already exists in parse_trans (need to run ./rebar compile twice).

Fixed in parse_trans. This seemed to fix the problem for jobs as well.