Skip to content

False "differs only in case" warning #4185

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

Closed
odersky opened this issue Mar 26, 2018 · 0 comments
Closed

False "differs only in case" warning #4185

odersky opened this issue Mar 26, 2018 · 0 comments
Assignees

Comments

@odersky
Copy link
Contributor

odersky commented Mar 26, 2018

Given

object ord {
  class Ord
  object Ord
}

I get:

Class Ord differs only in case from ord. Such classes will overwrite one another on case-insensitive filesystems.

nicolasstucki added a commit that referenced this issue Mar 26, 2018
Fix #4185: Do not check names for modules that will not be emitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants