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

Do completion of special forms in the REPL #715

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpellegrini
Copy link
Contributor

  1. When a special form do-something is defined in the compiler, we also do (register-special-form 'do-something), which will store it in an list;
  2. When the REPL autocomplete does its search, it will also include the registered special forms.

No tests included (because it's a REPL thing), but I have tested it on the REPL and it seems fine. And it doesn't interfere with the other tests.

Fixes #714

1. When a special form `do-something` is defined in the compiler, we
   also do `(register-special-form 'do-something)`, which will store it
   in an list;
2. When the REPL autocomplete does its search, it will also include
   the registered special forms.

No tests included (because it's a REPL thing), but I have tested it on
the REPL and it seems fine. And it doesn't interfere with the other
tests.
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.

REPL autocomplete doesn't suggests special forms
1 participant