Skip to content
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

Add depth/breadth first search algorithms to recursive readdir #41709

Closed
Ethan-Arrowood opened this issue Jan 26, 2022 · 4 comments
Closed

Add depth/breadth first search algorithms to recursive readdir #41709

Ethan-Arrowood opened this issue Jan 26, 2022 · 4 comments
Labels
feature request Issues that request new features to be added to Node.js. fs Issues and PRs related to the fs subsystem / file system. stale

Comments

@Ethan-Arrowood
Copy link
Contributor

Ethan-Arrowood commented Jan 26, 2022

What is the problem this feature will solve?

Continuation of #34992 and #41439

This feature will add specific algorithm support to the upcoming recursive readdir feature I'm working on in #41439

What is the feature you are proposing to solve the problem?

The api should be extended to include a new parameter to the options object with the type:

{
  algorithm?: 'depth-first' | 'breadth-first'
}

I've already stubbed out tests for this feature based on the early work in #41439 see this fork-branch for more details:
https://github.com/Ethan-Arrowood/node/tree/feature/recursive-readdir-dfs-bfs

@Ethan-Arrowood Ethan-Arrowood added the feature request Issues that request new features to be added to Node.js. label Jan 26, 2022
@VoltrexKeyva VoltrexKeyva added the fs Issues and PRs related to the fs subsystem / file system. label Jan 27, 2022
@github-actions
Copy link
Contributor

There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment.

For more information on how the project manages feature requests, please consult the feature request management document.

@github-actions github-actions bot added the stale label Jul 27, 2022
@anonrig
Copy link
Member

anonrig commented Aug 8, 2022

Is there anyone working on this specific issue?

@github-actions github-actions bot removed the stale label Aug 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment.

For more information on how the project manages feature requests, please consult the feature request management document.

@github-actions github-actions bot added the stale label Feb 6, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2023

There has been no activity on this feature request and it is being closed. If you feel closing this issue is not the right thing to do, please leave a comment.

For more information on how the project manages feature requests, please consult the feature request management document.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. fs Issues and PRs related to the fs subsystem / file system. stale
Projects
None yet
Development

No branches or pull requests

3 participants