0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/ext
Aapo Alasuutari 19e4e821d5
fix(ext/ffi): Fix usize and isize FFI callback parameters missing match arm (#16172)
Mea culpa. Back when I re-introduced parameter and return value types to
FFI callbacks I failed to properly account for the change in match arm
logic. As a result, usize and isize parameters in FFI callbacks
currently enter the branch meant for void only.

This PR changes the match arms to all be explicit, making sure that void
is the only arm marked unreachable and that it stays that way.
2022-10-07 10:20:18 +05:30
..
broadcast_channel chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
cache chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
console chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
crypto chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
fetch chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
ffi fix(ext/ffi): Fix usize and isize FFI callback parameters missing match arm (#16172) 2022-10-07 10:20:18 +05:30
flash chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
http chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
napi fix(napi): move napi symbols file (#16179) 2022-10-07 09:21:43 +05:30
net chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
node chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
tls chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
url chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
web chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
webgpu chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
webidl chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
websocket chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00
webstorage chore: forward v1.26.1 release commit to main (#16178) 2022-10-06 16:49:40 -04:00