mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* [bundows] Make bun install 60% faster * [autofix.ci] apply automated fixes * Do not keep node_modules folder open between async tasks. Make sure we call runTasks on every event loop wakeup. * Update install.zig * Fix deadlock * Make that deadlock impossible * a little less repetitive * Fix test failure with local tarball * Get those tests to pass * Normalize absolutely * lets see how many times we call GetFinalPathNameByHandle * Workaround https://github.com/ziglang/zig/issues/19586 https://github.com/ziglang/zig/issues/19586 * Is the dev-server-100 test failure a hash table collision? * Give it its own cache dir * We cannot change the git task ids --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>