Closed ferigis closed 7 years ago
probably the PR #18 by @loucash will fix it
@ferigis correct, I had exactly same problem.
pr is merged. Can you try against latest master and let me know if it fixes your issue? I will test myself later tonight.
@benoitc I have tested and it seems it is working fine now. Thanks
Hi, We have problems trying to run
rebar3 ct
in our project after using your plugin. I have been testing with the demo and I could reproduce the error there. This is the error I get if I runrebar3 ct
in the demo's folder (from rebar3.crashdump):Digging deeper in our project I saw the problem is with the
all_deps
property in the rebar3 state, this is how it looks:where all those integers would make sense if they were in a list.