1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 11:34:15 -05:00
denoland-deno/ext
Igor Zinkovsky 10ae5ee265
fix(ext/io) several sync fs fixes (#18886)
2 fixes related to sync fs:
* update the 2 sync methods on `Resource` trait to take `Rc<Self>`
(consistent with other methods)
* fix a bug in `StdFileResource::with_inner_and_metadata`, which
currently can trigger a panic if a sync method is called on a file with
a pending async operation. This could happen in the code path where
`File::try_clone`
[fails](39ece1fe0d/ext/io/lib.rs (L485-L489)).
2023-04-28 12:16:17 -07:00
..
broadcast_channel chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
cache chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
console chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
crypto chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
fetch chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
ffi chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
fs chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
http chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
io fix(ext/io) several sync fs fixes (#18886) 2023-04-28 12:16:17 -07:00
kv chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
napi chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
net chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
node chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
tls chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
url chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
web chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
webidl chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
websocket chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00
webstorage chore: forward v1.33.1 release commit to main (#18897) 2023-04-28 21:14:26 +02:00