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

Search for external documentation for class files outside of jars. #9635

Closed
scabug opened this issue Jan 30, 2016 · 5 comments
Closed

Search for external documentation for class files outside of jars. #9635

scabug opened this issue Jan 30, 2016 · 5 comments

Comments

@scabug
Copy link

scabug commented Jan 30, 2016

When the classpath references a unpackaged (not a jar) directory, scaladoc does not generate links to the url provided via the -doc-external-doc flag.

Pretty sure this fixes it:
jgrean/scala@becc362

But I need to figure out the testing+PR process, and verify I've used the canonical way to verify a class file is part of a classpath, before I'm ready to submit a PR.

Example Case:
We have two separate scala libraries we're building from source in the same sbt parent project, with nightly scaladoc builds. Currently it's a pain to link them without first packaging the dependency as a jar and referencing that in the dependent project instead of the sbt project.

@scabug
Copy link
Author

scabug commented Jan 30, 2016

Imported From: https://issues.scala-lang.org/browse/SI-9635?orig=1
Reporter: Jason Green (jasonhdgreen-at-gmail.com)
Affected Versions: 2.12.0-M3
See #9967

@scabug
Copy link
Author

scabug commented Oct 17, 2016

Jason Green (jasonhdgreen-at-gmail.com) said:
I'm attempting to verify, but I believe this was fixed for 2.12.x here:
https://github.com/scala/scala/pull/5190/files#diff-a8923d5859b1361351aee7a2dd088eabR47

@scabug
Copy link
Author

scabug commented Oct 17, 2016

Jason Green (jasonhdgreen-at-gmail.com) said:
Verified the links now exist, but are broken per:
#9967

@scabug
Copy link
Author

scabug commented Oct 17, 2016

@SethTisue said:
So we should close this one but leave #9967 open...?

@SethTisue
Copy link
Member

hopefully scala/scala#5799 fixed this? if not, speak up

@SethTisue SethTisue removed this from the Backlog milestone Jun 15, 2023
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