★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/24571Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: document fs.write limitation with TTY #24571

Closed
wants to merge 3 commits into from

Conversation

@mcollina
Copy link
Member

mcollina commented Nov 22, 2018

Fixes: #24550

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
@mcollina

This comment has been minimized.

Copy link
Member Author

mcollina commented Nov 22, 2018

Show resolved Hide resolved doc/api/fs.md Outdated
Show resolved Hide resolved doc/api/fs.md Outdated
@refack

refack approved these changes Nov 22, 2018

Copy link
Member

refack left a comment

LGTM in general.
I'm rubber-stamping any future phrasing changes.

Show resolved Hide resolved doc/api/fs.md Outdated
Show resolved Hide resolved doc/api/fs.md Outdated
Show resolved Hide resolved doc/api/fs.md Outdated

@mcollina mcollina force-pushed the mcollina:docs-chcp branch from 2ef51f4 to 5fe5b37 Nov 22, 2018

@mcollina

This comment has been minimized.

Copy link
Member Author

mcollina commented Nov 22, 2018

Updated with @refack changes (edited).
@sam-github please check it out.

@refack

refack approved these changes Nov 22, 2018

Copy link
Member

refack left a comment

💯

@refack

This comment has been minimized.

Copy link
Member

refack commented Nov 22, 2018

BTW: Is codepage 65001 as UTF-8, is common in POSIX land?

@mcollina

This comment has been minimized.

Copy link
Member Author

mcollina commented Nov 22, 2018

BTW: Is codepage 65001 as UTF-8, is common in POSIX land?

I never experienced this problem in Linux or Mac.

Show resolved Hide resolved doc/api/fs.md

@mcollina mcollina force-pushed the mcollina:docs-chcp branch from 5fe5b37 to 3db07ff Nov 22, 2018

@mcollina

This comment has been minimized.

Copy link
Member Author

mcollina commented Nov 22, 2018

@seishun PTAL

@mhdawson
Copy link
Member

mhdawson left a comment

LGTM once other peoples comments are addressed

@mcollina

This comment has been minimized.

Copy link
Member Author

mcollina commented Nov 23, 2018

I think this should be ready to land after the 48 expires.

@mcollina

This comment has been minimized.

Show resolved Hide resolved doc/api/fs.md Outdated
Update doc/api/fs.md
Co-Authored-By: mcollina <matteo.collina@gmail.com>
Show resolved Hide resolved doc/api/fs.md
Show resolved Hide resolved doc/api/fs.md Outdated
Update doc/api/fs.md
Co-Authored-By: mcollina <matteo.collina@gmail.com>
@mcollina

This comment has been minimized.

Copy link
Member Author

mcollina commented Nov 26, 2018

I'm going to land this tomorrow morning CET.

@bzoz

bzoz approved these changes Nov 26, 2018

@Trott

This comment has been minimized.

@Trott

This comment has been minimized.

Copy link
Member

Trott commented Nov 28, 2018

Landed in 086482d

@Trott Trott closed this Nov 28, 2018

Trott added a commit to Trott/io.js that referenced this pull request Nov 28, 2018

doc: document fs.write limitation with TTY
Fixes: nodejs#24550

PR-URL: nodejs#24571
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>

targos added a commit that referenced this pull request Nov 28, 2018

doc: document fs.write limitation with TTY
Fixes: #24550

PR-URL: #24571
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>

@BridgeAR BridgeAR referenced this pull request Dec 5, 2018

Merged

v11.4.0 proposal #24854

4 of 4 tasks complete

refack added a commit to refack/node that referenced this pull request Jan 14, 2019

doc: document fs.write limitation with TTY
Fixes: nodejs#24550

PR-URL: nodejs#24571
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>

BethGriggs added a commit that referenced this pull request Feb 12, 2019

doc: document fs.write limitation with TTY
Fixes: #24550

PR-URL: #24571
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>

@BethGriggs BethGriggs referenced this pull request Feb 12, 2019

Merged

v10.15.3 proposal #26063

BethGriggs added a commit that referenced this pull request Feb 20, 2019

doc: document fs.write limitation with TTY
Fixes: #24550

PR-URL: #24571
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>

rvagg added a commit that referenced this pull request Feb 28, 2019

doc: document fs.write limitation with TTY
Fixes: #24550

PR-URL: #24571
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.