FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: update readline docs on EOL handling by kthelgason · Pull Request #4927 · nodejs/node · GitHub

/ node Public

doc: update readline docs on EOL handling - #4927

Closed
kthelgason wants to merge 1 commit into
nodejs:masterfrom
kthelgason:readline-doc-fix
Closed

doc: update readline docs on EOL handling#4927
kthelgason wants to merge 1 commit into
nodejs:masterfrom
kthelgason:readline-doc-fix

Conversation

Copy link
Copy Markdown
Contributor

As raised in #4916 readline actually handles all the various forms of EOL (\r, \r\n, \n).

mscdex added doc Issues and PRs related to the documentations. readline Issues and PRs related to the built-in readline module. labels Jan 28, 2016
Comment thread doc/api/readline.markdown Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This could be clearer if we explicitly said "end of line (\n, \r, or \r\n)"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Sounds good, will fix.

cjihrig commented Jan 28, 2016

Copy link
Copy Markdown
Contributor

LGTM with a suggestion.

Copy link
Copy Markdown
Contributor Author

Fixed according to @cjihrig's suggestion.

cjihrig pushed a commit that referenced this pull request Jan 28, 2016
This commit explicitly calls out the end of line sequences
used to generate line events in the readline module.

Fixes: #4916
PR-URL: #4927
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

cjihrig commented Jan 28, 2016

Copy link
Copy Markdown
Contributor

Thanks! Landed in 3218dfb.

cjihrig closed this Jan 28, 2016
rvagg pushed a commit that referenced this pull request Jan 28, 2016
This commit explicitly calls out the end of line sequences
used to generate line events in the readline module.

Fixes: #4916
PR-URL: #4927
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

jasnell commented Jan 29, 2016

Copy link
Copy Markdown
Member

Added the lts-watch label. Doc updates like this should generally always be on the lts watch list unless they depend on a semver-minor or major.

rvagg pushed a commit that referenced this pull request Feb 8, 2016
This commit explicitly calls out the end of line sequences
used to generate line events in the readline module.

Fixes: #4916
PR-URL: #4927
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Feb 17, 2016
This commit explicitly calls out the end of line sequences
used to generate line events in the readline module.

Fixes: #4916
PR-URL: #4927
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
This commit explicitly calls out the end of line sequences
used to generate line events in the readline module.

Fixes: #4916
PR-URL: #4927
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins mentioned this pull request Feb 18, 2016
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
This commit explicitly calls out the end of line sequences
used to generate line events in the readline module.

Fixes: #4916
PR-URL: #4927
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
This commit explicitly calls out the end of line sequences
used to generate line events in the readline module.

Fixes: nodejs#4916
PR-URL: nodejs#4927
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. readline Issues and PRs related to the built-in readline module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL