You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed with Yoshiya, the tasks in #3489 are complete. This issue continues the roadmap for v1 of the Deno Standard Library. It focuses on lingering issues that would be good to have addressed by v1. Most of this list comes from the previous issue of @lino-levan's triage list.
The initial version of this list is rough but will be updated as needed. Opinions and concerns are welcome.
Modernize std/archive/tar #1658 - This is stuck on upstream, which is super unlucky. I'd hate to stabilize any API that relies on readers.
log: should expose global state #1826 - Looks like this is just a deeper sign that the logging we have right now is bad, we need to really think about this API imo.
As discussed with Yoshiya, the tasks in #3489 are complete. This issue continues the roadmap for v1 of the Deno Standard Library. It focuses on lingering issues that would be good to have addressed by v1. Most of this list comes from the previous issue of @lino-levan's triage list.
The initial version of this list is rough but will be updated as needed. Opinions and concerns are welcome.
High priority
std/log
to use Streams API #3907noUncheckedIndexedAccess
#4040Medium priority
std/crypto
's vs oldstd/hash
'sdigest()
for large streams #3774Low priority
To be prioritized from Lino's list...
std/archive/tar
#1658 - This is stuck on upstream, which is super unlucky. I'd hate to stabilize any API that relies on readers.std/archive/tar
#1658normalize()
remove trailing slashes? #2441 - Probably need to come up with a decision on this onestd/flags
tostd/cli
#3526 - Sentiment seems mixed, we could always drop thisgetLogger
should be "WARNING" #3508 - Another logging complaintunzip
function in favor of thezip
function #3407fs.walk()
should return relative paths, not absolute paths. #3456 - Probably a breaking changeload.ts
andmod.ts
when used together withrun --watch=
#2490abortableAsyncIterable()
should call.return()
on the generator once aborted #3518X509Certificate
within hash module #981 - slightly out of date, probably needs some lovelookPath
function to find the path of an executable #1056 - I'm gonna pick this one upRecord
do not work withinterface
#1126 - This should just be closed imostd/http/middleware
#1295 - Probably just a "no"getAvailablePort()
#3279 - needs to be broken down into separate issuesThe text was updated successfully, but these errors were encountered: