fix(config): add missing spaces in riscv64 threads warning - #946
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@btea is attempting to deploy a commit to the OpenJS Foundation Team on Vercel. A member of the Team first needs to authorize it. |
PR SummaryLow Risk Overview Trailing spaces are added between the concatenated string fragments so the message reads “failures when allocating” and “virtual address space on riscv64” instead of A patch changeset documents the fix for Reviewed by Cursor Bugbot for commit 8777f37. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #946 +/- ##
=======================================
Coverage 86.21% 86.21%
=======================================
Files 195 195
Lines 17690 17690
Branches 1609 1610 +1
=======================================
Hits 15251 15251
Misses 2433 2433
Partials 6 6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
The warning shown when running with multiple threads on riscv64 concatenated its string parts without trailing spaces, producing
failures whenallocatingandaddress spaceon riscv64.This adds the missing spaces so the message reads correctly.