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

scalac gives noisey warnings with small compile classpaths #10

Closed
johnynek opened this issue Feb 24, 2016 · 2 comments
Closed

scalac gives noisey warnings with small compile classpaths #10

johnynek opened this issue Feb 24, 2016 · 2 comments

Comments

@johnynek
Copy link
Member

See: https://issues.scala-lang.org/browse/SI-9673

For instance:

07:09:29 warning: Class org.apache.commons.logging.Log not found - continuing with a stub.
07:09:29 one warning found
which will be added to the runtime classpath, but is indeed not on the compile time classpath.

I don't see anything we can do here but hope scalac improves.

@johnynek
Copy link
Member Author

johnynek commented Jul 8, 2016

I added this:

scala/scala#5268

and am using an internal build of that which solves the issue. Maybe we can get it into mainline.

@johnynek
Copy link
Member Author

This was merged into mainline in 2.12:

scala/scala#5297

I may send a PR for 2.11.9 or maybe the typelevel compiler, but for now, I'm closing.

This issue was closed.
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

No branches or pull requests

1 participant