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

Build for Scala Native? #42

Closed
frgomes opened this issue Sep 25, 2018 · 2 comments · Fixed by #316
Closed

Build for Scala Native? #42

frgomes opened this issue Sep 25, 2018 · 2 comments · Fixed by #316

Comments

@frgomes
Copy link

frgomes commented Sep 25, 2018

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

@bkirwi
Copy link
Owner

bkirwi commented Sep 26, 2018 via email

@ziggystar
Copy link

ziggystar commented Mar 1, 2021

Cats has scala-native support since 2.4.0.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants