-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix fd(::IOStream)
returning an integer
#55080
Conversation
@nanosoldier |
The package evaluation job you requested has completed - possible new issues were detected. |
PkgEval looks clean... |
RawFD is a 32bit primative. And as far as any ccalls we might use, this RawFD looks like an Int. Do it |
Seeing support and neither breakage nor objections, I'm going to go ahead and merge it. We can revert if it causes unforeseen problems. |
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Lilith Orion Hafner <[email protected]>
As suggested by @halleysfifthinc in JuliaLang#54855 (comment) --------- Co-authored-by: Max Horn <[email protected]>
As suggested by @halleysfifthinc in #54855 (comment)
This PR is to check how breaking it is.