Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebar3 hex config key value always writes bitstrings #45

Closed
hukl opened this issue Apr 27, 2016 · 1 comment
Closed

rebar3 hex config key value always writes bitstrings #45

hukl opened this issue Apr 27, 2016 · 1 comment

Comments

@hukl
Copy link

hukl commented Apr 27, 2016

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
Copy link
Member

This can be closed per hex_core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants