slinc icon indicating copy to clipboard operation
slinc copied to clipboard

Scala 3 LTS support

Open donderom opened this issue 2 years ago • 3 comments

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?

donderom avatar Jul 27 '23 10:07 donderom

Yes, indeed. There's nothing blocking that, aside from me being lazy on this project recently. I'll get to it soon.

markehammons avatar Jul 27 '23 12:07 markehammons

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?

azolotko avatar Aug 05 '23 08:08 azolotko

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.

markehammons avatar Aug 09 '23 12:08 markehammons