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

Enhance class search #484

Merged
merged 5 commits into from
Jul 14, 2023
Merged

Conversation

iusildra
Copy link
Contributor

@iusildra iusildra commented Jul 5, 2023

Optimize class search with an index
Allow manipulation of classes with special characters in their name (+, &...)
Allow partially qualified class name (e.g. mutable.Seq)

Also fixes #503

@iusildra iusildra force-pushed the optimize-class-search branch 2 times, most recently from b9d9f74 to f67886d Compare July 5, 2023 14:36
@iusildra iusildra force-pushed the optimize-class-search branch 3 times, most recently from d04cda3 to c44c6db Compare July 11, 2023 09:59
@iusildra iusildra marked this pull request as ready for review July 11, 2023 10:00
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

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

It would be easier I think not to stack the PR one on top of the other if there are not directly related.

@iusildra iusildra changed the title Optimize class search Optimize class search & add support for special characters Jul 12, 2023
@iusildra iusildra changed the title Optimize class search & add support for special characters Enhance class search Jul 13, 2023
@iusildra
Copy link
Contributor Author

iusildra commented Jul 13, 2023

I have absolutely no idea of why in Scala 2 there are no breakpoints inside A+B$&&$#x in file RuntimeEvaluatorTests.scala:898
I launched the same program in a debug session and placed breakpoints on the whole method. Never reached them

Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

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

One last comment :)

Co-authored-by: adpi2 <adrien.piquerez@gmail.com>
@adpi2 adpi2 merged commit 9ec2eb1 into scalacenter:main Jul 14, 2023
10 of 12 checks passed
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.

Non standard class names
2 participants