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

Lua client: doesn't retain local variables between evaluations and can't use debug module #504

Open
russtoku opened this issue Jun 11, 2023 · 1 comment
Labels
bug Something isn't working client-lua

Comments

@russtoku
Copy link
Contributor

@glyh reported in #495 (comment):

...further improvement on this maybe try to find if there's a way to implement "real" REPL, because the current implementation is using debug module, that means you either loose local variables across evaluation, or you can't use the debug module when using conjure within neovim.

@glyh
Copy link

glyh commented Jun 12, 2023

Olical already knows this, but thank you for opening a separate issue for it.

@Olical Olical added bug Something isn't working client-lua labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client-lua
Projects
None yet
Development

No branches or pull requests

3 participants