The GitHub Actions job "Binary Compatibility" on 
pekko-persistence-r2dbc.git/build/enable-fatal-warnings has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
fce84e53e9201fcf22328407210e58ab398bbec6 / 虎鸣 <[email protected]>
build: enable -Xfatal-warnings for Scala 2 and -Werror for Scala 3

Motivation:
Treating warnings as errors ensures that deprecated API usage and other
code quality issues are caught at compile time rather than accumulating.

Modification:
Add -deprecation, -feature, and -Xfatal-warnings to main scalacOptions.
Add -Werror to Scala 3 scalacOptions in CommonSettings.scala. Exclude
-Xfatal-warnings from Compile / doc scope to avoid doc generation
failures.

Result:
All compiler warnings are now treated as errors, enforcing higher code
quality.

Tests:
- CI will verify compilation

References:
None - build configuration improvement

Report URL: 
https://github.com/apache/pekko-persistence-r2dbc/actions/runs/28337597271

With regards,
GitHub Actions via GitBox


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

Reply via email to