From 3ed06e3ddf4b939ac590edef97d8e43352ee6275 Mon Sep 17 00:00:00 2001 From: SUZUKI Sosuke Date: Wed, 27 Aug 2025 07:15:31 +0900 Subject: [PATCH] Update build JSC script in CONTRIBUTING.md (#22162) ### What does this PR do? Updates build instructions in `CONTRIBUTING.md` ### How did you verify your code works? N/A --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- test/internal/ban-limits.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19266abfdc..f35200c5f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -223,8 +223,8 @@ $ git clone https://github.com/oven-sh/WebKit vendor/WebKit $ git -C vendor/WebKit checkout # Make a debug build of JSC. This will output build artifacts in ./vendor/WebKit/WebKitBuild/Debug -# Optionally, you can use `make jsc` for a release build -$ make jsc-debug && rm vendor/WebKit/WebKitBuild/Debug/JavaScriptCore/DerivedSources/inspector/InspectorProtocolObjects.h +# Optionally, you can use `bun run jsc:build` for a release build +$ bun run jsc:build:debug && rm vendor/WebKit/WebKitBuild/Debug/JavaScriptCore/DerivedSources/inspector/InspectorProtocolObjects.h # After an initial run of `make jsc-debug`, you can rebuild JSC with: $ cmake --build vendor/WebKit/WebKitBuild/Debug --target jsc && rm vendor/WebKit/WebKitBuild/Debug/JavaScriptCore/DerivedSources/inspector/InspectorProtocolObjects.h diff --git a/test/internal/ban-limits.json b/test/internal/ban-limits.json index f0d192258c..8db4ac7acd 100644 --- a/test/internal/ban-limits.json +++ b/test/internal/ban-limits.json @@ -10,7 +10,7 @@ ".stdDir()": 41, ".stdFile()": 18, "// autofix": 168, - ": [^=]+= undefined,$": 260, + ": [^=]+= undefined,$": 259, "== alloc.ptr": 0, "== allocator.ptr": 0, "@import(\"bun\").": 0, @@ -38,7 +38,7 @@ "std.fs.cwd": 104, "std.log": 1, "std.mem.indexOfAny(u8": 0, - "std.unicode": 33, + "std.unicode": 27, "undefined != ": 0, "undefined == ": 0, "usingnamespace": 0