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

Add some tab-completion support. #11

Merged
merged 6 commits into from
Sep 5, 2017
Merged

Add some tab-completion support. #11

merged 6 commits into from
Sep 5, 2017

Conversation

bduggan
Copy link
Owner

@bduggan bduggan commented Sep 1, 2017

  • Tab completion using CORE::.keys as in src/core/REPL
  • Tab completion for methods using introspection.

Also:

  • Fixed bug where is_complete request would eval code in the current context
  • Better exception handling; running stub code in a function would cause the kernel to die.

autocomplete

Brian Duggan and others added 6 commits September 1, 2017 16:08
* Tab completion using CORE::.keys as in src/core/REPL
* Tab completion for methods using introspection.

Also:
* Fixed bug where is_complete request would eval
  code in the current context
* Better exception handling; running stub code in
  a function would cause the kernel to die.
@bduggan bduggan merged commit a4b616e into master Sep 5, 2017
@bduggan bduggan deleted the completions branch September 5, 2017 13:29
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

Successfully merging this pull request may close these issues.

1 participant