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

scaladoc search fails for inner types #9722

Closed
scabug opened this issue Mar 28, 2016 · 3 comments
Closed

scaladoc search fails for inner types #9722

scabug opened this issue Mar 28, 2016 · 3 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Mar 28, 2016

Search in new doc tool output at http://www.scala-lang.org/files/archive/nightly/2.12.x/api/2.12.x/ fails to find inner types like <:< and LeftProjection.

@scabug
Copy link
Author

scabug commented Mar 28, 2016

Imported From: https://issues.scala-lang.org/browse/SI-9722?orig=1
Reporter: Rob Norris (rnorris)
Affected Versions: 2.12.0-M3

@scabug
Copy link
Author

scabug commented Mar 30, 2016

@felixmulder said (edited on Mar 30, 2016 5:55:14 AM UTC):
This is because the current index is only generated for val s and def s (in addition to top-level entities). I have a branch to deal with this, but there's still an issue where final case class es don't make it to the final index for some reason...debugging :(

@scabug
Copy link
Author

scabug commented Mar 30, 2016

@felixmulder said:
Patch: scala/scala#5069

@scabug scabug closed this as completed Mar 30, 2016
@scabug scabug added this to the 2.12.0-M4 milestone Apr 7, 2017
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