Scala 3 LTS support
Opened this issue · 3 comments
donderom commented
Currently Slinc is built with Scala 3.3.0-RC3
support.
Are there any plans to migrate to the 3.3.0
LTS release instead of RC?
markehammons commented
Yes, indeed. There's nothing blocking that, aside from me being lazy on this project recently. I'll get to it soon.
azolotko commented
Still a problem for slinc 0.5.0:
[error] error while loading runtime$package,
[error] class file fr/hammons/slinc/runtime$package.class is broken, reading aborted with class dotty.tools.tasty.UnpickleException
[error] TASTy signature has wrong version.
[error] expected: {majorVersion: 28, minorVersion: 3}
[error] found : {majorVersion: 28, minorVersion: 3 [unstable release: 1]}
[error]
[error] This TASTy file was produced by an unstable release.
[error] To read this TASTy file, your tooling must be at the same version.
[error] The TASTy file was produced by Scala 3.3.0-RC6.
@markehammons Do you need any help with this?
markehammons commented
This isn't a task at all. In fact, the latest version of the code already is on 3.3.0. I just have to cut a new release. I'll do that soon, just a bit worn out at the moment.