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

[tree_sitter_v] fix qualified type #8

Merged
merged 1 commit into from
Jan 11, 2024
Merged

[tree_sitter_v] fix qualified type #8

merged 1 commit into from
Jan 11, 2024

Conversation

Lycs-D
Copy link
Contributor

@Lycs-D Lycs-D commented Jan 9, 2024

clean cache test by server/completion/CompletionResultSet.v

@spytheman
Copy link
Member

I do not understand, how is CompletionResultSet.v relevant?

@Lycs-D
Copy link
Contributor Author

Lycs-D commented Jan 10, 2024

I do not understand, how is relevant?CompletionResultSet.v

@spytheman

pub fn (mut c CompletionResultSet) elements() []lsp.CompletionItem {
//                                                  ^^^^^^^^^^^^^^ This is incorrectly interpreted as enum_fetch
//                                                  ^^^^^^^^^^^^^^ The expectation should be type_reference_expression

This issue cannot be verified by tree-sitter test, it always meets expectations
This can only be reproduced during the actual run

@spytheman
Copy link
Member

Thank you.

@spytheman spytheman merged commit 62d925e into vlang:main Jan 11, 2024
13 checks passed
@Lycs-D Lycs-D deleted the fix_qualified_type branch January 11, 2024 15:20
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