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

repl: save repl session in file by btd · Pull Request #442 · nodejs/node · GitHub

/ node Public

repl: save repl session in file - #442

Closed
btd wants to merge 1 commit into
nodejs:v1.xfrom
btd:repl-save-session
Closed

repl: save repl session in file#442
btd wants to merge 1 commit into
nodejs:v1.xfrom
btd:repl-save-session

Conversation

btd commented Jan 15, 2015

Copy link
Copy Markdown

Extract history in separate function to manage it all in one place
as a result add subclass that write entries to file (by default ~/.iojs_history)

btd mentioned this pull request Jan 15, 2015

btd commented Jan 15, 2015

Copy link
Copy Markdown
Author

That is for #394 to begin discussion.

rvagg added the semver-minor PRs that contain new features and should be released in the next minor version. label Jan 23, 2015
Comment thread lib/readline.js 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

I don't see any benefit to lazy loading these modules. Could you hoist this declaration to the top?

Extract history in separate function to manage it all in one place
as a result add subclass that write entries to file (by default ~/.iojs_history).

Also allow to disable history write via env variable NODE_DISABLE_HISTORY.

btd commented Jan 31, 2015

Copy link
Copy Markdown
Author

@brendanashworth fixed.

Copy link
Copy Markdown
Contributor

I'm in favour of #596

cjihrig commented Feb 17, 2015

Copy link
Copy Markdown
Contributor

Closing per #394 (comment)

cjihrig closed this Feb 17, 2015
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

semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL