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
Fix default scaladoc config, so that id doesn't break all scaladoc links (#3041)
* Fix default scaladoc config, so that id doesn't break all scaladoc links
Right now running the doc command with default arguments in scala-cli
always produced broken scaladoc links, because the default regex for
external mappings mapped every tasty file that contained 'scala' to use
the `scala-lang.org` mapping. And since scala-cli uses '.scala-build'
directory for placing tasty files, almost all links were broken.
* Add an integration test to check if scaladoc correctly links local members to local links
0 commit comments