raboof commented on issue #739: URL: https://github.com/apache/pekko-connectors/issues/739#issuecomment-2218752754
OK, so interestingly `FcmOption` is really small, so that is a good start for a reproducer. `FcmOption` has 3 `@Child` annotations, one for each class extending `FcmOption`. It seems when compiling the module after a `clean`, somehow references to `FcmJsonSupport.scala` are added to those `@Child` annotations in the tasty file for `FcmOption` (but it seems nondeterministic to _which_ of the `@Child` annotations they're attached). When compiling `FcmOption.scala` in isolation, however (even from sbt), those references are not added at all. -- 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