Uh oh!
There was an error while loading. Please reload this page.
doc: add links to platform specific mechanisms - #7071
Conversation
As requested in earlier PR adding detail for Aix, add link for each of the platform specific technologies used for file system watching.
mhdawson
commented
May 30, 2016
@jasnell as requested in previous PR. |
eljefedelrodeodeljefe
commented
May 30, 2016
Can you add the links in the footer instead? An example would be https://github.com/nodejs/node/pull/7071/files#diff-acabf706a8aa070a8796e3573f7e4678R1561 Otherwise LGTM |
rvagg
commented
May 31, 2016
nice work, lgtm, that apple url tho .. |
mscdex
commented
May 31, 2016
@rvagg Too short? |
rvagg
commented
May 31, 2016
@mscdex yeah, that, obviously, I was also wondering how stable the named anchors are |
davepacheco
commented
May 31, 2016
I'd suggest using http://illumos.org/man/port_create as the link for event ports. |
yorkie
commented
May 31, 2016
How about moving these links to the bottom of this documentation to define, that might be readable to maintainers or source reader :-) |
mhdawson
commented
May 31, 2016
@eljefedelrodeodeljefe did you get the wrong link for the example ? |
mhdawson
commented
May 31, 2016
Figured it out. Good to learn how to put links at the bottom. Pushed update. |
yorkie
commented
May 31, 2016
lgtm :-) |
eljefedelrodeodeljefe
commented
May 31, 2016
👍 |
As requested in earlier PR adding detail for Aix, add link for each of the platform specific technologies used for file system watching. PR-URL: #7071 Reviewed-By: Robert Jefe Lindstädt <robert.lindstaedt@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
mhdawson
commented
Jun 2, 2016
landed as 138c7af |
As requested in earlier PR adding detail for Aix, add link for each of the platform specific technologies used for file system watching. PR-URL: #7071 Reviewed-By: Robert Jefe Lindstädt <robert.lindstaedt@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
Checklist
Affected core subsystem(s)
fs
Description of change
As requested in earlier PR adding detail for Aix, add link
for each of the platform specific technologies used for
file system watching.
Note I did not find a good link for "event ports" on Solaris. Hoping @davepacheco might be able to suggest one.