Skip to content

doc: expand fs.watch caveats - #32176

Closed
bzoz wants to merge 2 commits into
nodejs:masterfrom
JaneaSystems:doc-update-fs-watch-notes
Closed

doc: expand fs.watch caveats#32176
bzoz wants to merge 2 commits into
nodejs:masterfrom
JaneaSystems:doc-update-fs-watch-notes

Conversation

@bzoz

@bzozbzoz commented Mar 10, 2020

Copy link
Copy Markdown
Contributor

Document Windows specific fs.watch caveats.

Fixes: #31702

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Document Windows specific fs.watch caveats.
Fixes: nodejs#31702
@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 Mar 10, 2020
Comment threaddoc/api/fs.md Outdated
Comment threaddoc/api/fs.md Outdated
@bzoz

bzoz commented Mar 11, 2020

Copy link
Copy Markdown
ContributorAuthor

Updated, PTAL

@addaleax

Copy link
Copy Markdown
Member

Landed in 1a844a6

addaleax pushed a commit that referenced this pull request Mar 13, 2020
Document Windows specific fs.watch caveats.
Fixes: #31702
PR-URL: #32176
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 17, 2020
Document Windows specific fs.watch caveats.
Fixes: #31702
PR-URL: #32176
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Mar 19, 2020
MylesBorins pushed a commit that referenced this pull request Mar 24, 2020
Document Windows specific fs.watch caveats.
Fixes: #31702
PR-URL: #32176
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Apr 22, 2020
Document Windows specific fs.watch caveats.
Fixes: #31702
PR-URL: #32176
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targostargos mentioned this pull request Apr 22, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fs.watch doesn't emit change event when a watched folder is moved or deleted on Windows

9 participants

@bzoz@addaleax@bnoordhuis@jasnell@Trott@lpinca@cjihrig@shisama@nodejs-github-bot