Skip to content

Conversation

@jjhidalgar
Copy link

@jjhidalgarjjhidalgar commented Jul 7, 2016

Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
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

"doc/api/fs.md" file had some conflict markers like "<<<<<<< HEAD" that are visible at the bottom of https://nodejs.org/api/fs.html
@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 Jul 7, 2016
@addaleax
Copy link
Member

LGTM

@jasnell
Copy link
Member

doh! not sure how I missed those! thank you! LGTM

@mscdex
Copy link
Contributor

mscdex commented Jul 7, 2016

Maybe we can automatically check for these kinds of lines in files at least before release, like a simple grep in Makefile or similar?

This PR LGTM though.

@cjihrig
Copy link
Contributor

We should leave these in. They add character to the file. :-P

LGTM

addaleax referenced this pull request Jul 8, 2016
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 <[email protected]> Reviewed-By: Robert Lindstaedt <[email protected]> Conflicts: doc/api/fs.md
@ChALkeR
Copy link
Member

LGTM

@ChALkeR
Copy link
Member

@mscdex At least some lint rules for docs would be a better solution, I presume.

@mscdex
Copy link
Contributor

@ChALkeR The problem is that conflict markers could happen anywhere, not just the docs.

@ChALkeR
Copy link
Member

ChALkeR commented Jul 9, 2016

@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
Copy link
Contributor

LGTM

@targostargos mentioned this pull request Jul 9, 2016
1 task
evanlucas pushed a commit that referenced this pull request Jul 18, 2016
"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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Myles Borins <[email protected]>
@evanlucas
Copy link
Contributor

Landed in f0d9610. Thanks!

@evanlucasevanlucas mentioned this pull request Jul 19, 2016
evanlucas pushed a commit that referenced this pull request Jul 20, 2016
"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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Myles Borins <[email protected]>
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.

9 participants

@jjhidalgar@addaleax@jasnell@mscdex@cjihrig@ChALkeR@MylesBorins@evanlucas@nodejs-github-bot