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

Scala 2.12.0 ~ 2.12.2 no longer works #993

Closed
eed3si9n opened this issue Jul 12, 2021 · 1 comment · Fixed by #997 or #1003
Closed

Scala 2.12.0 ~ 2.12.2 no longer works #993

eed3si9n opened this issue Jul 12, 2021 · 1 comment · Fixed by #997 or #1003

Comments

@eed3si9n
Copy link
Member

steps

Use Scala 2.12.1

problem

[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.1. Compiling...
/var/folders/hg/2602nfrs2958vnshglyl3srw0000gn/T/sbt_f35b067/xsbt/Compat.scala:26: error: not found: type OriginalTreeAttachment
    in.attachments.get[OriginalTreeAttachment].foreach { a =>
                       ^

expectation

Scala 2.12.1 works

notes

#985 added a reference to OriginalTreeAttachment, which didn't exist until scala/scala@2e9a585.
Is there a way to access the attachment using reflection? Otherwise we could split the compiler bridge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant