zio / zio-process

A simple ZIO library for interacting with external processes and command-line programs
https://zio.dev/zio-process
Apache License 2.0
64 stars 13 forks source link

Scala Native support #397

Closed pablf closed 8 months ago

pablf commented 8 months ago

Support for Scala Native. There seem to be a few bugs:

So, as long as non-existent commands are not executed and an InputStream is used instead of ZStreams when there are problems, the rest is completely functional. The first two bugs should be easy to solve within Scala Native.

/claim #4