pjfanning commented on PR #1308: URL: https://github.com/apache/pekko/pull/1308#issuecomment-2093602262
At least one compile issue. ``` [error] /home/runner/work/pekko/pekko/actor/src/main/scala/org/apache/pekko/actor/Deployer.scala:314:22: Name e is already introduced in an enclosing scope as value e at line 310. Did you intend to match it using backquoted `e`? [error] case e @ (_: IllegalArgumentException | _: ConfigException) => throw e [error] ^ [error] two errors found ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
