Leonid Dubinsky

Results 35 comments of Leonid Dubinsky

> PRs welcome! Here you go: https://github.com/scala-native/scala-native/pull/4371. Thanks!

possibly related: https://github.com/scala-native/scala-native/issues/4372

> Thanks for all your observations, I've made some fixes that I will deploy. Thanks! > On the Scala native side ... no one asked about it before. ... I'm...

> Unfortunately, I cannot reproduce it locally when either using zio or when reimplmenting the zio.Cause class. Thank you for linking the codebase, we might need to minimize the issue...

Turns out: - the issue _can_ be reproduced using the current version of ZIO; - it does _not_ manifest with Scala 3.7.1, but _does_ with Scala 2.13.16 and 2.12.20. One...

Thank you for your speedy reply! > We should provide additional interfaces allowing to implement following behaviour from Scala.js. https://github.com/scala-js/scala-js/blob/a6447524a01dfcdf257b1eb7651a815ff82dce65/sbt-plugin/src/main/scala/org/scalajs/sbtplugin/ScalaJSPluginInternal.scala#L578-L607 > > We should add inputs that are missing when...

Oh, sorry! I now see what you meant: Scala.js, in addition to _exposing_ `RunConfig.withOnOutputStream()`, _uses it internally_ to forward the output of tests in [JSEnvRPC](https://github.com/scala-js/scala-js/blob/main/test-adapter/src/main/scala/org/scalajs/testing/adapter/JSEnvRPC.scala#L41) - but Scala Native does...

@WojciechMazur no pressure, but I'd like to include the fix for this (whichever way it gets fixed) in the release of my [Gradle plugin](https://github.com/dubinsky/scalajs-gradle), so: any idea when approximately this...

> ... makes sense, let's implement it 👍 Thank you!!

Thank you @pascalbreuninger!