Skip to content

Regex autocompletion throws exception in qjs repl #74

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
bnoordhuis opened this issue Nov 17, 2023 · 0 comments · Fixed by #128
Closed

Regex autocompletion throws exception in qjs repl #74

bnoordhuis opened this issue Nov 17, 2023 · 0 comments · Fixed by #128
Labels
bug Something isn't working

Comments

@bnoordhuis
Copy link
Contributor

$ ./qjs
QuickJS - Type "\h" for help
qjs > /x/y.sticky<TAB>ReferenceError: 'y' is not defined
    at <eval> (<input>)
    at get_context_object (repl.js:590)
    at get_completions (repl.js:604)
    at completion (repl.js:648)
    at handle_key (repl.js:848)
    at handle_char (repl.js:810)
    at handle_byte (repl.js:165)
    at term_read_handler (repl.js:148)
@bnoordhuis bnoordhuis added the bug Something isn't working label Nov 17, 2023
indutny added a commit to indutny/quickjs that referenced this issue Nov 24, 2023
saghul pushed a commit that referenced this issue Nov 24, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant