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

tracking: Deno streams to web streams conversion #1986

Closed
32 of 33 tasks
crowlKats opened this issue Mar 3, 2022 · 11 comments
Closed
32 of 33 tasks

tracking: Deno streams to web streams conversion #1986

crowlKats opened this issue Mar 3, 2022 · 11 comments

Comments

@crowlKats
Copy link
Member

crowlKats commented Mar 3, 2022

There is also the separate effort to replace any code that uses various deno ns classes that implement Deno.Reader & Deno.Writer that still uses the read & write functions over the readable & writable properties.

io

archive

encoding

log

mime

textproto

not sure what to do with this one. Update: textproto is removed in #2757

please let me know if I missed any.

@iuioiua
Copy link
Contributor

iuioiua commented Oct 10, 2022

I'll give readRange from files.ts a crack, if that's still something we want. I'm thinking RangedTransformStream.

Also, update:

  1. std/mime is deprecated
  2. std/textproto is deprecated
  3. Streams-based CSV parsing is implemented

@iuioiua
Copy link
Contributor

iuioiua commented Oct 12, 2022

io

Is the Deno team in favour of deprecating these APIs?

@lino-levan
Copy link
Contributor

@crowlKats could you update this issue according to iuioiua's comment?

@kt3k kt3k pinned this issue Jan 3, 2023
@iuioiua
Copy link
Contributor

iuioiua commented Jan 4, 2023

CC @crowlKats

@crowlKats
Copy link
Member Author

@iuioiua this seems already to have been updated by @kt3k

@iuioiua
Copy link
Contributor

iuioiua commented Jan 4, 2023

files.ts

  • readRange

This is done in streams/ByteSliceStream.

@iuioiua
Copy link
Contributor

iuioiua commented Jul 25, 2023

Should we aim to have this issue complete by v1?

@lino-levan
Copy link
Contributor

That would be nice.

@iuioiua
Copy link
Contributor

iuioiua commented Oct 25, 2023

Update: copyN(), readShort(), readInt() and readLong() are deprecated, and can be ticked off. This leaves std/archive and std/log.

@kt3k
Copy link
Member

kt3k commented Dec 28, 2023

std/log has been addressed in #4021

@iuioiua
Copy link
Contributor

iuioiua commented Jul 19, 2024

Closing as this work has essentially been completed. The remaining work on @std/archive can be tracked in #1658. Thank you to all that helped!

@iuioiua iuioiua closed this as completed Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants