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

Support for scala-native #619

Merged
merged 3 commits into from
Sep 4, 2023
Merged

Support for scala-native #619

merged 3 commits into from
Sep 4, 2023

Conversation

pablf
Copy link
Member

@pablf pablf commented Aug 26, 2023

/claim #612
@DamianReeves Hi! I hope the PR has what you need. Everything is supported except method newWatchService of zio.nio.file.FileSystem and part of zio.nio.channels as they are not yet implemented in scala-native.

@pablf pablf requested a review from a team as a code owner August 26, 2023 10:11
Copy link

@DamianReeves DamianReeves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work. On a whole this looks great, I just had one nit with the duplication of ZStreamHelper.

@jdegoes I think this can claim the bounty.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not share ZSteamHelper instead of copy paste?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, I hope it's useful!

Yes, you're right. It belongs in shared. Actually it contains existing ZStream constructors only implemented for JVM in zio-streams. I've made PR zio/zio#8364 to include them. I plan to delete ZStreamHelper when that PR is available, so maybe it's better to wait until they are available from zio-streams.

@adamgfraser adamgfraser merged commit 6bcd465 into zio:series/2.x Sep 4, 2023
25 checks passed
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 this pull request may close these issues.

None yet

3 participants