Scala Buggabot

Results 573 comments of Scala Buggabot

Shelby Moore III (shelby) said (edited on Jul 24, 2013 2:03:40 AM UTC): At the aforementioned discussion thread, one suggestion is to use `==` instead of `=` when matching a...

@Sciss said: The problem with `==` is that you can't distinguish it from a `Boolean` expression which is totally valid, too. Of course, the difference is that `isSeek` is an...

Shelby Moore III (shelby) said (edited on Jul 25, 2013 4:01:29 AM UTC): Sciss, I think the `==` named matching syntax (which is your idea from the aforementioned discussion group)...

Imported From: https://issues.scala-lang.org/browse/SI-9308?orig=1 Reporter: Yoel R GARCIA DIAZ (yoeluk)

Anton Kulaga (antonkulaga) said: Yes, please, fix it. It is super annoying!

Imported From: https://issues.scala-lang.org/browse/SI-7835?orig=1 Reporter: Mike Allen (mja)

Christian Krause (wookietreiber) said: I would find this very useful, too.

Christian Krause (wookietreiber) said: What I currently do to work around this issue is to define a documentation template trait, e.g.: ```scala package org.my.parent package object child { /** *...

Jonathan Brachthäuser (b-studios) said: Please note that [https://wiki.scala-lang.org/display/SW/Tags+and+Annotations] still claims that macro definitions on packages are supported. I was surprised to see that this is not the case as witnessed...

Imported From: https://issues.scala-lang.org/browse/SI-9187?orig=1 Reporter: @retronym Affected Versions: 2.11.5