[GH] (pekko): Workflow run "Nightly Builds" failed!

2025-03-17 Thread GitBox
The GitHub Actions job "Nightly Builds" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 9b1f82319d830d1ecbc96bd7e8fdf3dda198681b / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update junit-jupiter

[GH] (pekko-persistence-r2dbc): Workflow run "Nightly Tests (Pekko 1.0.x)" failed!

2025-03-17 Thread GitBox
The GitHub Actions job "Nightly Tests (Pekko 1.0.x)" on pekko-persistence-r2dbc.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: dbc17bb394bf559fa5d13ef2589124a81c5f707a / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.

[GH] (pekko): Workflow run "Build and test Pekko with Scala 3" is working again!

2025-03-17 Thread GitBox
The GitHub Actions job "Build and test Pekko with Scala 3" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 9b1f82319d830d1ecbc96bd7e8fdf3dda198681b / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.co

[GH] (pekko): Workflow run "Nightly Builds (1.1)" is working again!

2025-03-17 Thread GitBox
The GitHub Actions job "Nightly Builds (1.1)" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 9b1f82319d830d1ecbc96bd7e8fdf3dda198681b / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update juni

[GH] (pekko): Workflow run "Link Validator" is working again!

2025-03-17 Thread GitBox
The GitHub Actions job "Link Validator" on pekko.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 9b1f82319d830d1ecbc96bd7e8fdf3dda198681b / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update junit-jupi

[GH] (pekko-connectors): Workflow run "Link Validator" is working again!

2025-03-17 Thread GitBox
The GitHub Actions job "Link Validator" on pekko-connectors.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: bd5919e9ee45cf8feb9c4fb630c7cef4d799b3a1 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update

Re: [PR] Missing death watch in UDP.bindFlow(...) [pekko-connectors]

2025-03-17 Thread via GitHub
sdeigm commented on PR #1004: URL: https://github.com/apache/pekko-connectors/pull/1004#issuecomment-2728485345 I think IOException is a good proposal, since the problem indicated is for sure IO related. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] Task monad based on `Materializer` [pekko]

2025-03-17 Thread via GitHub
pjfanning commented on issue #1801: URL: https://github.com/apache/pekko/issues/1801#issuecomment-2730196670 Pekko scheduler creates a `Cancellable` instance when you schedule a task. You can schedule for immediate execution. https://github.com/apache/pekko/blob/9b1f82319d830d1ecbc96

Re: [I] Task monad based on `Materializer` [pekko]

2025-03-17 Thread via GitHub
jypma commented on issue #1801: URL: https://github.com/apache/pekko/issues/1801#issuecomment-2729928151 Work is ongoing. When dropping VAVR's `Future`, I noticed that scala's `Future` isn't cancellable, and cancellation effectiveness on `CompletableFuture` is...disputed :) I'm trying out a