Skip to content

Conversation

@ghost
Copy link

@ghostghost commented Aug 3, 2020

Add a line that IBM i does not support fs.watch().

Fixes: #34607
Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability

Checklist

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Aug 3, 2020
doc/api/fs.md Outdated
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't add any line suggesting to use fs.watchFile() as this option is mentioned later.

@ghost
Copy link
Author

ghost commented Aug 3, 2020

@richardlau take a look when you have a spare minute

Copy link
Member

@richardlaurichardlau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you undo the unrelated table formatting changes?

@richardlau
Copy link
Member

cc @nodejs/platform-ibmi

@ghost
Copy link
Author

ghost commented Aug 3, 2020

@richardlau Sure

Probably some formatting is done by my IDE. I'll fix this

Copy link
Author

@ghostghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've deleted the unnecessary table formatting. That was done automatically by my IDE.

@richardlaurichardlau added ibm i Issues and PRs related to the IBM i platform. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Aug 3, 2020
@ThePrez
Copy link
Contributor

LGTM. Thanks, @iandrc!!

@ghost
Copy link
Author

ghost commented Aug 3, 2020

@ThePrez np :)

jasnell pushed a commit that referenced this pull request Aug 7, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

Landed in 0dff5bc

@jasnelljasnell closed this Aug 7, 2020
addaleax pushed a commit that referenced this pull request Aug 8, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
@codebyterecodebytere mentioned this pull request Aug 10, 2020
codebytere pushed a commit that referenced this pull request Aug 11, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
@codebyterecodebytere mentioned this pull request Sep 28, 2020
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.docIssues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.ibm iIssues and PRs related to the IBM i platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

doc Document that IBM i does not support API fs.watch()

4 participants

@richardlau@ThePrez@jasnell@nodejs-github-bot