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

bugfix: Revert go to definition order for older scala version #7210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Feb 13, 2025

Fixes #7209

@tgodzik tgodzik requested a review from kasiaMarek February 13, 2025 16:12
@@ -133,8 +133,19 @@ final class DefinitionProvider(
.map(reportBuilder.setFallbackResult)
)

// Scala 3 prior to 3.7.0 has a bug where the definition is much slower
def scala3DefinitionBugFixed: Boolean =
Copy link
Contributor

Choose a reason for hiding this comment

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

The fix is also in 3.3.3 and 3.3.1, since we still publish pc for them. BTW, maybe it is about time to stop and delete Scala 3 pc from metals?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe, though I don't want to do this in the same PR. I added another condition for now

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.

Go to definition does not work or is slow
2 participants