András Boroska

Results 6 issues of András Boroska

### Environment ### Current `rebar3` master and latest `Elixir`: rebar 3.14.1+build.4820.ref5e223870 on Erlang/OTP 22 Erts 10.7.1 Elixir 1.11.1 (compiled with Erlang/OTP 22) ``` rebar3 report compile Rebar3 report version 3.14.1+build.4820.ref5e223870...

bug

See screenshot where it is visible: https://twitter.com/arathunku/status/826852033584054273

bug
help wanted
java
elixir

Pretty printing dicts would be nice. Something like: `if element(1, X) =:= dict then dict:to_list(X)`

enhancement
help wanted

eredis has to be loaded before eredis_cluster starts. poolboy has to be started as well. mix.exs lists eredis and poolboy among applications. The rebar3 equivalent is adding eredis and poolboy...

rebar3 now complains if kernel or stdlib is missing from app.src files.