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

java records not supported #1238

Closed
tballard opened this issue Aug 21, 2023 · 2 comments
Closed

java records not supported #1238

tballard opened this issue Aug 21, 2023 · 2 comments

Comments

@tballard
Copy link

To reproduce: Put a record in your java code and try compiling.

It's been in the language since java 14. I don't know what version you try to support but this will be appreciated.

@SethTisue
Copy link
Member

SethTisue commented Aug 21, 2023

this is a Scala compiler issue — nothing to do with zinc, which only adds incremental compilation abilities to the stock Scala 2 compiler

what version of Scala are you using? in Scala 2, support landed in Scala 2.13.7: scala/scala#9551. in Scala 3, support is in 3.3.1-RC5, and will land in a stable release in 3.3.1, as per scala/scala3#16762

@SethTisue SethTisue closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2023
@tballard
Copy link
Author

tballard commented Aug 22, 2023

I was switching to scala 3, now that you mention it. Sounds like it's under control. Thank you for your efforts.

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