Skip to content

SBT plugin doesn't support dottydoc #4965

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
Blaisorblade opened this issue Aug 20, 2018 · 1 comment
Closed

SBT plugin doesn't support dottydoc #4965

Blaisorblade opened this issue Aug 20, 2018 · 1 comment

Comments

@Blaisorblade
Copy link
Contributor

Blaisorblade commented Aug 20, 2018

On the example project:

sbt:dotty-example-project> doc
[info] Updating ...
[warn] Binary version (0.9.0-RC1) for dependency ch.epfl.lamp#scala-library;0.9.0-RC1
[warn] 	in dotty-example-project#dotty-example-project_0.9;0.1.0 differs from Scala binary version in project (0.9).
[warn] circular dependency found: ch.epfl.lamp#scala-library;0.9.0-RC1->ch.epfl.lamp#dotty-library_0.9;0.9.0-RC1->...
[warn] circular dependency found: ch.epfl.lamp#dotty-library_0.9;0.9.0-RC1->ch.epfl.lamp#scala-library;0.9.0-RC1->...
[info] Done updating.
[info] Main Scala API documentation to /Users/pgiarrusso/git/dotty-example-project/target/scala-0.9/api...
[info] Non-compiled module 'dotty-sbt-bridge' for Scala 0.9.0-RC1. Compiling...
[info]   Compilation completed in 6.301s.
[error] The dotty sbt-bridge currently does not support doc generation directly
[error] via sbt. Please see the dotty documentation at dotty.epfl.ch
[info] Main Scala API documentation successful.
[success] Total time: 7 s, completed Aug 20, 2018 2:09:37 PM

On Dotty (in case it's fixed later):

sbt:dotty> doc
[success] Total time: 2 s, completed Aug 20, 2018 2:07:44 PM
@Duhemm
Copy link
Contributor

Duhemm commented Aug 20, 2018

See #4952

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