-
Notifications
You must be signed in to change notification settings - Fork 71
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
Build for Scala Native? #42
Comments
I think the key dependency to worry about is Cats, and that work is still
in progress:
typelevel/cats#1549
OTOH, I imagine that once they're ready that decline should port over
relatively easily. We already have cross compilation set up for JS, so
supporting Native should be a relatively small additional cost...
…On Tue, Sep 25, 2018 at 15:42 Richard Gomes ***@***.***> wrote:
What would be the complexity for providing decline for Scala Native?
I've seen that it depends on refined, which AFAIK is not available for
Scala Native.
It also depends on ScalaTest, which in general can be easily replaced by
uTest.
It also depends on ScalaCheck, which I simply would disable in the case of
Scala Native.
Can you provide some guidance on how it could be ported?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#42>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABhbsy_WdwS95XyT4bFC2vwOxFXjBGQqks5ueoccgaJpZM4W5WKo>
.
|
Cats has scala-native support since |
avdv
added a commit
to avdv/decline
that referenced
this issue
Jul 12, 2021
* update Scala 2.12 to 2.12.13 since scala-native's nscplugin is available for 2.12.13 and 2.12.14 * exclude java.nio.time support for scala-native, since scala-native does not implement this on its own and `org.ekrich %%% sjavatime` is not complete yet Fixes bkirwi#42
avdv
added a commit
to avdv/decline
that referenced
this issue
Jul 15, 2021
* update Scala 2.12 to 2.12.13 since scala-native's nscplugin is available for 2.12.13 and 2.12.14 * exclude java.nio.time support for scala-native, since scala-native does not implement this on its own and `org.ekrich %%% sjavatime` is not complete yet Fixes bkirwi#42
avdv
added a commit
to avdv/decline
that referenced
this issue
Jul 19, 2021
* update Scala 2.12 to 2.12.13 since scala-native's nscplugin is available for 2.12.13 and 2.12.14 * exclude java.nio.time support for scala-native, since scala-native does not implement this on its own and `org.ekrich %%% sjavatime` is not complete yet Fixes bkirwi#42
avdv
added a commit
to avdv/decline
that referenced
this issue
Aug 2, 2021
* update Scala 2.12 to 2.12.13 since scala-native's nscplugin is available for 2.12.13 and 2.12.14 * exclude java.nio.time support for scala-native, since scala-native does not implement this on its own and `org.ekrich %%% sjavatime` is not complete yet Fixes bkirwi#42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would be the complexity for providing decline for Scala Native?
I've seen that it depends on refined, which I do not understand clearly if would be available for Scala Native or not.
It also depends on ScalaTest, which in general can be easily replaced by uTest.
It also depends on ScalaCheck, which I simply would disable in the case of Scala Native.
Can you provide some guidance on how it could be ported?
Thanks
The text was updated successfully, but these errors were encountered: