-
Notifications
You must be signed in to change notification settings - Fork 27
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
Scala Native 0.5.x #491
Conversation
…native-0.5.x # Conflicts: # project/plugins.sbt
Hmm I can't parse the error inn the build |
@cquiroz pls try deleting all the CI caches 🙏 |
🎉 @cquiroz green |
@@ -245,14 +248,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) | |||
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat | |||
) | |||
.jvmConfigure(_.dependsOn(macroutils)) | |||
.nativeSettings( |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scala 3 failed otherwise 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
closes #489
blocked on