-
Notifications
You must be signed in to change notification settings - Fork 131
Ambiguous reference to overloaded definition in scala 2.13.0-RC1 #157
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
Comments
The compile error has been fixed recently (verified on 2.13.0-pre-1ae9f82), still need to investigate the test failures (from https://scala-ci.typesafe.com/job/scala-2.13.x-integrate-community-build/2106/consoleText). Details below FYI, or perhaps they ring a bell :-)
|
Oh wow, ok I see what's causing the test failures. The |
I think we're good for RC2 here, pushed a branch with quick & dirty fixes for tests: master...scalacommunitybuild:community-build-2.13 |
By that I mean very specifically the compiler side of things looks ok. The scala-logging issues remain:
|
Uh oh!
There was an error while loading. Please reload this page.
There are a number of errors popping up in the community build for scala 2.13.0-RC1 in the *Spec files like this one:
I think the specs could be fixed with some clever annotations and/or asInstanceOf-stuff.
But I think it may require a nice proper fix, as it will probably hit real end-users of "scala-logging"?
See scala/bug#11453 for more information.
The text was updated successfully, but these errors were encountered: