erlef / rebar3_hex

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

rebar3 hex config key value always writes bitstrings #45

Closed hukl closed 5 years ago

hukl commented 8 years ago

I've tried to debug another issue and added a https_proxy config setting.

  1. it was written to the hex.config but I got an error that my global rebar3.config was existing but unreadable as a consequence
  2. the proxy setting is passed to http_uri:parse which fails if you pass it a binary because it is expecting a string. You should add a type conversion there. rebar3_http_hex.erl:123
starbelly commented 5 years ago

This can be closed per hex_core