erlef / rebar3_hex

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

Handle case for build package where the error is a tagged tuple. #323

Closed starbelly closed 1 year ago

starbelly commented 1 year ago

Caught while looking whether we handled a specific return from hex_core per https://github.com/hexpm/hex_core/pull/137 . We don't as hex_core doesn't return it, because hex_core matches on this and returns a friendly error, which is good :) Yet we are failing to handle the shape of the error in this case.