You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doctool: propagate errors from inspectAllTastyFiles
it's not pretty, but it does work.
tested with:
```
sbt 'scaladoc/runMain dotty.tools.scaladoc.Main ./bad -d a -siteroot empty'
```
and it will produce something like
```
-- Error: src/main/scala/Main.scala:26:12 --------------------------------------
undefined: m.parse # -1: TermRef(TermRef(NoPrefix,val m),parse) at readTasty
1 error found
Failure
[error] nonzero exit code returned from runner: 1
[error] (scaladoc / Compile / runMain) nonzero exit code returned from runner: 1
```
0 commit comments