You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "raboof (via GitHub)" <gi...@apache.org> on 2024/02/09 09:27:09 UTC

[I] reproducible builds: scala 3 tasty differences in pekko-http-core `HttpEntity.tasty` [incubator-pekko-http]

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-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] reproducible builds: scala 3 tasty differences in pekko-http-core `HttpEntity.tasty` [incubator-pekko-http]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on issue #476:
URL: https://github.com/apache/incubator-pekko-http/issues/476#issuecomment-1935602834

   possibly related to https://github.com/lampepfl/dotty/blob/main/compiler/src/dotty/tools/dotc/config/OutputDirs.scala#L96


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] reproducible builds: scala 3 tasty differences in pekko-http-core `HttpEntity.tasty` [incubator-pekko-http]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on issue #476:
URL: https://github.com/apache/incubator-pekko-http/issues/476#issuecomment-1937004222

   Some findings:
   * I'm still seeing this behavior with Scala 3.4.1-RC1-bin-20240208-7bcfce2-NIGHTLY
   * It seems to sometimes think (some code related to) `ResponseEntity` is defined in `ParserOutput` for some reason?
   * I haven't caught it to see what it thinks is defined in `HttpMessage.scala` - but if that's about `ResponseEntity` as well, that'd also be wrong, as `ResponseEntity` is defined in `HttpEntity.scala`.


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] reproducible builds: scala 3 tasty differences in pekko-http-core `HttpEntity.tasty` [incubator-pekko-http]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on issue #476:
URL: https://github.com/apache/incubator-pekko-http/issues/476#issuecomment-1940674430

   The `HttpMessage.scala` reference is also somehow related to ResponseEntity. I've been prodding at this with a simplified build in a throwaway branch at https://github.com/raboof/incubator-pekko-http/tree/reproduce-tasty


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org