Wojciech Mazur
Wojciech Mazur
When running weekly Scala 3 Open Community Build we've found out that this project started to fail - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/10967412207/job/30457645615). We've reproduced and minimized the issue, however, but it was...
Fixes #4039 We're using incorrect signatures for methods having parameter or return types set to `Nothing` or `Null` - we should have always used `scala.runtime.Nothing$` and `scala.runtime.Null$` instances. These are...
### Description * Port `ProtoReporter` and `DepsTrackingReporter` to Scala 3 * Adapt ScalacInvoker to use new reports in Scala 3 * Enable reports tests for Scala 3 (test_scala_version). Mitigate differences...
### Publish 3.5.2 artifacts to Maven Central via CI - [x] On `release-3.5.2` branch - [x] In `Build.scala`: Set `baseVersion` to `3.5.2` - [x] In `TastyFormat.scala`: Set `ExperimentalVersion` to `0`...
Scala 2 allows to discard non-unit value using `: Unit`, however this behaviour seems to be missing in Scala 3. ## Compiler version All Scala 3 versions ## Minimized code...
We need to setup a proper release automation for RC candidates that failed during 3.6.0-RC1. We need to ensure that the new setup also works correctly with `.msi` distributions that...
Based on OpenCB failure in `makiftutuncu/as` - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/11300366582/job/31433212488) Based on the current syntax `as` keyword can be present only in `NamedSelector` which can be placed only in the import...
Based on OpenCB failure in 2 projects: - `jodersky/ustats` - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/11346008381/job/31554796057) - `rssh/dotty-cps-async` - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/11346006216/job/31555037085) ## Compiler version Last good release: 3.5.0-RC1-bin-20240515-177b489-NIGHTLY First bad release: 3.5.0-RC1-bin-20240516-c608177-NIGHTLY Bisect points...
Based on OpenCB failure for `ghostdogpr/caliban` - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/11300416468/job/31433721499) Affects also: - `openmole/container` - [build-logs](https://github.com/VirtusLab/community-build3/actions/runs/11300366582/job/31433236710) - `scala-stm/scala-stm` - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/11300416468/job/31433806894) - `shopstic/caliban` (fork of project above) - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/11300366582/job/31433152979) -...
Based on OpenCB failure in `scala-native/scala-native` - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/11300416468/job/31433804534) Related #21767 ## Compiler version Last good release: 3.6.0-RC1-bin-20241003-a672e05-NIGHTLY First bad release: 3.6.0-RC1-bin-20241005-6fa81cf-NIGHTLY Bisect points to https://github.com/scala/scala3/commit/87cdbc8c7851830c16de0c8c828cde0f7cd0ce48 ## Minimized code ```Scala...