Skip to content

Spurious warning for "classes will overwrite one another on case-insensitive filesystems" #4166

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
allanrenucci opened this issue Mar 23, 2018 · 0 comments
Assignees

Comments

@allanrenucci
Copy link
Contributor

package foo {
  class Hello
}

package bar {
  class Hello
}
-- Warning: tests/allan/Test.scala:23:8 ----------------------------------------
23 |  class Hello
   |        ^
   |Class Hello differs only in case from Hello. Such classes will overwrite one another on case-insensitive filesystems.
one warning found
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