basho / basho_rebar_tools

Nothing to see here, move along ...
Apache License 2.0
1 stars 8 forks source link

brt cores rebar3 #6

Open Licenser opened 6 years ago

Licenser commented 6 years ago

running any command with BRT seems to crash rebar3 (rebar 3.5.0 on Erlang/OTP 20 Erts 9.3)

[{basho_rebar_tools,init_prov_env,2,
                    [{file,"/Users/heinz/Projects/Kyorai/riak_sysmon/_build/default/plugins/basho_rebar_tools/src/basho_rebar_tools.erl"},
                     {line,163}]},
 {basho_rebar_tools,init,1,
                    [{file,"/Users/heinz/Projects/Kyorai/riak_sysmon/_build/default/plugins/basho_rebar_tools/src/basho_rebar_tools.erl"},
                     {line,75}]},
 {rebar_state,'-create_logic_providers/2-fun-0-',2,
              [{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_state.erl"},
               {line,409}]},
 {lists,foldl,3,[{file,"lists.erl"},{line,1263}]},
 {rebar_state,create_logic_providers,2,
              [{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_state.erl"},
               {line,408}]},
 {rebar_plugins,'-handle_plugins/4-fun-0-',4,
                [{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_plugins.erl"},
                 {line,84}]},
 {lists,foldl,3,[{file,"lists.erl"},{line,1263}]},
 {rebar_plugins,handle_plugins,4,
                [{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_plugins.erl"},
                 {line,82}]}]
ghost commented 6 years ago

BRT ?

Licenser commented 6 years ago

it seemed to be the abbriviation for Basho_Rebar_Tools ;)