Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
fs: correctly pass dirent to exclude withFileTypes#53823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Conversation
avivkeller commented Jul 12, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
targos commented Jul 12, 2024
direct -> dirent |
withFileTypeswithFileTypesavivkeller commented Jul 12, 2024
@benjamingr Ive undone the |
avivkeller commented Jul 12, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Removed the last |
avivkeller commented Jul 13, 2024
All tests pass, can someone approve and run a Jenkins ci? Thanks! |
nodejs-github-bot commented Jul 14, 2024
nodejs-github-bot commented Jul 15, 2024
nodejs-github-bot commented Jul 17, 2024
avivkeller commented Jul 17, 2024
All CIs passed :-). The two "failed" tests are just stopped linters. |
nodejs-github-bot commented Jul 17, 2024
Commit Queue failed- Loading data for nodejs/node/pull/53823 ✔ Done loading data for nodejs/node/pull/53823 ----------------------------------- PR info ------------------------------------ Title fs: correctly pass dirent to exclude `withFileTypes` (#53823) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch RedYetiDev:fix-dirent -> nodejs:main Labels fs, needs-ci, commit-queue-squash Commits 3 - fs: correctly pass dirent to exclude `withFileTypes` - Update test-fs-glob.mjs - Update test-fs-glob.mjs Committers 2 - RedYetiDev <[email protected]> - GitHub <[email protected]> PR-URL: https://github.com/nodejs/node/pull/53823 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/53823 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 12 Jul 2024 14:00:55 GMT ✔ Approvals: 3 ✔ - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/53823#pullrequestreview-2175131131 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/53823#pullrequestreview-2175259315 ✔ - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/53823#pullrequestreview-2176695952 ✘ Last GitHub CI failed ℹ Last Full PR CI on 2024-07-17T06:37:36Z: https://ci.nodejs.org/job/node-test-pull-request/60378/ - Querying data for job/node-test-pull-request/60378/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/9974836012 |
avivkeller commented Jul 17, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
@MoLow can you rerun the stopped actions so the bot counts the GitHub CI as a pass? (lint-readme and lint-pr-url) |
PR-URL: #53823 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
MoLow commented Jul 17, 2024
Landed in 5090166 |
PR-URL: nodejs#53823 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: #53823 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Fixes#53821
Fixes an issue where some calls to
#excludedid not pass the dirent whenwithFileTypes: trueCC @targos