Scala Buggabot
Scala Buggabot
@retronym said: Removing the f-bound lets us see this difference in action: ```scala object Test { trait A[-T] trait B[-T] class C extends B[C] def AfromB[T
Imported From: https://issues.scala-lang.org/browse/SI-5976?orig=1 Reporter: @viktorklang Affected Versions: 2.10.0-M4 See #3452
@paulp said: Were you really going to make no mention of any of my comments? For the lucky assignee whose time has no value to reporter, here they are: https://groups.google.com/group/scala-internals/browse_thread/thread/5d28b67550491fc6
@viktorklang said (edited on Jun 25, 2012 4:17:44 PM UTC): Sorry about that, I didn't have time because some other error reported decided his time was more valuable than mine....
@paulp said: If that's supposed to mean me, you are absurdly out of line. One of us spends half his morning diagnosing the other one's issues, not to mention having...
@viktorklang said: No, I wasn't referring to you at all. I was juggling opening this ticket and dealing with a sub-par error report for Akka, which distracted me enough me...
@paulp said: It's no problem - it sounded like a reference to the Wrappers issue for which I asked you to open the ticket. I apologize for reading anything into...
@paulp said: Back to this ticket, I know martin said to open it, but unless someone can show otherwise, this is a duplicate of #3452.
@adriaanm said: Alex, could you have a look please?
@axel22 said (edited on Jun 27, 2012 1:30:18 PM UTC): As far as I can tell, this is really related to the other ticket. Here is what happens without specialization....