The GitHub Actions job "Integration test for Kubernetes Lease" on 
pekko-management.git/fix/scala-3.9-compat has succeeded.
Run started by GitHub user He-Pin (triggered by pjfanning).

Head commit for run:
0dfbdb147afc6032b307747608957131532f4c7e / 虎鸣 <[email protected]>
fix: fix operator mixing compilation error and make implicit private

Motivation:
CI failed because project/Common.scala mixed left- and right-associative
operators (++: with ++) which Scala 3.9 disallows. Also address reviewer
feedback to make implicit ordering private.

Modification:
- Wrap ++ expression in parentheses to resolve operator precedence conflict
- Change implicit val memberAgeOrdering to private implicit val per review

Result:
sbt can load successfully and PodDeletionCostAnnotator implicit is scoped.

Tests:
Not run - build definition fix and review feedback

Report URL: https://github.com/apache/pekko-management/actions/runs/27760688250

With regards,
GitHub Actions via GitBox


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

Reply via email to