The GitHub Actions job "CI" on pekko-persistence-dynamodb.git/build/enable-fatal-warnings has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 640faca9581b510a2676aac1e46685f0f1972130 / 虎鸣 <[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 -Xfatal-warnings to main scalacOptions and -Werror to Scala 3 scalacOptions in build.sbt. 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-dynamodb/actions/runs/28337584785 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
