-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add port_from_dynamic #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Could you add some tests and update the changelog please
Added tests and updated changelog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
Would you mind rebasing on main please 🙏 |
rebased |
Maybe all the Port code should be in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Just saw this after my review. You are totally right! We should move it there |
Made a PR over there gleam-lang/erlang#55. I think we should deprecate Port on here and use the one in |
Good idea. Would you mind changing this to deprecate it with a message to use gleam_erlang? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!!
Replicates behavior similar to pid_from_dynamic for handling ports