-
Notifications
You must be signed in to change notification settings - Fork 14
odd community build failures after 2.12.9 re-STARR #644
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
in the Scala repo we have
|
I can investigate further, bisect, etc. but I'll also ask: @retronym does this ring any bells with you? |
@SethTisue Sorry, none of those changes appear suspicious to me. |
It might be a false positive / test bug for Zinc: val versionDependentNames =
if (scalaVersion.contains("2.10")) Set("Nothing", "Any") else Set() Note that it's checking for |
and I notice now that the scala-refactoring one is haha yeah |
in the 2.12 community build, after scala/community-build@7ef0adf:
two projects started having test failures (starting with https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/4800/)
one is scala-refactoring:
and the other is zinc (an old-ish, frozen version of zinc, which may or may not be relevant):
note that both repos' failures involve the absence or presence of a
Nothing
, which might be a clue that the root cause is somehow the sameThe text was updated successfully, but these errors were encountered: