Skip to content

Conversation

@aduh95
Copy link
Contributor

@aduh95 aduh95 commented Oct 31, 2025

Currently available-node results in something that looks like if [ -x ""…/node"" ] && [ -e ""…/node"" ]; then…, the double quoting is clearly not helpful.
I went with using single quotes in case the path contains weird chars (although it wouldn't help if PWD itself contains a single quote, but oh well), I left out the $(PYTHON) calls in case someone is passing flags to Python that way.

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. labels Oct 31, 2025
@aduh95 aduh95 requested a review from richardlau November 8, 2025 08:59
@aduh95 aduh95 force-pushed the make-quoting-consistent-again branch from 9408ced to fff752f Compare January 4, 2026 16:15
@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 4, 2026
@nodejs-github-bot
Copy link
Collaborator

@avivkeller avivkeller added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 4, 2026
@codecov
Copy link

codecov bot commented Jan 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.01%. Comparing base (282d30e) to head (fff752f).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #60511      +/-   ##
==========================================
- Coverage   88.53%   88.01%   -0.53%     
==========================================
  Files         704      704              
  Lines      208759   208759              
  Branches    40277    40198      -79     
==========================================
- Hits       184825   183731    -1094     
- Misses      15934    16992    +1058     
- Partials     8000     8036      +36     

see 104 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.

@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Jan 4, 2026
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/60511
✔  Done loading data for nodejs/node/pull/60511
----------------------------------- PR info ------------------------------------
Title      build: fix inconsistent quoting in `Makefile` (#60511)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     aduh95:make-quoting-consistent-again -> nodejs:main
Labels     build, author ready, needs-ci
Commits    1
 - build: fix inconsistent quoting in `Makefile`
Committers 1
 - Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/60511
Reviewed-By: Aviv Keller <me@aviv.sh>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/60511
Reviewed-By: Aviv Keller <me@aviv.sh>
--------------------------------------------------------------------------------
   ⚠  Commits were pushed since the last approving review:
   ⚠  - build: fix inconsistent quoting in `Makefile`
   ℹ  This PR was created on Fri, 31 Oct 2025 12:55:26 GMT
   ✔  Approvals: 1
   ✔  - Aviv Keller (@avivkeller): https://github.com/nodejs/node/pull/60511#pullrequestreview-3624552602
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2026-01-04T16:17:13Z: https://ci.nodejs.org/job/node-test-pull-request/70667/
- Querying data for job/node-test-pull-request/70667/
✔  Build data downloaded
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/20697827382

@avivkeller avivkeller added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Jan 4, 2026
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 4, 2026
@nodejs-github-bot nodejs-github-bot merged commit 6218d14 into nodejs:main Jan 4, 2026
73 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 6218d14

@aduh95 aduh95 deleted the make-quoting-consistent-again branch January 5, 2026 00:11
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 pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants