mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
upgrade zig to v0.11.0-dev.3737+9eb008717 (#3374)
* progress
* finish `@memset/@memcpy` update
* Update build.zig
* change `@enumToInt` to `@intFromEnum` and friends
* update zig versions
* it was 1
* add link to issue
* add `compileError` reminder
* fix merge
* format
* upgrade to llvm 16
* Revert "upgrade to llvm 16"
This reverts commit cc930ceb1c.
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
@@ -135,7 +135,7 @@ pub const RunCommand = struct {
|
||||
}
|
||||
|
||||
// implicit yarn commands
|
||||
if (std.mem.indexOfScalar(u64, yarn_commands, std.hash.Wyhash.hash(0, yarn_cmd)) == null) {
|
||||
if (std.mem.indexOfScalar(u64, yarn_commands, bun.hash(yarn_cmd)) == null) {
|
||||
try copy_script.appendSlice(BUN_RUN);
|
||||
try copy_script.append(' ');
|
||||
try copy_script.appendSlice(yarn_cmd);
|
||||
|
||||
Reference in New Issue
Block a user