WojciechMazur opened a new pull request, #748: URL: https://github.com/apache/pekko-connectors/pull/748
Makes `LabelledGeneric.productInst` a `transparent inline` to allow consuming it on Scala 3.4+ due to new constraints introduced by the compiler - see https://github.com/scala/scala3/pull/19253 for more details and https://github.com/scala/scala3/issues/21236 for minimization of problem found in this project. Without this change users are forced to use `-source:3.3` option when building on Scala 3.4 or later. The problem was found by the Scala 3 Open Community Build - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/9915156118/job/27395911414) -- 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]
