raboof opened a new issue, #476: URL: https://github.com/apache/incubator-pekko-http/issues/476
aside https://github.com/lampepfl/dotty/issues/17330 , I'm seeing differences in the tasty segments of Scala 3 artifacts. `HttpEntity.tasty` seems to refer to different source paths: ``` source paths: 0: http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpEntity.scala 2063: http-core/target/scala-3.3.1/src_managed/HttpMessage.scala ``` vs ``` source paths: 0: http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpEntity.scala 2063: http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/ParserOutput.scala ``` It's not clear to me whether/how those source paths are used. -- 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.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