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

The compiler plugin should be fully cross-versioned #31

Closed
lrytz opened this issue Jul 10, 2019 · 1 comment
Closed

The compiler plugin should be fully cross-versioned #31

lrytz opened this issue Jul 10, 2019 · 1 comment

Comments

@lrytz
Copy link
Contributor

lrytz commented Jul 10, 2019

Unlike scala-library.jar, the scala compiler is not binary compatible between minor releases. Therefore, compiler plugins should in principle be released with full cross versioning, and a new release is needed for every minor Scala release. See https://github.com/scalamacros/paradise/blob/2.12.8/build.sbt for example, https://search.maven.org/search?q=g:org.scalamacros.

Similar: cb372/scala-typed-holes#6, typelevel/kind-projector#15, softwaremill/scala-clippy#65

@ghik
Copy link
Owner

ghik commented Aug 7, 2019

Since 1.4.3 the plugin is fully cross versioned.

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

2 participants