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

fs: allow passing negative zero fd #37123

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

RaisinTen
Copy link
Contributor

Fixes: #37122

@nodejs-github-bot nodejs-github-bot added the fs Issues and PRs related to the fs subsystem / file system. label Jan 29, 2021
@nodejs-github-bot
Copy link
Collaborator

test/parallel/test-fs-stat.js Outdated Show resolved Hide resolved
@RaisinTen
Copy link
Contributor Author

@aduh95 do you know why the mac os run got cancelled here: eac8f2f?

@aduh95
Copy link
Contributor

aduh95 commented Jan 29, 2021

@aduh95 do you know why the mac os run got cancelled here: eac8f2f?

I canceled it – when a lot of changes are being pushed at the same time to the repo, we are hitting GH Actions limitations and sometimes it takes hours for all the CI to complete. So I try to cancel jobs on commits which has more recents commits on the same PR as we don't need those anyway.

@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 29, 2021
lib/internal/fs/utils.js Outdated Show resolved Hide resolved
lib/internal/fs/utils.js Outdated Show resolved Hide resolved
@aduh95 aduh95 removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 30, 2021
@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 dismissed juanarbol’s stale review February 1, 2021 22:10

He confirmed his suggestion is not a blocker in a comment above.

@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 1, 2021
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@RaisinTen
Copy link
Contributor Author

Rebased to resolve the conflicts. Restarting the CI.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

Fixes: nodejs#37122

PR-URL: nodejs#37123
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott Trott force-pushed the fs/fix-negative-zero-for-fd branch from 016550c to 6b8b165 Compare February 6, 2021 13:10
@Trott Trott merged commit 6b8b165 into nodejs:master Feb 6, 2021
@Trott
Copy link
Member

Trott commented Feb 6, 2021

Landed in 6b8b165

@RaisinTen RaisinTen deleted the fs/fix-negative-zero-for-fd branch February 6, 2021 13:37
danielleadams pushed a commit that referenced this pull request Feb 16, 2021
Fixes: #37122

PR-URL: #37123
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This was referenced Feb 16, 2021
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. fs Issues and PRs related to the fs subsystem / file system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fs: error when fd = -0
8 participants