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: add a note about possible missing lines to readline.asyncIterator #34675

Conversation

Copy link
Contributor

@mikhalev-im mikhalev-im commented Aug 8, 2020

Fixes: #33463

Adds a note to the documentation of the readline module that you may miss lines if you have async operations between interface creation and async iteration (since readline is not a stream).

Hopefully I followed the guidelines correctly as this is my first-time contribution.

Checklist

@nodejs-github-bot nodejs-github-bot added doc readline labels Aug 8, 2020
@mikhalev-im
Copy link
Contributor Author

@mikhalev-im mikhalev-im commented Aug 8, 2020

Also related to #28565

@Trott
Copy link
Member

@Trott Trott commented Aug 10, 2020

@Trott Trott requested review from devsnek and BridgeAR Aug 23, 2020
@antsmartian antsmartian added the request-ci label Aug 26, 2020
@github-actions github-actions bot removed the request-ci label Aug 26, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Aug 26, 2020

@mikhalev-im
Copy link
Contributor Author

@mikhalev-im mikhalev-im commented Aug 29, 2020

Hey guys, I see that some checks failed (not sure why, since only documentation has changed), do I need to act on this somehow?

@Trott
Copy link
Member

@Trott Trott commented Aug 29, 2020

I see that some checks failed (not sure why, since only documentation has changed), do I need to act on this somehow?

No, this is a doc-only change and can land as long as the linter and make-doc jobs have passed (which they have).

Trott pushed a commit that referenced this issue Aug 29, 2020
Fixes: #33463

PR-URL: #34675
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott
Copy link
Member

@Trott Trott commented Aug 29, 2020

Landed in 33eda80.

Thanks for the contribution! 🎉

@Trott Trott closed this Aug 29, 2020
richardlau pushed a commit that referenced this issue Sep 1, 2020
Fixes: #33463

PR-URL: #34675
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@richardlau richardlau mentioned this pull request Sep 2, 2020
4 tasks
richardlau pushed a commit that referenced this issue Apr 3, 2022
Fixes: #33463

PR-URL: #34675
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@richardlau richardlau mentioned this pull request Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc readline
Projects
None yet
7 participants