Roiocam commented on code in PR #1385: URL: https://github.com/apache/pekko/pull/1385#discussion_r1663959364
########## actor-tests/src/test/scala/org/apache/pekko/actor/SupervisorSpec.scala: ########## @@ -95,6 +95,14 @@ object SupervisorSpec { } } + class Child(cnt: Int) extends Actor { Review Comment: I think this is ok... Because we were using creator. https://github.com/apache/pekko/blob/46c557424d19bb2d07adf2fbd55351a8187ff359/actor/src/main/scala/org/apache/pekko/actor/Props.scala#L87-L88 -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org