-
Notifications
You must be signed in to change notification settings - Fork 603
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
Add support for Scala Native #2319
Comments
This would of course depend on |
I started some preliminary investigation in armanbilge@20a1dbb based on typelevel/cats-effect#3057. Crossing fs2-core is straightforward.
fs2-io is a lot more work. I focused only on the
Without those, cross-compiling Furthermore, when running the fs2-io suite on Native I encountered the following failures.
The underlying bugs should all be fixed in Scala Native. PRs:
Issues: |
PR is up at #2975. |
Cats (https://github.com/typelevel/cats) recently added support (typelevel/cats#1549) for cross-compiling to scala native.
Scala Native support in fs2 would be be very helpful.
The text was updated successfully, but these errors were encountered: