Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimized sealed option may not be working for 2.13 #753

Closed
eed3si9n opened this issue Apr 12, 2020 · 0 comments · Fixed by #1278
Closed

optimized sealed option may not be working for 2.13 #753

eed3si9n opened this issue Apr 12, 2020 · 0 comments · Fixed by #1278
Labels
area/under_compilation Zinc does not pick up compilation when needed

Comments

@eed3si9n
Copy link
Member

Ref #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/under_compilation Zinc does not pick up compilation when needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant