The GitHub Actions job "Validate and test" on 
pekko-http.git/remove-deprecated-extends-app has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
9df33460f3ce3cc95a8af40e7d3f9efdf63ec64c / 虎鸣 <[email protected]>
fix: fix forward reference errors in Http2ServerTest and TestServer

Motivation:
Moving lazy vals from object-level members into def main() body
introduced forward reference compilation errors since local vals
cannot reference later definitions in the same block.

Modification:
Move lazy val index/imagePage and def imagesBlock definitions before
the code that references them (syncHandler/routes).

Result:
No more forward reference compilation errors.

Tests:
sbt "http2-tests / Test / compile" "http-tests / Test / compile" - success

References:
Fixes CI failures in PR #1131

Report URL: https://github.com/apache/pekko-http/actions/runs/28778760749

With regards,
GitHub Actions via GitBox


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

Reply via email to