andytill@andytill:~/work$ git clone https://github.com/mad-cocktail/arak.git && cd arak && rebar compile eunit
Cloning into 'arak'...
remote: Counting objects: 70, done.
remote: Total 70 (delta 0), reused 0 (delta 0), pack-reused 70
Unpacking objects: 100% (70/70), done.
Checking connectivity... done
==> arak (compile)
Compiled src/arak.erl
==> arak (eunit)
Compiled src/arak.erl
=INFO REPORT==== 18-Apr-2015::16:52:19 ===
These records newer matches: [{record,73,rec1,[]},{record,73,rec,[]}]
=INFO REPORT==== 18-Apr-2015::16:52:19 ===
Maybe error: {badarg,{var,77,'L'}}
Compiling test/arak_tests.erl failed:
test/arak_tests.erl:11: syntax error before: '.'
test/arak_tests.erl:19: syntax error before: '.'
test/arak_tests.erl:24: syntax error before: '.'
test/arak_tests.erl:28: syntax error before: '.'
test/arak_tests.erl:41: syntax error before: '.'
test/arak_tests.erl:44: syntax error before: '.'
test/arak_tests.erl:47: syntax error before: '.'
test/arak_tests.erl:50: syntax error before: '.'
test/arak_tests.erl:53: syntax error before: '.'
test/arak_tests.erl:56: syntax error before: '.'
test/arak_tests.erl:58: syntax error before: '.'
test/arak_tests.erl:63: syntax error before: '.'
test/arak_tests.erl:69: syntax error before: '.'
test/arak_tests.erl:98: function direct_access_after/1 undefined
test/arak_tests.erl:102: function access_nested/1 undefined
test/arak_tests.erl:105: function access_lc/2 undefined
test/arak_tests.erl:110: function leave_scope/1 undefined
test/arak_tests.erl:113: function difficult_match/1 undefined
test/arak_tests.erl:114: function difficult_match2/1 undefined
test/arak_tests.erl:115: function difficult_match3/1 undefined
test/arak_tests.erl:116: function difficult_match4/1 undefined
test/arak_tests.erl:117: function difficult_match5/1 undefined
test/arak_tests.erl:121: function case_case/1 undefined
test/arak_tests.erl:122: function case_case/1 undefined
test/arak_tests.erl:34: Warning: variable 'X' is unused
test/arak_tests.erl:34: Warning: variable 'X' shadowed in generate
ERROR: eunit failed while processing /home/andytill/work/arak: rebar_abort
With a clean repo, the tests are failing: