typelevel / simulacrum-scalafix

Simulacrum as Scalafix rules
34 stars 9 forks source link

Update to current versions of scalameta and scalafix? #239

Open SethTisue opened 1 year ago

SethTisue commented 1 year ago

over at https://github.com/scala/community-build/pull/1654, I am dropping simulacrum-scalafix from the Scala 2.13 community build because it has fallen too far out of date with these dependencies

from my side, this isn't a tragedy — we want to have lots and lots of projects in the community build, and this one contributes to that, but isn't otherwise special, so far as I know.

but I thought I'd least open an issue to let you know

(presumably at some point you might need to do these upgrades for your own reasons?)

vendamere commented 1 year ago

I've sorted out some update issues and released a new version. https://github.com/typelevel/simulacrum-scalafix/releases/tag/v0.6.0

SethTisue commented 1 year ago

Nice — thanks for letting me know.

I tried to see if I could re-add simulacrum-scalafix to the community build, but now that I dig a bit deeper, it seems that although scalafix's main branch is on Scalameta 4.7, that upgrade (from 4.6) still hasn't been included in a release yet that you could depend on here.

it appears from https://github.com/scalacenter/scalafix/pull/1725 that @bjaglin intends to do a release at some point

@vendamere we could leave this issue open while we wait for that release, or you could close it if you like since it's isn't currently actionable — up to you

vendamere commented 1 year ago

@SethTisue, I'll leave it open and update once scalafix is released and updated.

bjaglin commented 1 year ago

https://github.com/typelevel/simulacrum-scalafix/pull/249