Skip to content

fs: allow passing negative zero fd - #37123

Merged
Trott merged 1 commit into
nodejs:masterfrom
RaisinTen:fs/fix-negative-zero-for-fd
Feb 6, 2021
Merged

fs: allow passing negative zero fd#37123
Trott merged 1 commit into
nodejs:masterfrom
RaisinTen:fs/fix-negative-zero-for-fd

Conversation

@RaisinTen

Copy link
Copy Markdown
Member

Fixes: #37122

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

Copy link
Copy Markdown
Collaborator

Comment threadtest/parallel/test-fs-stat.js Outdated
@RaisinTen

Copy link
Copy Markdown
MemberAuthor

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

@aduh95

Copy link
Copy Markdown
Contributor

@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
Copy Markdown
Collaborator

@aduh95aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 29, 2021
Comment threadlib/internal/fs/utils.js Outdated
juanarbol
juanarbol previously requested changes Jan 30, 2021
Comment threadlib/internal/fs/utils.js Outdated
@aduh95aduh95 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
Copy Markdown
Collaborator

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

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

@aduh95aduh95 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
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RaisinTen
RaisinTenforce-pushed the fs/fix-negative-zero-for-fd branch from 0e9d2b8 to 8dfb8f5CompareFebruary 5, 2021 16:06
@RaisinTen

Copy link
Copy Markdown
MemberAuthor

Rebased to resolve the conflicts. Restarting the CI.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
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
Trottforce-pushed the fs/fix-negative-zero-for-fd branch from 016550c to 6b8b165CompareFebruary 6, 2021 13:10
@Trott
Trott merged commit 6b8b165 into nodejs:masterFeb 6, 2021
@Trott

Trott commented Feb 6, 2021

Copy link
Copy Markdown
Member

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fsIssues 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

@RaisinTen@nodejs-github-bot@aduh95@Trott@mscdex@Lxxyx@juanarbol@targos