Skip to content
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

to-do: trim @std/io APIs #5989

Closed
iuioiua opened this issue Sep 16, 2024 · 0 comments
Closed

to-do: trim @std/io APIs #5989

iuioiua opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels

Comments

@iuioiua
Copy link
Contributor

iuioiua commented Sep 16, 2024

@std/io contains quite a few deprecated APIs. We should review each one, and if still relevant, provide a migration guide, deprecate, then remove. Doing so pushes users to use Streams APIs and @std/streams, and reduces the number of API choices they need to make for their projects.

Symbol Deprecated Removal PR Removed
BufReader #6056
BufWriter #6057
copyN() #5999
LimitedReader #6058
MultiReader #6059
readDelim() #6052
readInt() #6048
readLines() #5991
readLong() #6047
readRange[Sync]() #6049
readShort() #6050
readStringDelim() #6001
sliceLongToBytes() #6005
StringReader #6062
StringWriter #6061
@iuioiua iuioiua added the io label Sep 16, 2024
@iuioiua iuioiua self-assigned this Sep 16, 2024
@iuioiua iuioiua closed this as completed Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant