scala / bug

Scala 2 bug reports only. Please, no questions — proper bug reports only.
https://scala-lang.org
232 stars 21 forks source link

Scaladoc: display full signature inside usecases #5291

Open scabug opened 12 years ago

scabug commented 12 years ago

This is a followup of #5054.

scabug commented 12 years ago

Imported From: https://issues.scala-lang.org/browse/SI-5291?orig=1 Reporter: @VladUreche Affected Versions: 2.9.2

scabug commented 12 years ago

@retronym said: Seems like this change meets the demands of this ticket: https://github.com/scala/scala/commit/75ef4516

scabug commented 12 years ago

@heathermiller said: Actually, nope, almost. There's another commit (https://github.com/scala/scala/pull/316/files) that fixes the front-end issues in the above-referenced commit.

However, a few issues still remain-- i.e. the hidden full signatures don't indicate what any of the extra type parameters are.

So, there's still a TODO on this one before the release.