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.x #491

Merged
merged 9 commits into from
May 31, 2024
Merged

Scala Native 0.5.x #491

merged 9 commits into from
May 31, 2024

Conversation

sideeffffect
Copy link
Contributor

@sideeffffect sideeffffect commented May 11, 2024

@cquiroz
Copy link
Owner

cquiroz commented May 31, 2024

Hmm I can't parse the error inn the build

@sideeffffect
Copy link
Contributor Author

@cquiroz pls try deleting all the CI caches 🙏
https://github.com/cquiroz/scala-java-locales/actions/caches

@sideeffffect
Copy link
Contributor Author

🎉 @cquiroz green

@@ -245,14 +248,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat
)
.jvmConfigure(_.dependsOn(macroutils))
.nativeSettings(
Copy link
Owner

Choose a reason for hiding this comment

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

So this isn't needed anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Apparently not. CI is green.

@@ -13,7 +13,7 @@ private object NormalizerImpl {
if (src == null || form == null)
throw new NullPointerException
else
Zone { implicit z =>
Zone.acquire { implicit z =>
Copy link
Owner

Choose a reason for hiding this comment

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

What is this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Scala 3 failed otherwise 🤷

Copy link
Owner

@cquiroz cquiroz left a comment

Choose a reason for hiding this comment

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

LGTM

@cquiroz cquiroz merged commit 4eb27b9 into cquiroz:main May 31, 2024
9 checks passed
@sideeffffect sideeffffect deleted the scala-native-0.5.x branch May 31, 2024 19:54
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