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

Scala 2.12 artifacts #169

Closed
eed3si9n opened this issue Apr 16, 2017 · 9 comments
Closed

Scala 2.12 artifacts #169

eed3si9n opened this issue Apr 16, 2017 · 9 comments
Milestone

Comments

@eed3si9n
Copy link

Could we cross build to Scala 2.12 please? sbt 1 plugins would need it.

@szeiger
Copy link
Contributor

szeiger commented Apr 24, 2017

Hm, I don't even remember how I published this the last time. Looks completely manual as far as I can tell from the repo. Note that we already cross-build and test for 2.11 and 2.12 so we'd only have to publish the additional artifacts for mima-core.

Is there already a way to build sbt plugins with 2.12 for sbt 1.0? Then we could also publish mima-reporter.

@SethTisue
Copy link
Collaborator

SethTisue commented Apr 24, 2017

release steps (sadly numerous) can be copy/pasted from #165 (more detailed than https://github.com/typesafehub/migration-manager/wiki/Releasing-MiMa)

the needed changes for 2.12 are on this branch: https://github.com/typesafehub/migration-manager/tree/scala-2.12 which is included in the 2.12 community build. other than the community build runs, probably nobody has looked at the branch in a while now ("51 commits behind master")

in order to publish everything from one branch, I guess we'd need separate scala-2.10 and scala-2.12 source directories?

@szeiger
Copy link
Contributor

szeiger commented Apr 24, 2017

Oh, you're right, we're only setting testScalaVersion to 2.11 and 2.12 but we haven't built it on 2.12 yet.

@szeiger
Copy link
Contributor

szeiger commented Apr 27, 2017

Abstracting this out into scala-2.10 and scala-2.12 turns out to be rather tricky due to the pervasive differences in classpath handling. I have a version that compiles but it's still buggy.

@2m
Copy link
Contributor

2m commented Jun 13, 2017

Core and reporter is Scala 2.12 ready. Sbt Plugin is the only one left.

@irundaia
Copy link

irundaia commented Jun 27, 2017

@2m would it be possible to publish the core and reporter artefacts for scala 2.11/2.12? This would make incorporating mima in other build tools easier

@SethTisue
Copy link
Collaborator

SethTisue commented Jul 19, 2017

I see over at #179 #180 this is getting close.

UPDATE: actually #180 was merged, so now it just remains to do a release

@SethTisue
Copy link
Collaborator

there are mutterings coming from @dwijnand's direction about doing a release

@dwijnand dwijnand added this to the 0.1.15 milestone Jul 25, 2017
@dwijnand
Copy link
Collaborator

https://github.com/typesafehub/migration-manager/releases/tag/0.1.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

6 participants