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

Fix bug with pipe completion not working inside fn call #895

Merged
merged 2 commits into from
Jan 13, 2024

Conversation

zth
Copy link
Collaborator

@zth zth commented Jan 12, 2024

This fixes a fantastically annoying bug where pipe completion doesn't work inside of function calls, e.g: Console.log(someArr->), completing on the empty pipe.

This covers at least the most common case, we'll see if there are more cases to handle too after this fix is shipped. I also feel like this is a bug that shouldn't even be possible if the completion engine does the right thing, so I'll add this to my (ever growing) "refactor completion engine" list.

But this fixes one of the annoying issues for now, so it's definitely worth shipping.

@zth zth requested a review from cristianoc January 12, 2024 21:19
@zth zth merged commit b458232 into master Jan 13, 2024
5 checks passed
@zth zth deleted the fix-pipe-completion-in-fn-call branch January 13, 2024 13:00
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.

2 participants