The GitHub Actions job "Pull Requests" on 
pekko.git/deprecate-source-queue-overloads has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
afa7323dbc5175774070dc8a53835f94978b9866 / 虎鸣 <[email protected]>
fix(docs): resolve invalid @apidoc references in Source.queue deprecation docs

Motivation:
Paradox @apidoc directives only resolve class/object names. Method
references (Source.actorRefWithBackpressure, MergeHub.source$),
arbitrary text (single imperative producer), and parenthetical text
immediately following @apidoc[...] were all misparsed, causing the
docs/paradox build to fail in CI.

Modification:
- Replace @apidoc[Source.actorRefWithBackpressure] with @ref links to
  the existing operator page.
- Replace @apidoc[MergeHub.source$] with plain code (no operator page).
- Replace @apidoc[SourceQueueWithComplete] and @apidoc[BoundedSourceQueue.fail]
  with plain code (class in context / method reference).
- Restructure queue.md:9 to remove parentheses immediately after
  @apidoc[OverflowStrategy] that Paradox misread as anchor syntax.

Result:
sbt docs/paradox passes. CI paradoxMarkdownToHtml step succeeds.

Tests:
- sbt docs/paradox — pass

References:
Fixes CI failure in PR #3095

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

With regards,
GitHub Actions via GitBox


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

Reply via email to