-
Notifications
You must be signed in to change notification settings - Fork 46
Additional changes for gun 2.0 #195
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
Additional changes for gun 2.0 #195
Conversation
|
Hello @phunehehe, potentially we could coordinate to sort what updates may be needed for a release. The unit tests seem to be in a non-functional state as well. |
|
Hi @kinyoklion for context I'm coming here from Elixir and I'm not very familiar with Erlang |
|
Thank you @phunehehe, Do you know if you will be able to publish to hex.pm? I may take a look at those tests later and see if they can easily be made functional. Thanks, |
|
hmm I don't have access to hex.pm |
|
@phunehehe yeah, I can add you as an owner for the project in hex.pm. Just give me your hex.pm username. |
|
@elbrujohalcon I just made an account on hex.pm, my username is phunehehe |
|
You should be allowed to publish releases now, @phunehehe |
|
Yo do appear in the list of owners in https://hex.pm/packages/shotgun |
|
Thank you @phunehehe and @elbrujohalcon! |
In the original PR for updating to gun 2.0.0 there were a couple missed things that were causing issues.
1.) The typing for the open method was not updated from
transport_optsto havetcp_optsandtls_opts. (Though likely it could also remove them and just require gun options.)2.) The lockfile was not updated, which resulted in rebar3 installing gun 1.3.1 instead of 2.
I also went ahead and updated to 2.0.1.