-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Generate documentation from TASTY in sbt plugin #5081
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
Conversation
e7ddeb0
to
b1e27ff
Compare
@Duhemm what is the state of this PR? |
b1e27ff
to
54cc175
Compare
@nicolasstucki I've rebased and adapted it to the changes with |
compiler/src/dotty/tools/dotc/fromtasty/TASTYCompilationUnit.scala
Outdated
Show resolved
Hide resolved
compiler/src/dotty/tools/dotc/fromtasty/TASTYCompilationUnit.scala
Outdated
Show resolved
Hide resolved
868e7ef
to
a2543c3
Compare
Is there a way to add a test for this? |
We have one scripted test that runs the doc. The test is run nightly I think (@allanrenucci can confirm). You can run it with |
When running with `-from-tasty`, the dottydoc interface in the sbt bridge will remove the scala sources that are passed to dottydoc.
a2543c3
to
385c2bd
Compare
No description provided.