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 output is not uniquely determined #17

Closed
cmaeder opened this issue Jun 26, 2015 · 2 comments · Fixed by #64
Closed

scaladoc output is not uniquely determined #17

cmaeder opened this issue Jun 26, 2015 · 2 comments · Fixed by #64

Comments

@cmaeder
Copy link

cmaeder commented Jun 26, 2015

I'm not sure if this is a unidoc or a scaladoc issue, but if I call sbt unidoc on https://github.com/KWARC/MMT/tree/stable/src the generated file (html) always differ literally (see UniFormal/MMT#2).

I've got no idea, what is causing these differences, but it is annoying for our committed documentation or reproducing (identical) documentation from the same sources.

If it is a scaladoc problem (as ant has the same problem) please forward the issue further. But maybe it is just the order .scala files are processed (that changes for some reason, depending on processing time or resources).

@eed3si9n
Copy link
Member

Probably our fault :(

@eed3si9n
Copy link
Member

Ran into this today.
In our case there were inconsistent compile:externalDependencyClasspath across the subprojects. Things worked on macOS, but on Ubuntu it said:

not found: value MemberDowned
[error]     case MemberDowned(m)            unreachableMember(m)
[error]          ^

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

Successfully merging a pull request may close this issue.

2 participants