Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uprepl: Improved doc for disabling REPL history on Windows #25672
Conversation
nodejs-github-bot
added
doc
repl
labels
Jan 23, 2019
ralish
referenced this pull request
Jan 23, 2019
Closed
Unable to disable REPL history on Windows #25661
Fishrock123
approved these changes
Jan 23, 2019
vsemozhetbyt
approved these changes
Jan 23, 2019
This comment has been minimized.
This comment has been minimized.
vsemozhetbyt
added
the
windows
label
Jan 23, 2019
BridgeAR
approved these changes
Jan 23, 2019
cjihrig
approved these changes
Jan 23, 2019
This comment has been minimized.
This comment has been minimized.
@ralish thanks a lot for improving this! |
richardlau
approved these changes
Jan 23, 2019
antsmartian
approved these changes
Jan 24, 2019
bzoz
approved these changes
Jan 24, 2019
This comment has been minimized.
This comment has been minimized.
@ralish Could you please take care of the below error, in your commit message:
|
This comment has been minimized.
This comment has been minimized.
@antsmartian Sure thing, have done so. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Landed in 303585e |
vsemozhetbyt
closed this
Jan 26, 2019
added a commit
that referenced
this pull request
Jan 26, 2019
added a commit
that referenced
this pull request
Jan 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
ralish commentedJan 23, 2019
•
edited by BridgeAR
Environment variables with empty values are not permitted on Windows. As
such, to disable persistent REPL history one or more spaces should be
used. Node will trim whitespace from the variable, resulting in a blank
variable at runtime and the desired behaviour.
Fixes: #25661
Checklist