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

refactor(repl): move rustyline sync channel communication into struct #12900

Merged
merged 2 commits into from
Nov 25, 2021

Conversation

dsherret
Copy link
Member

I extracted this out of the repl import specifier autocompletion PR I'm working on.

Basically, for that PR I'm going to have to also get messages from the LSP for autocompletion and it would get out of hand quickly to not extract this out.

@dsherret
Copy link
Member Author

dsherret commented Nov 25, 2021

Just noticed #12899

I can wait until after that PR is merged to merge this one cc @lucacasonato

Edit: Actually, looks like that one requires a serde release.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice refactor, wish there was async import in one of the "readline" crates.

@dsherret dsherret merged commit 6a78054 into denoland:main Nov 25, 2021
@dsherret dsherret deleted the refactor_rustyline_channel branch November 25, 2021 19:05
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.

None yet

2 participants