-
-
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
read(::IO, ::Ref)
should be a method of read!
#21592
Comments
Or make it a method of |
It seems equally safe as |
Except that Ptr <: Ref |
Ah yes, that continues to confuse me. I think any operation that can write to a Ptr needs to contain
This implies that |
only if it then proceeds to call |
Yes, that's true. But I don't think you should have to call |
deprecate `read(io, type, dims)`, fix #21450
deprecate `read(io, type, dims)`, fix #21450
deprecate `read(io, type, dims)`, fix #21450
deprecate `read(io, type, dims)`, fix #21450
deprecate `read(io, type, dims)`, fix #21450
deprecate `read(io, type, dims)`, fix #21450
deprecate `read(io, type, dims)`, fix JuliaLang#21450
This mutates the Ref so should have a
!
.The text was updated successfully, but these errors were encountered: