The GitHub Actions job "Pull Requests" on 
pekko.git/perf/1668-actor-receive-timeout has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
258a9d7353417442c7da36535c611d23e29175c1 / 虎鸣 <[email protected]>
fix: update references to ReceiveTimeoutCompat after method relocation

Motivation:
The isNotInfluenceReceiveTimeout method was moved from ReceiveTimeout to
ReceiveTimeoutCompat in the version-specific files, but two call sites
still referenced the old location, causing compilation failures across
all CI jobs.

Modification:
Update TimerSchedulerImpl (actor-typed) and ReceiveTimeoutTypePollutionBenchmark
(bench-jmh) to reference ReceiveTimeoutCompat.isNotInfluenceReceiveTimeout.

Result:
All modules compile successfully on both Scala 2.13 and Scala 3.

Tests:
- sbt "actor-typed / Compile / compileIncremental" (Scala 2.13) - success
- sbt "++3.3.8; actor-typed / Compile / compileIncremental" - success

References:
Refs #3332

Report URL: https://github.com/apache/pekko/actions/runs/29718458328

With regards,
GitHub Actions via GitBox


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

Reply via email to