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 3 LTS support #214

Open
donderom opened this issue Jul 27, 2023 · 3 comments
Open

Scala 3 LTS support #214

donderom opened this issue Jul 27, 2023 · 3 comments
Assignees

Comments

@donderom
Copy link

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
Copy link
Collaborator

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

@azolotko
Copy link

azolotko commented Aug 5, 2023

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 markehammons self-assigned this Aug 7, 2023
@markehammons
Copy link
Collaborator

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.

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

3 participants