Skip to content

fs: remove unnecessary option argument validation - #53958

Merged
nodejs-github-bot merged 3 commits into
nodejs:mainfrom
JonasBa:jb/fs-mkdir-options
Aug 6, 2024
Merged

fs: remove unnecessary option argument validation#53958
nodejs-github-bot merged 3 commits into
nodejs:mainfrom
JonasBa:jb/fs-mkdir-options

Conversation

@JonasBa

Copy link
Copy Markdown
Contributor

Remove unnecessary option parsing in mkdir

@nodejs-github-botnodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels Jul 19, 2024
@JonasBa
JonasBaforce-pushed the jb/fs-mkdir-options branch from 6327d7b to f4e9f08CompareJuly 19, 2024 21:24
Comment threadlib/fs.js Outdated
@anonriganonrig added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Jul 19, 2024
@anonriganonrig added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 19, 2024
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 19, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@anonriganonrig added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 19, 2024
@aduh95

Copy link
Copy Markdown
Contributor

CI is failing

@aduh95aduh95 removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 21, 2024
@anonrig

Copy link
Copy Markdown
Member

CI is failing

I guess we are also testing the execution order here. We should update the tests @JonasBa

@JonasBa

Copy link
Copy Markdown
ContributorAuthor

Yeah, sorry about that. My device is managed and I cant change firewall rules to run the tests without getting a million connection popups

@anonrig

Copy link
Copy Markdown
Member

Yeah, sorry about that. My device is managed and I cant change firewall rules to run the tests without getting a million connection popups

You can run "tools/test.py path/to/test/file" for specific tests

Comment threadlib/fs.js Outdated
@JonasBa
JonasBaforce-pushed the jb/fs-mkdir-options branch from 20a13bf to 89a14bfCompareAugust 5, 2024 20:30
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@JonasBa

Copy link
Copy Markdown
ContributorAuthor

@anonrig is ti common for the build to run so long or did this timeout and needs a rerun? I dont see any failures, but I lack context on being able to tell how long this should take :)

@anonrig

Copy link
Copy Markdown
Member

@anonrig is ti common for the build to run so long or did this timeout and needs a rerun? I dont see any failures, but I lack context on being able to tell how long this should take :)

This is a timeout probably

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@anonriganonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 6, 2024
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 6, 2024
@nodejs-github-bot
nodejs-github-bot merged commit 3ed9f98 into nodejs:mainAug 6, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 3ed9f98

@JonasBa

Copy link
Copy Markdown
ContributorAuthor

Thank you @anonrig 🙏🏼

targos pushed a commit that referenced this pull request Aug 14, 2024
PR-URL: #53958
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
@RafaelGSSRafaelGSS mentioned this pull request Aug 19, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit-queue-squashAdd this label to instruct the Commit Queue to squash all the PR commits into the first one.fsIssues and PRs related to the fs subsystem / file system.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@JonasBa@nodejs-github-bot@aduh95@anonrig@targos