setup icon indicating copy to clipboard operation
setup copied to clipboard

Generic setup utility for Erlang-based systems

Results 2 setup issues
Sort by recently updated
recently updated
newest added

Will there be an update for Erlang 24 that removes erlang:get_stacktrace/0? ``` setup.erl:944: "~p~n", [Error, erlang:get_stacktrace()]), setup.erl:1163: [Error, erlang:get_stacktrace()]). setup.erl:1588: Error = {EndLine,?MODULE,{Class,Reason,erlang:get_stacktrace()}}, ```

Setup fails to build when used as a hex dependency in mix and compiled with rebar3 bare compiler. It can be compiled with rebar 2.6.2 from mix. The error with...