pjfanning commented on PR #2269: URL: https://github.com/apache/pekko/pull/2269#issuecomment-3333679545
On option is to merge the code for now and if we want to make the Scala 2.13 and Scala 3 code differ in future, we could consider using metaprogramming to allow small parts of the class to differ instead of having to duplicate the full 1500 lines. pekko-http has code that I removed in main branch recently because it really about Scala 2.12 support but a similar approach might be feasible to support Scala 2.13 vs Scala 3 diffs. https://github.com/apache/pekko-http/pull/785 -- 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]
