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

two warnings #4

Closed
masterkain opened this issue Feb 16, 2019 · 1 comment
Closed

two warnings #4

masterkain opened this issue Feb 16, 2019 · 1 comment

Comments

@masterkain
Copy link

masterkain commented Feb 16, 2019

elixir 1.8.x, poison 4

remote: warning: module attribute @api_testnet_host was set but never used
remote:   lib/bitmex/rest/http_client.ex:9
remote:
remote: warning: function Poison.Parser.parse/1 is undefined or private. Did you mean one of:
remote:
remote:       * parse!/2
remote:
remote:   lib/bitmex/websocket/parser.ex:40
@nobrick
Copy link
Owner

nobrick commented Feb 17, 2019

The second warning seems to be caused by the undocumented API changes in poison 4.0. I've submitted a PR to it. Meanwhile, I'm updating bitmex to use Poison.decode/1 for now instead of the removed function in Poison.Parser.

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

2 participants