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 source location management during completion #374

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

nberth
Copy link
Collaborator

@nberth nberth commented Oct 22, 2024

Removes a potential infinite loop with comment entries that are not terminated (reaching end of input); also avoids source location errors during parser exploration by LSP completion code.

Removes a potential infinite loop with comment entries that are not
terminated (reaching end of input); also avoids source location errors
during parser exploration by LSP completion code.
@nberth nberth force-pushed the fix-completion-on-comment-entries branch from 21303d6 to e965cca Compare October 22, 2024 15:10
@nberth nberth merged commit 3139eb4 into OCamlPro:master Oct 23, 2024
4 checks passed
@nberth nberth deleted the fix-completion-on-comment-entries branch October 23, 2024 08:22
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.

1 participant