Conversation
This restricts the change to Bazel. This way, the patched V8 can still be compiled with gn.
|
UnknownError: TimeoutError: The operation timed out. |
|
@erikcorry Bonk workflow failed. Check the logs for details. View workflow run · To retry, trigger Bonk again. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6426 +/- ##
==========================================
- Coverage 70.71% 70.69% -0.02%
==========================================
Files 427 427
Lines 117262 117262
Branches 18903 18903
==========================================
- Hits 82917 82904 -13
- Misses 23093 23102 +9
- Partials 11252 11256 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merging this PR will degrade performance by 13.04%
Performance Changes
Comparing Footnotes
|
|
The PR has already been approved by anonrig. Let me do my analysis: Summary of the PR: This PR removes the C++ source file modifications from the V8 patch
The PR keeps only the BUILD.bazel changes (part 1) and instead adds The This is a clean improvement that reduces the V8 patch surface, making future V8 updates easier. The approach is sound — No logic bugs, no security issues, no backward compatibility concerns, no missing compat flags. The CodSpeed regression is on a micro-benchmark and unlikely related to this change (it only affects include paths, not runtime code). LGTM |
This restricts the change to Bazel. This way, the patched V8 can still be compiled with gn.