Open cvogt opened 8 years ago
Same error here. :-(
It's related a bug when nesting objects or classes inside other object or classes
https://issues.scala-lang.org/browse/SI-5425
As a workaround, avoid this and put them top-level.
Hmm, reorganizing my code to not have nested classes isn't really a viable solution for me. It's weird though, the only place I see getSimpleName
seems protected by a try
/catch
. Where's this actually blowing up?
@acjay There are two versions of this package on Maven. It seems only "ai.x" %% "diff" % "1.2.0-get-simple-name-fix"
has the try/catch
block.
Actually, it should be fixed through #19