an email to scala-language+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "scala-language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-language+unsubscribe@googlegroups.com.
I reasoned that a failed assertion also gives an error, and a missing
implementation is closest to a failed assertion.
Will that be available in Paulpdef in 2.11?Also, we obviously can't ship ??? without its complement.
def ¿¿¿(body: => Any) =
try { body; false }
catch { case _: NotYetImplementedException => true }
I agree the arguments are very strong that ??? should be non-fatal.