Tags: zieka/bun
Tags
Assert we drained the microtask queue since the last time we called i… …nto JavaScript (oven-sh#8646) * Add checks that we drain the microtask queue whenever we call into JavaScript * Drain microtasks in more places * Tweak assertions for entering/exiting the event loop * Drain more --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
chore: fix building mimalloc debug with valgrind support (oven-sh#8199) * fix valgrind mimalloc * thens
Fix crash in WebSocket client when handshaking fails or when the HTTP… … response is invalid (oven-sh#7933) * Fix double-free in websocket client * Update test * Fix null pointer dereference * Fix missing protect() / unprotect() call * More careful checks --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
fix(install) make sure node-gyp is available during lifecycle scripts (… …oven-sh#7622) * bunx node-gyp * add test * create temp node-gyp when used in script * windows reminder * closer? * Update bunx_command.zig * append fake node to end of path * Update install.zig * correct temp node-gyp dir, always append parent `node_modules/.bin` dir * make sure temp node-gyp doesnt run itself --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
PreviousNext