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

problems with the REPL #36

Closed
kapouer opened this issue Nov 5, 2015 · 2 comments
Closed

problems with the REPL #36

kapouer opened this issue Nov 5, 2015 · 2 comments

Comments

@kapouer
Copy link
Owner

kapouer commented Nov 5, 2015

Currently, there is no ".scope" command actually asked by nodejs "repl" module.
As a consequence, the webkitgtk repl is currently more broken than usable...
See also
nodejs/node#3544

@kapouer
Copy link
Owner Author

kapouer commented Nov 9, 2015

Completion is better ! setting repl.start().context = {}; makes it call .scope correctly.

Now the problem is to run the commands in a context and copy it over from webview instance to the repl context.

@kapouer
Copy link
Owner Author

kapouer commented Nov 19, 2015

This is fixed in d4db356

@kapouer kapouer closed this as completed Nov 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant