-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
blocked upstreamIssues and changes blocked by something in an external project.Issues and changes blocked by something in an external project.bugSomething isn't workingSomething isn't workingdoc commandIssues tied to the doc sub-commandIssues tied to the doc sub-command
Description
Version(s)
1.7.1
To Reproduce
Try to generate docs with the doc command for the following test input source
// example.test.scala
@main def main() = println("Hello World!")scala-cli doc . --testFails with:
class example.test$package cannot be unpickled because no class file was found for denot: val <none>
1 warning found
1 error found
[error] Scaladoc generation failed (exit code: 1)
Expected behaviour
Should work, same as in main scope.
Metadata
Metadata
Assignees
Labels
blocked upstreamIssues and changes blocked by something in an external project.Issues and changes blocked by something in an external project.bugSomething isn't workingSomething isn't workingdoc commandIssues tied to the doc sub-commandIssues tied to the doc sub-command