The GitHub Actions job "Link Validator" on pekko-projection.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
01e9e5ea3e79993eada93e6a2d5e24415fc52866 / He-Pin(kerr) <[email protected]>
fix: Scala 3.8+ forward compatibility (#523)

Motivation:
Prepare for Scala 3.8/3.9 adoption by fixing deprecation warnings
that appear with newer Scala compilers while maintaining compatibility
with current Scala 3.3.x and 2.13.x.

Modification:
- Replace `= _` with explicit `= null` in var declarations (deprecated in 3.8)
- Replace `private[this]` with `private` (deprecated in 3.8)
- Add -Wconf suppressions for cross-version incompatible warnings:
  context bounds, wildcard types, eta-expansion, with operator,
  unreachable null cases, vararg splices, infix types,
  -Xfatal-warnings deprecation, generated code private[this],
  trait App deprecation, and -Yfuture-lazy-vals bad option

Result:
Clean compilation on Scala 3.8.4 with zero warnings.
No Scala version changes in production build.

Report URL: https://github.com/apache/pekko-projection/actions/runs/27532748755

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to