Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression: Scaladoc "symbol not found" errors in use cases are now #8407

Closed
scabug opened this issue Mar 13, 2014 · 2 comments
Closed

regression: Scaladoc "symbol not found" errors in use cases are now #8407

scabug opened this issue Mar 13, 2014 · 2 comments

Comments

@scabug
Copy link

scabug commented Mar 13, 2014

% cat sandbox/test.scala
class C {
  /**
   *  @usecase def zipWithIndex: $NotFound
   *
   */
  def zipWithIndex: Int = ???
}

% `scalac-hash -h aedec19~1`/bin/scaladoc sandbox/test.scala 2>&1 | grep found
sandbox/test.scala:23: warning: not found: type $Coll
three warnings found

% `scalac-hash -h aedec19`/bin/scaladoc sandbox/test.scala 2>&1 | grep found
sandbox/test.scala:23: error: not found: type $Coll
two warnings found
one error found

% git show aedec19
commit aedec19808a7a3d383f839d2ee2c2ec4265fb9c6
Author: Paul Phillips <paulp@improving.org>
Date:   Mon Jan 14 23:31:30 2013 -0800

    Granted scaladoc its own Global.

    An incremental step on the road to disentangling
    scaladoc from the compiler sources. This pushes the
    elements in typer outward so scaladoc can subclass
    Global like everyone else.

As seen in scala-io.

/cc @gkossakowski

@scabug
Copy link
Author

scabug commented Mar 13, 2014

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

@scabug
Copy link
Author

scabug commented Mar 13, 2014

@retronym said:
scala/scala#3627

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants