dart-archive / http_io

BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

Is this repository used? #93

Open devoncarew opened 2 years ago

devoncarew commented 2 years ago

Hi - I have some general questions about this repo. My understanding was that it was a proof-of-concept for pulling much of dart:io out into regular dart code - potentially making dart:io smaller and only relying on some pieces that had to be native, like sockets.

I don't believe that this project is active anymore however. I do see that this repo is dep'd into the dart sdk, and that its tests are run on the bots (https://github.com/dart-lang/sdk/blob/main/DEPS#L343 / /third_party/pkg_tested/http_io). This repo isn't actually consumed by anything however?

Adding in @zanderso @bkonyi and @a-siva who may all have context here (and cc @kevmoo).

bkonyi commented 2 years ago

AFAIK, this repo was originally meant to host the package that's currently dart:_http, but that never really got anywhere. The code here is probably out of date and I don't think there's any reason to keep the repository active.

zanderso commented 2 years ago

Some history:

mit-mit commented 2 years ago

Thanks, I'll go ahead and archive it!