-
Notifications
You must be signed in to change notification settings - Fork 59
upgrade to sbt 0.13.16 + refresh MiMA + reinstate conductr-lib + add scalastyle + refresh lightbend-emoji #535
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
Conversation
@SethTisue known? |
perhaps a recent change in that repo. I'll investigate |
This is from Jan 25 scala/scala-parser-combinators@2324d69 |
yeah, so this must have to do with the sbt version bump. @dwijnand can you think of a change in 0.13.16-M1 that could affect this somehow? the scala-parser-combinators build has |
maybe sbt/sbt@ff017eb ? |
That could be the culprit since I did add |
I can start up sbt 0.13.16-M1 on 1.0.x branch of scala-parser-combinators, so I'm wondering if the problem was actually to do with AutoPlugin ordering that @dwijnand fixed in scala/sbt-scala-module#20. Will scala/scala-parser-combinators@6cac8c3 be forward ported? |
Actually the forward porting was already done 5 days ago in scala/scala-parser-combinators#115, so it should build now. |
rebased. new test run: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1493/consoleFull |
|
Awesome. |
test run with 0.13.6-RC1: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1689/consoleFull UPDATE: doh, I should have merged 2.12.x onto this branch before running |
note that this requires being on sbt 0.13.16
new test run: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1690/consoleFull |
long live the new flesh
I think I'm going to merge this even though 0.13.16 is still in release candidates, since it enables building the master branch of MiMa (now that Scala 2.12 support in that repo was merged), which is a pretty nice benefit. |
sure is dark down here in this rabbit hole but the bunnies are friendly.... SO FAR |
the scalafmt part of this is turning out to be especially hard, so I'll make a separate PR out of that |
ok I think this is done, but we need a full test run to make sure nothing regressed: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/1696/consoleFull |
not to be merged until 0.13.16 final is out. in the meantime,
just helping test the new sbt version. @eed3si9n @dwijnand