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: use first reference with go to definition #137

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

mhanberg
Copy link
Collaborator

@mhanberg mhanberg commented Aug 1, 2023

No description provided.

when the compiler is tracing macros, the actual source code gets
expanded first and that is what we want, later, it will trace the
expanded code, and it will exist in ranges that overlap with the actual
source code.

I believe we can rely on the integer id being lower for the first one,
and use an order by clause.
@mhanberg
Copy link
Collaborator Author

mhanberg commented Aug 1, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@mhanberg mhanberg changed the title fix: use first reference fix: use first reference with go to definition Aug 1, 2023
@mhanberg mhanberg merged commit e3ed704 into main Aug 1, 2023
10 checks passed
@mhanberg mhanberg deleted the 2023-07-31-fix-go-to-def branch August 1, 2023 01:49
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