Uh oh!
There was an error while loading. Please reload this page.
doc: removed old git conflict markers form fs.md - #7590
Conversation
"doc/api/fs.md" file had some conflict markers like "<<<<<<< HEAD" that are visible at the bottom of https://nodejs.org/api/fs.html
addaleax
commented
Jul 7, 2016
LGTM |
jasnell
commented
Jul 7, 2016
doh! not sure how I missed those! thank you! LGTM |
Maybe we can automatically check for these kinds of lines in files at least before release, like a simple grep in This PR LGTM though. |
cjihrig
commented
Jul 7, 2016
We should leave these in. They add character to the file. :-P LGTM |
The require('constants') module is currently undocumented and mashes
together unrelated constants. This refactors the require('constants')
in favor of distinct os.constants, fs.constants, and crypto.constants
that are specific to the modules for which they are relevant. The
next step is to document those within the specific modules.
PR-URL: #6534
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Robert Lindstaedt <robert.lindstaedt@gmail.com>
Conflicts:
doc/api/fs.mdChALkeR
commented
Jul 8, 2016
LGTM |
ChALkeR
commented
Jul 8, 2016
@mscdex At least some lint rules for docs would be a better solution, I presume. |
mscdex
commented
Jul 8, 2016
@ChALkeR The problem is that conflict markers could happen anywhere, not just the docs. |
@mscdex Yes, then a good solution would involve both a check for the markers and linting docs, as possible mistakes in the docs are not limited to conflict markers. I found some more issues using lint, will file a PR today. |
MylesBorins
commented
Jul 9, 2016
LGTM |
"doc/api/fs.md" file had some conflict markers like "<<<<<<< HEAD" that are visible at the bottom of https://nodejs.org/api/fs.html PR-URL: #7590 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
evanlucas
commented
Jul 18, 2016
Landed in f0d9610. Thanks! |
"doc/api/fs.md" file had some conflict markers like "<<<<<<< HEAD" that are visible at the bottom of https://nodejs.org/api/fs.html PR-URL: #7590 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Checklist
Affected core subsystem(s)
Description of change
"doc/api/fs.md" file had some conflict markers like "<<<<<<< HEAD" that are visible at the bottom of https://nodejs.org/api/fs.html