erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Recurse map(s) in pretty_print_errors #111

Closed starbelly closed 5 years ago

starbelly commented 5 years ago

Closes #77

This PR takes care of a bug where by certain registration states would cause a rebar crash because we were not handling deeply nested errors here. In doing so I believe we meet all criteria for closing #77.