Skip to content

Rename test files that conflit in fuzzy search #8784

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

Merged
merged 3 commits into from
Apr 27, 2020

Conversation

OlivierBlanvillain
Copy link
Contributor

This PR removes all the names conflicts when fuzzy searching in the dotty code base. To show what I'm talking about, here are screenshots showing the result of "ctrl+p definitions" on master:
Screenshot_2020-04-23_17-47-07

And after this PR:
Screenshot_2020-04-23_17-47-49

I came up with this diff by looking at the top 100 modified files in the Dotty code base, and manually inspecting the output of git ls-files | grep -i $file for each of them.

Copy link
Member

@smarter smarter left a comment

Choose a reason for hiding this comment

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

Thank you!

@OlivierBlanvillain OlivierBlanvillain merged commit 1b00033 into scala:master Apr 27, 2020
@OlivierBlanvillain OlivierBlanvillain deleted the fuzzy-name-cleanup branch April 27, 2020 07:14
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.

2 participants