We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6ad01 commit 7d29893Copy full SHA for 7d29893
scaladoc/src/dotty/tools/scaladoc/tasty/TastyParser.scala
@@ -162,7 +162,7 @@ object ScaladocTastyInspector:
162
if tastyPaths.nonEmpty then
163
val tastyOk = TastyInspector.inspectAllTastyFiles(tastyPaths, jarPaths, classpath)(inspector)
164
if !tastyOk then
165
- report.error("Failure")
+ report.error("Failed to analyse some of the tasty files, please check the above logs for details")
166
167
val all = inspector.topLevels.result()
168
all.groupBy(_._1).map { case (pckName, members) =>
0 commit comments