zinc icon indicating copy to clipboard operation
zinc copied to clipboard

optimized sealed option may not be working for 2.13

Open eed3si9n opened this issue 4 years ago • 0 comments

Ref https://github.com/sbt/zinc/pull/267

steps

zincJVM2_13/testOnly sbt.inc.NameHashingCompilerSpec

    testIncrementalCompilation(
       changes = Seq(Other -> addNewSealedChildren),
       transitiveChanges = Set(Other3, Other),
       optimizedSealed = true
    )

problem

On Scala 2.13 the test fails.

expectation

Used names may not be picking this up correctly.

eed3si9n avatar Apr 12 '20 23:04 eed3si9n