FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: match cmd.exe case-insensitively in task runner by Archkon · Pull Request #64907 · nodejs/node · GitHub

/ node Public

src: match cmd.exe case-insensitively in task runner - #64907

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Archkon:taskrunner4
Aug 9, 2026
Merged

src: match cmd.exe case-insensitively in task runner#64907
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Archkon:taskrunner4

Conversation

Archkon commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Use a case-insensitive suffix comparison for ComSpec so uppercase and mixed-case CMD.EXE paths use the correct /c invocation.

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Aug 1, 2026

codecov Bot commented Aug 1, 2026
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.27%. Comparing base (a4aa3c0) to head (11266c2).
⚠️ Report is 154 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #64907      +/-   ##
==========================================
- Coverage   90.28%   90.27%   -0.01%     
==========================================
  Files         760      760              
  Lines      247061   247061              
  Branches    46592    46590       -2     
==========================================
- Hits       223058   223037      -21     
- Misses      15491    15499       +8     
- Partials     8512     8525      +13     
Files with missing lines Coverage Δ
src/node_task_runner.cc 89.32% <ø> (ø)

... and 19 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Use a case-insensitive suffix comparison for ComSpec so uppercase and
mixed-case CMD.EXE paths use the correct /c invocation.

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>

This comment was marked as spam.

panva added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Aug 8, 2026
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 8, 2026

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

avivkeller added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 9, 2026
nodejs-github-bot merged commit ab9afa9 into nodejs:main Aug 9, 2026
74 checks passed

Copy link
Copy Markdown
Collaborator

Landed in ab9afa9

nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 9, 2026
Archkon deleted the taskrunner4 branch August 9, 2026 19:22
aduh95 pushed a commit that referenced this pull request Aug 13, 2026
Use a case-insensitive suffix comparison for ComSpec so uppercase and
mixed-case CMD.EXE paths use the correct /c invocation.

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
PR-URL: #64907
Reviewed-By: Aviv Keller <me@aviv.sh>
aduh95 pushed a commit that referenced this pull request Aug 25, 2026
Use a case-insensitive suffix comparison for ComSpec so uppercase and
mixed-case CMD.EXE paths use the correct /c invocation.

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
PR-URL: #64907
Reviewed-By: Aviv Keller <me@aviv.sh>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL