-
-
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
deprecate readstring
to read(io, String)
#22793
Comments
This sounds straightforward you just:
Are there any other steps? |
Correct! |
This example in the docs doesn't work .
You could make an anonymous function. |
Also what do you do with this line in
|
I think The precompile line can just be deleted; those need to be regenerated periodically anyway. |
Ok, I went with |
deprecate readstring for read(io, String). fixes #22793.
deprecate readstring for read(io, String). fixes JuliaLang#22793.
`readstring` seems to be deprecated and moved to `read(io, String)` in Julia 1.0, according to the following issue. JuliaLang/julia#22793
Low-weight opinion of a new Julia user, but I personally would appreciate if there were
|
Personally, I miss
Therefore, I propose that we reinstate |
Huh, TIL about |
|
This is more consistent with other
read
methods, and more easily extensible to other types of strings.The text was updated successfully, but these errors were encountered: