Skip to content

Conversation

@0101
Copy link
Contributor

@0101 0101 commented Jan 26, 2023

Fixes #9983

For some reason definitions were matched by document ID with the document where a reference was found, so every reference found in a different document than where the symbol was defined went under "external definition" group.

As far as I can tell the only way there can be multiple definitions is when the same file is included in multiple projects. So I switched the matching to the associated project.

Not sure if this can be conveniently unit-tested...

@0101 0101 requested a review from a team as a code owner January 26, 2023 16:05
@0101 0101 closed this Jan 26, 2023
@0101 0101 reopened this Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Find All References: results are split into identically labeled groups

3 participants