erlef / rebar3_hex

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

Fix bug in rebar3_hex_search private function sort_by_downloads/1 #115

Closed starbelly closed 5 years ago

starbelly commented 5 years ago

Sort_by_downloads/1 did not take into account packages that have not been downloaded at all and would fail with a function clause error on such cases.