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 Native 0.5 #1343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Scala Native 0.5 #1343

wants to merge 1 commit into from

Conversation

mio-19
Copy link

@mio-19 mio-19 commented Aug 23, 2024

Update to Scala Native 0.5 and update libraries only when necessary. It is required to update Scala.JS and Scala3 to use newer binaries

@mio-19 mio-19 force-pushed the main branch 3 times, most recently from cb3e089 to 13ee980 Compare August 23, 2024 22:13
@mio-19
Copy link
Author

mio-19 commented Aug 24, 2024

This test failed on CI https://github.com/typelevel/spire/blob/52b3692bdfe01ef6c645380b02595a9c60a9725b/tests/shared/src/test/scala/spire/syntax/CforSuite.scala#L101C1-L115C1

I ran sbt rootJVM/test on my windows computer


  + Factors(n).pow(k) = n.pow(k) 0.922s
[info] Passed: Total 3531, Failed 0, Errors 0, Passed 3531, Ignored 2


lazy val apfloatVersion = "1.10.1"
lazy val jscienceVersion = "4.3.1"
lazy val apacheCommonsMath3Version = "3.6.1"

val Scala213 = "2.13.10"
val Scala3 = "3.2.2"
val Scala3 = "3.3.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Currently we are struggling to upgrade the Scala 3 version due to this issue:

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

Successfully merging this pull request may close these issues.

2 participants