mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* Move code for lifecycle scripts into a separate file * Fix slow & incorrect pipe reading code used for bun install lifecycle scripts * Fix crash in IPC due to calling on_socket_long_timeout when its a null ptr * Only try to get the node path one time * Fix incorrect glob pattern for rebuilding Zig files @paperdave doing `**/**/**` does not work * Implement basic support for ioctl_ficlone * lowercase these * intcast * This is backwards * Fix "waiting for tasks" spam * Update install.zig * Add helper * Update install.zig * Address PR feedback --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>