Uh oh!
There was an error while loading. Please reload this page.
fs: correctly pass dirent to exclude withFileTypes - #53823
Closed
avivkeller wants to merge 3 commits into
Closed
Conversation
Uh oh!
There was an error while loading. Please reload this page.
benjamingr
approved these changes
Jul 12, 2024
targos
commented
Jul 12, 2024
Member
direct -> dirent |
withFileTypeswithFileTypestargos
approved these changes
Jul 12, 2024
avivkeller
commented
Jul 12, 2024
MemberAuthor
@benjamingr Ive undone the |
avivkeller
marked this pull request as draft
July 12, 2024 21:36
MemberAuthor
Removed the last |
avivkeller
marked this pull request as ready for review
July 12, 2024 21:37
avivkeller
commented
Jul 13, 2024
MemberAuthor
All tests pass, can someone approve and run a Jenkins ci? Thanks! |
MoLow
approved these changes
Jul 14, 2024
nodejs-github-bot
commented
Jul 14, 2024
Collaborator
nodejs-github-bot
commented
Jul 15, 2024
Collaborator
nodejs-github-bot
commented
Jul 17, 2024
Collaborator
avivkeller
commented
Jul 17, 2024
MemberAuthor
All CIs passed :-). The two "failed" tests are just stopped linters. |
nodejs-github-bot
commented
Jul 17, 2024
Collaborator
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 <38299977+RedYetiDev@users.noreply.github.com> - GitHub <noreply@github.com> PR-URL: https://github.com/nodejs/node/pull/53823 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/53823 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> -------------------------------------------------------------------------------- ℹ 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 |
MemberAuthor
@MoLow can you rerun the stopped actions so the bot counts the GitHub CI as a pass? (lint-readme and lint-pr-url) |
MoLow pushed a commit
that referenced
this pull request
Jul 17, 2024
PR-URL: #53823 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
MoLow
commented
Jul 17, 2024
Member
Landed in 5090166 |
ehsankhfr pushed a commit
to ehsankhfr/node
that referenced
this pull request
Jul 18, 2024
PR-URL: nodejs#53823 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
targos pushed a commit
that referenced
this pull request
Jul 28, 2024
PR-URL: #53823 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Merged
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#53821
Fixes an issue where some calls to
#excludedid not pass the dirent whenwithFileTypes: trueCC @targos