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
I haven't managed to minimize it, but if you compile scalacheck with sbt jvm/compile and then do javap -p -v jvm/target/scala-0.5/classes/org/scalacheck/ArbitraryArities.class there's something fishy:
Thanks for the report @smarter, I'm on it. In the meantime and in case that's blocking you, you can use -Yno-generic-signatures to disable generic signatures altogether.
Duhemm
added a commit
to Duhemm/dotty
that referenced
this issue
Nov 18, 2017
I haven't managed to minimize it, but if you compile scalacheck with
sbt jvm/compile
and then dojavap -p -v jvm/target/scala-0.5/classes/org/scalacheck/ArbitraryArities.class
there's something fishy:The generic signature is missing the method parameters that can be seen in the descriptor. I noticed this because it crashes the cfr decompiler.
The text was updated successfully, but these errors were encountered: