Uh oh!
There was an error while loading. Please reload this page.
doc: copyedit fs doc - #3097
Conversation
thefourtheye
commented
Sep 28, 2015
Recursive support for Windows has been added only recently and I assume this is going to be an ongoing process. So, we may not require that change. cc @saghul |
Trott
commented
Sep 28, 2015
@thefourtheye I'm not sure I understand what you mean. The only change I'm proposing for that part of the doc is to change
Am I misunderstanding something? |
thefourtheye
commented
Sep 28, 2015
Hmmm okay. LGTM then |
targos
commented
Sep 28, 2015
LGTM |
saghul
commented
Sep 28, 2015
IMHO it can be trimmed further. "Only FSEvents supports this type of file watching so it is unlikely any additional platforms will be added soon." Here "FSEvents" refers to the OSX API, but since we added Windows support I don't think we should say it's unlikely that we add more. |
Removed "Only FSEvents supports this type of file watching so it is unlikely any additional platforms will be added soon." Per @saghul, "FSEvents" refers to the OSX API, but since we added Windows support it may not be unlikely that we add more.
Trott
commented
Sep 28, 2015
@saghul OK, trimmed further. Thanks. How's it look now? /cc @thefourtheye@targos |
thefourtheye
commented
Sep 28, 2015
LGTM |
Removed "Only FSEvents supports this type of file watching so it is unlikely any additional platforms will be added soon." Per @saghul, "FSEvents" refers to the OSX API, but since we added Windows support it may not be unlikely that we add more. PR-URL: nodejs#3097 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Trott
commented
Sep 30, 2015
Landed in 0e4b772 |
Removed "Only FSEvents supports this type of file watching so it is unlikely any additional platforms will be added soon." Per @saghul, "FSEvents" refers to the OSX API, but since we added Windows support it may not be unlikely that we add more. PR-URL: #3097 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Minor editing for clarity and concision.