The GitHub Actions job "Validate and test" on 
pekko-grpc.git/fix/scaladoc-warnings has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
f5cf7864c8dc6543c76206cec0763d76be287c84 / 虎鸣 <[email protected]>
fix: fix scaladoc warnings in runtime module

Motivation:
The runtime module had 8 scaladoc warnings about unresolvable links
for external types and types with incorrect package prefixes.

Modification:
- Replace [[io.grpc.StatusException]] with backtick-quoted code (external type)
- Replace [[Failure]] with backtick-quoted code (scala.util.Failure external 
type)
- Replace [[Chunk]] and [[LastChunk]] with backtick-quoted code (pekko-http 
types)
- Replace [[pekko.japi.function.Function]] with backtick-quoted code (wrong 
prefix)
- Replace [[pekko.grpc.GrpcChannel]] with backtick-quoted code (wrong prefix)

Result:
All 8 scaladoc warnings in the runtime module are resolved.
`sbt runtime/doc` completes with no warnings.

Tests:
Verified with `sbt runtime/clean; runtime/doc` - 0 warnings.

Report URL: https://github.com/apache/pekko-grpc/actions/runs/28701934118

With regards,
GitHub Actions via GitBox


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

Reply via email to