Skip to content

reproducible builds: scala 3 tasty differences in pekko-http-core HttpEntity.tasty #476

Open
@raboof

Description

@raboof

aside scala/scala3#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions