This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 0a5fca43d6016c96cb73ef15809417c66b9bd4fe Author: PJ Fanning <[email protected]> AuthorDate: Fri Nov 7 12:32:31 2025 +0100 Cleanup commented code for Scala compatibility Removed commented-out code related to Scala compilation issue. --- .../pekko/cluster/sharding/typed/scaladsl/ClusterShardingSpec.scala | 3 --- 1 file changed, 3 deletions(-) diff --git a/cluster-sharding-typed/src/test/scala/org/apache/pekko/cluster/sharding/typed/scaladsl/ClusterShardingSpec.scala b/cluster-sharding-typed/src/test/scala/org/apache/pekko/cluster/sharding/typed/scaladsl/ClusterShardingSpec.scala index aa5eaf3497..d862dee4c2 100644 --- a/cluster-sharding-typed/src/test/scala/org/apache/pekko/cluster/sharding/typed/scaladsl/ClusterShardingSpec.scala +++ b/cluster-sharding-typed/src/test/scala/org/apache/pekko/cluster/sharding/typed/scaladsl/ClusterShardingSpec.scala @@ -314,8 +314,6 @@ class ClusterShardingSpec peterRef ! StopPlz() - // FIXME #26514: doesn't compile with Scala 2.13.0-M5 - /* // make sure request with multiple parameters compile Behaviors.setup[TheReply] { ctx => ctx.ask(aliceRef)(WhoAreYou2(17, _)) { @@ -325,7 +323,6 @@ class ClusterShardingSpec Behaviors.empty } - */ } "EntityRef - AskTimeoutException" in { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
