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: [SemanticDB] Do not register SymbolOccurrence for non-symbol endmarker #15143

Merged
merged 1 commit into from
May 9, 2022

Conversation

tanishiking
Copy link
Member

fix #15142

// end given shouldn't have Symbol Occurrence
given Stuff/*->endmarkers::Stuff#*/[String/*->scala::Predef.String#*/] with
def `do/*<-endmarkers::EndMarkers$package.given_Stuff_String.do().*/`: String/*->scala::Predef.String#*/ = "done"
end given
Copy link
Member Author

Choose a reason for hiding this comment

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

Previously, we had end given/*->endmarkers::EndMarkers$package.given_Stuff_String.*/ which I want to drop from Symbol Occurrence.

Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

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

LGTM!

@tgodzik tgodzik merged commit b0ebb70 into scala:main May 9, 2022
@tanishiking tanishiking deleted the semanticdb-endmarker branch May 9, 2022 15:23
@Kordyjan Kordyjan added this to the 3.2.0 milestone Aug 1, 2023
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.

[SemanticDB] Symbol that name doesn't present in source shouldn't be registered as SymbolOccurrence
3 participants