Scala Buggabot
Scala Buggabot
Imported From: https://issues.scala-lang.org/browse/SI-10211?orig=1 Reporter: Marcin Mościcki (mmoscicki) Affected Versions: 2.11.8
@SethTisue said: The bug reports are valuable as documentation for future wanderers in the hallways of JIRA. But yeah, I'm going to tag this as "community" which means unless a...
Marcin Mościcki (mmoscicki) said: Ok, thx. Never worked on a compiler before, but if you suspect it's something really easy and could point me in the right direction, and there...
Imported From: https://issues.scala-lang.org/browse/SI-9536?orig=1 Reporter: Nicolas Stucki (nicolas.stucki) Affected Versions: 2.10.5, 2.11.7, 2.12.0-M3
@retronym said: Great test case! Lambdalift basically assumes a world without overloading, a restriction which is enforced for local methods: ```scala def foo { def bar(a: Int) = 0; def...
Imported From: https://issues.scala-lang.org/browse/SI-3115?orig=1 Reporter: @paulp
@odersky said: (In r21100) Closes #3115. Reviw by rytz
@vjovanov said: I am reopening this issue as package objects still can not be deprecated and from the the comments and commits I can not see the clear resolution for...
@paulp said: Yeah, it looks like I did them all manually in scala.Math. What we need is this: New meta-annotations in scala.annotation.meta for object and class (of course they can't...
@janekdb said: Confirming that package level deprecation remains unimplemented. Context: https://github.com/scala/scala-parser-combinators/issues/99 Code, ```scala package scala.util.parsing /** * This package was never intended for production use; it's really more of a...