Scala Buggabot

Results 546 comments of Scala Buggabot

Mariusz Sakowski (sakfa) said: Same thing here, major issue for me because Play Framework 2.0 gets confused when displaying normal compilation errors (displays this warning instead)

Francois Armand (fanf) said: Since Scala 2.10.2, that bug simply terminate the build, so basically, I can't use Scala 2.10.2 on my project. I would qualify that one as blocker...

@adriaanm said: sorry to hear it -- looking into it test files here: https://github.com/adriaanm/scala/tree/ticket-7014

@gkossakowski said: Assigning to Adriaan who seemed to look into this. Feel free to unassign if you don't plan to work on this ticket.

Francois Armand (fanf) said (edited on Jul 16, 2013 11:47:37 AM UTC): I just got eaten with the update to Scala-IDE 3.0.1 which uses Scala 2.10.2, and so is not...

Sonnenschein (sonnenschein) said: I've also voted for this issue to be resolved. For the time being, I decided to package my single layer dealing with LDAP into a separate JAR...

Jun Yamog (jkyamog) said: Same here. We are using unboundid in our play app. So eclipse is reporting SBT is crashing. We haven't upgraded our play project, so command line...

@adriaanm said: Looks like RUNTIME retention annotations aren't supported: https://github.com/scala/scala/blob/2.10.x/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala#L911 Not sure what we can do for this in 2.10, as this is now a maintenance release. Happy to take...

@adriaanm said: I jumped to conclusions: the problem is the forward reference from the annotation argument to a member of the annotated class. We won't be able to fix this...

@adriaanm said (edited on Aug 13, 2013 10:18:44 PM UTC): Fix for crasher: https://github.com/scala/scala/pull/2829 (Don't close on merging.)