| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
So, to be clear... this test file runes with stdio as pipes, not ttys. By the look of the code this doesn't actually touch TTY at all, maybe that should be removed form the commit message? |
Sorry, something went wrong.
Sorry, something went wrong.
|
@Fishrock123 sorry, what I meant is that it improves coverage for readline when going through _ttyWrite, that is, when the Interface is constructed with terminal: true. The commit message might cause confusion with the tty module, I can definitely remove it. |
Sorry, something went wrong.
|
if _ttyWrite fits into the message that might be ideal? |
Sorry, something went wrong.
|
@Fishrock123 sure thing, I'll wait for the CI run to complete then fix that |
Sorry, something went wrong.
|
@Fishrock123 completely forgot about this, does the new message seem alright to you? |
Sorry, something went wrong.
There was a problem hiding this comment.
LG if CI is green. This needs a rebase though
Sorry, something went wrong.
|
@claudiorodriguez would you be so kind and rebase this? |
Sorry, something went wrong.
|
@BridgeAR rebased, cheers |
Sorry, something went wrong.
There was a problem hiding this comment.
Still LGTM but it would be nice if my two comments would be addressed before landing.
Sorry, something went wrong.
There was a problem hiding this comment.
Please use common.mustCall instead of called in all of these functions.
Sorry, something went wrong.
There was a problem hiding this comment.
Super tiny nit - would you be so kind and upper case all beginnings of comments?
Sorry, something went wrong.
Adds the following tests for tty readline: - go to beginning and end of line - wordLeft - wordRight - deleteWordLeft - deleteWordRight
|
@BridgeAR comments addressed, cheers |
Sorry, something went wrong.
Sorry, something went wrong.
Adds the following tests for tty readline: - go to beginning and end of line - wordLeft - wordRight - deleteWordLeft - deleteWordRight PR-URL: #12064 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Adds the following tests for tty readline: - go to beginning and end of line - wordLeft - wordRight - deleteWordLeft - deleteWordRight PR-URL: nodejs/node#12064 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Adds the following tests for tty readline: - go to beginning and end of line - wordLeft - wordRight - deleteWordLeft - deleteWordRight PR-URL: #12064 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Adds the following tests for tty readline: - go to beginning and end of line - wordLeft - wordRight - deleteWordLeft - deleteWordRight PR-URL: #12064 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Adds the following tests for tty readline: - go to beginning and end of line - wordLeft - wordRight - deleteWordLeft - deleteWordRight PR-URL: #12064 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Adds the following tests for tty readline:
Checklist
Affected core subsystem(s)
test