-
Notifications
You must be signed in to change notification settings - Fork 26
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 and Scala 3 #342
Conversation
# Conflicts: # .github/workflows/ci.yml # build.sbt
sbt-locales blocked seems to be merged and released. |
I think this is still waiting for a munit release? |
any idea what to do @lolgab ? 🤔 |
@sideeffffect Check the workaround that was used here: scala-native/scala-native#1941 |
@lolgab I have no idea where I should put more explicit type annotations... |
@sideeffffect I would start by annotating all the values to see if it makes a difference. |
I guess you can remove the |
Actually no, this PR still depends on munit |
This is ready to be merged @cquiroz 🎉 |
Do you need sbt-locales? |
This reverts commit 2532420.
We can do without sbt-locales 3.2.0 until you fix the PGP key for it's publishing. |
} | ||
|
||
@link("utf8proc") | ||
@extern |
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.
Is this a scala-native specific feature?
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.
No idea. I just copied and adjusted whatever was in Scala 2 variant of Scala Native part of the codebase 😉
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.
Original code was merged as part of #356
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, thanks a lot
closes #340
closes #338
blocked on cquiroz/sbt-locales#190Blocked on a new version release with this changeset scalameta/munit#477