-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Change long2ip return type #13395
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
Change long2ip return type #13395
Conversation
test failing on windows seem related |
It fails because the assertion may be deleted and so the function call too. |
Look ok otherwise. |
Would it be possible to squash your commits ? |
@devnexen It is possible to squash the commits on the GitHub UI. Since the MR looks good to me as well, I'll do it. |
Thanks! |
The function
inet_ntop
cannot return false in the current usage, as was describedhttps://github.com/vimeo/psalm/pull/9537#discussion_r1140799451
.