Skip to content

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

Merged
merged 7 commits into from
Feb 4, 2021
Merged

Conversation

romanowski
Copy link
Contributor

Rename scaladoc package to dotty.tools.scaladoc

This PR makes a lot of mechanical renames.

@@ -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")
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@OlivierBlanvillain OlivierBlanvillain linked an issue Feb 4, 2021 that may be closed by this pull request
@romanowski romanowski merged commit 369a465 into scala:master Feb 4, 2021
eed3si9n added a commit to eed3si9n/librarymanagement that referenced this pull request Feb 14, 2021
eed3si9n added a commit to eed3si9n/sbt that referenced this pull request Feb 14, 2021
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename scala3doc into just scaladoc
3 participants