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
{{ message }}
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
s"""|Different class symbols have the same bytecode-level internal name:
625
-
| name: $internalName
626
-
| oldsym: ${oldsym.fullNameString}
627
-
| tracked: ${trackedSym.fullNameString}
628
-
""".stripMargin
629
-
)
630
-
case _ =>
620
+
caseNone=>
631
621
reverseJavaName.put(internalName, trackedSym)
622
+
caseSome(oldsym) =>
623
+
// TODO: `duplicateOk` seems pretty ad-hoc (a more aggressive version caused SI-9356 because it called oldSym.exists, which failed in the unpickler; see also SI-5031)
0 commit comments