-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add support for Scala Native #338
Conversation
Thanks for doing this! It looks like the CI is still building for M2 and M3, I think we can probably ditch those and move to only doing RC2 IMO. Also, the ci yaml I think is generated with Let me know if running that sbt task fixes things. Thanks again for the PR. I look forward to merging. |
I think I figured it out. It looks like most repos were just moving from RC1 to RC2 with point releases. We are needing this for Looks like a |
so, there are three things here:
Can we maybe do the minimal thing you need? Maybe just add scala-native, or add scala native and RC2? Can that side-step the issue here: |
There is relentless upgrading going on. The easiest was to get the latest things but I may be able to back off some things. It is late here and I am pretty tired so I will try later this weekend. This is why the 2.12.13 is needed. |
scalacenter should fork and adopt scoverage. |
7330e2d
to
9f06f90
Compare
Scala Steward is your friend too. |
Now we are really hosed - |
I guess we need to move to mdoc, added #339 |
ed74454
to
1c39cb1
Compare
Okay... I guess disabling coverage is worth it to support scala native since we rarely change the code these days anyway. Thanks for the PR! |
Thank-you. It seems people have been waiting on the coverage plugin for awhile and this will really help us downstream. |
0.4.1 released with Scala Native support |
Thank you! |
This adds support for Scala Native and Scala 3.0.0-RC2 for both JVM and JS.
There may be a few things that need to be touched up as I am not super knowledgeable about the build and CI process.