Skip to content

Scaladoc links to Scala standard library not being generated #118

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

Closed
SethTisue opened this issue Oct 21, 2016 · 7 comments
Closed

Scaladoc links to Scala standard library not being generated #118

SethTisue opened this issue Oct 21, 2016 · 7 comments
Milestone

Comments

@SethTisue
Copy link
Member

from a recent Travis run:

[warn] /home/travis/build/scala/scala-xml/src/main/scala/scala/xml/pull/package.scala:4: Could not find any member to link for "scala.collection.Iterator".
[warn] /**
[warn] ^
[warn] /home/travis/build/scala/scala-xml/src/main/scala/scala/xml/pull/XMLEventReader.scala:19: Could not find any member to link for "scala.collection.Iterator".
[warn] /**
[warn] ^
[warn] /home/travis/build/scala/scala-xml/src/main/scala/scala/xml/parsing/FactoryAdapter.scala:165: Could not find any member to link for "org.xml.sax.SAXException".
[warn]   /**
[warn]   ^
[warn] /home/travis/build/scala/scala-xml/src/main/scala/scala/xml/include/XIncludeException.scala:13: Could not find any member to link for "java.lang.Throwable#getMessage".
[warn] /**
[warn] ^
[warn] /home/travis/build/scala/scala-xml/src/main/scala/scala/xml/include/sax/EncodingHeuristics.scala:39: Could not find any member to link for "IOException".
[warn]   /**
[warn]   ^
[warn] /home/travis/build/scala/scala-xml/src/main/scala/scala/xml/Elem.scala:44: Could not find any member to link for "scala.sys.process.ProcessBuilder".
[warn]   /**
[warn]   ^
[warn] 6 warnings found

I think this just needs a little configuration, probably a line or two in the build

@charpov
Copy link

charpov commented Mar 26, 2017

What "configuration" is needed here? I'm also seeing these warnings on code that didn't use to have this problem.

@ashawley
Copy link
Member

@charpov Have a look at #119 for the first pass I made at fixing these

@charpov
Copy link

charpov commented Mar 26, 2017

Worked like a charm. Thanks.

@ashawley
Copy link
Member

Scala library links were merged in #119

Java library is #146

@ashawley ashawley mentioned this issue Oct 9, 2017
3 tasks
@ashawley ashawley added this to the 1.1.0 milestone Feb 20, 2018
@SethTisue
Copy link
Member Author

@ashawley did you mean to close this?

@ashawley
Copy link
Member

These are fixed in the build.

The published links will work if the new 1.1.0 release of scala-xml is added to the 2.13 compiler:

http://www.scala-lang.org/api/current/scala-xml/scala/xml/index.html

@SethTisue
Copy link
Member Author

okay, the hope of course is to get scala-xml out of the 2.13 bootstrap, but I'm not sure I'll get to it before M4, so in the meantime, scala/scala#6341

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

No branches or pull requests

3 participants