-
Notifications
You must be signed in to change notification settings - Fork 1.1k
rename scala3doc into scaladoc #11289
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
@@ -23,7 +23,7 @@ object DottyPlugin extends AutoPlugin { | |||
val isDotty = settingKey[Boolean]("Is this project compiled with Dotty?") | |||
val isDottyJS = settingKey[Boolean]("Is this project compiled with Dotty and Scala.js?") | |||
|
|||
val useScala3doc = settingKey[Boolean]("Use Scala3doc as the documentation tool") | |||
val useScaladoc = settingKey[Boolean]("Use scaladoc as the documentation tool") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the new name really make sense here? Perhaps we should call this key useNewScaladoc
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next step would be removing scala3-doc and this setting as well.
35bada9
to
706c710
Compare
c5f1833
to
21c27bf
Compare
21c27bf
to
ccb76da
Compare
Fixes sbt#6307 Ref sbt/librarymanagement#365 Ref scala/scala3#11289 This adds test using M4 nightly, which now uses artifact name `scaladoc_3.0.0-M4` as oposed to `scala3doc_3.0.0-M3`. The change in LM keeps the support for the old artifact name for backward compatibility to build against 3.0.0-M1, -M2, and -M3.
Rename scaladoc package to
dotty.tools.scaladoc
This PR makes a lot of mechanical renames.