Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
And model worker resources as Stream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1742
Fixes #2021
|
|
|
|
* Refactored the way worker polling is scheduled and errors are handled.
* Share the worker future as a Shared
|
|
|
|
|
|
|
|
|
|
|
|
So we don't have to have an optional tokio dependency. We build
deno_core_http_bench using GN anyway.
|
|
|
|
|
|
Fixes some sed errors introduced in c43cfe.
Unfortunately moving libdeno required splitting build.rs into two parts,
one for cli and one for core.
I've also removed the arm64 build - it's complicating things at this
re-org and we're not even testing it. I need to swing back to it and get
tools/test.py running for it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using open/read/write
|
|
test case from @afinch7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This simplifies the Behavior trait and makes it more explicit where the
resolve callback is being made.
Also s/StartupScript/Script
|
|
|
|
|
|
Fixes #1988
|
|
|