Ondra Pelech
Ondra Pelech
The base ZIO libraries are published to Maven Central: * ZIO https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio_native0.4.0-M2_2.11/ * ZIO Streams https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-streams_native0.4.0-M2_2.11/ * ZIO Test https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-test_native0.4.0-M2_2.11/ Publishing them was introduced in these PRs: https://github.com/zio/zio/pull/4252, https://github.com/zio/zio/pull/4260.
Oh, sorry, I haven't explained it very well. The current setup _will_ publish the artifacts to Maven Central. But that will happen only after a new release will be made....
Oh, actually `1.0.2` is on Maven Central now, even for Native * https://repo1.maven.org/maven2/dev/zio/zio_native0.4.0-M2_2.11/ * https://repo1.maven.org/maven2/dev/zio/zio-streams_native0.4.0-M2_2.11/ * https://repo1.maven.org/maven2/dev/zio/zio-test_native0.4.0-M2_2.11/ Of course, the artifacts weren't tested and ZIO Test most likely doesn't work,...
@mkotsbak That is an unfortunate oversight, help is on the way https://github.com/zio/zio/pull/4307
ZIO is now compilable with Scala Native 0.4.0, so now the actual work on supporting it can begin. /cc @lolgab @LeeTibbert
> we support this now Yes and no. If I recall correctly, we have only preliminary support for Scala Native. Only zio-core and zio-streams work, but zio-test and anything that...
WIP. We can now [_build_ tests on ZIO 1](https://github.com/zio/zio/pull/6283). We will be [building them on ZIO 2 in short order](https://github.com/zio/zio/pull/7021). The remaining challenge is then _running_ them. This has proven...
Quick update on the state of things ZIO Native. Currently we build and publish most of the important ZIO packages for Native for both ZIO 1 and 2. We also...
Why don't you share the details about the errors you faced with us? Perhaps in a new issue? Please mention me 🙏 I don't have any ZIO 2 working examples...
Why has this been closed? :crying_cat_face: