You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 6f32b62, I made sure the compiler could survive parsing a Java
classfile referring to annotations missing from the classpath, but we
could still run into trouble when a Scala unpickled class does the same.
Tweaking the Tasty unpickler to drop missing annotations would require
always forcing the symbols of all annotations which I would rather avoid
doing. Instead, we adopt the same solution as Scala 2 did in
sbt/zinc#701 and special-case the single place
where we force annotations of inherited members to ignore missing
annotations.
0 commit comments