apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.12k stars 135 forks source link

Provide reliable/reproducible builds for Scala 3 #325

Open mdedetrich opened 1 year ago

mdedetrich commented 1 year ago

Currently blocked by https://github.com/lampepfl/dotty/issues/17330. In the meantime should document that artifacts for Scala 3 are not reproducible.

mdedetrich commented 11 months ago

Found another case of non determinism, issue filed at https://github.com/lampepfl/dotty/issues/18248

raboof commented 1 month ago

Found another case of non determinism, issue filed at scala/scala3#18248

We attempted to work around this issue with #708, except it appears this workaround is not yet effective. I guess we can change the workaround.

In the process of 1.1.0-M1 we additionally discovered https://github.com/scala/scala3/issues/20496 . No obvious workaround in this case.