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 nested pattern completion with trailing comma #906

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

zth
Copy link
Collaborator

@zth zth commented Jan 29, 2024

This fixes an annoying bug where nested pattern completion would not work (especially noticeable when completing for other record fields by adding a trailing comma and then completing) because pattern completion did not account for whether the expression associated with it had the cursor or not.

Should make pattern completions in nested patterns more robust.

@zth zth requested a review from cristianoc January 29, 2024 20:25
@zth zth merged commit d332f85 into master Jan 30, 2024
5 checks passed
@zth zth deleted the fix-nested-pattern-completion branch January 30, 2024 08:38
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