-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rename all artefacts from dotty to scala3 #9917
Conversation
506e65e
to
3ea0e85
Compare
Once we have a nightly with this PR in, we should update our reference compiler to this nightly and use that for a few days to make sure everything works OK before doing the M1 release. |
Is there a chance that new artefacts will be published in some non-release public repo before the release? |
Nightlies are available in the public repo. See e.g. https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.28/ |
b029cfd
to
861f72a
Compare
0f87299
to
bf97594
Compare
bc49ee8
to
71c92fb
Compare
6c0b37e
to
ace7599
Compare
packArchiveName changed to scala3- Correctly name SBT plugin Update Windows CI to use the new naming scheme
Read latest nightly metadata from the scala3-compiler artefact Co-authored-by: Guillaume Martres <smarter@ubuntu.com> Properly set binary version for Scala 3 Fetch Dotty nightlies correctly
Fix scala#9024: Don't publish empty compat jars Delete dummy projects
Rename projects & binaries in project/scripts Fix scala3-doc name in scalad Rename scalar to scala
Fix the plugin name in dotty-knowledge-17 SBT test
Replace dotc -> scalac in the docs
ace7599
to
d1235d4
Compare
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.
Otherwise LGTM, thanks for all your work! 🎆
(Once this is merged, a new release of sbt-dotty will need to be published to let people test the nightly builds) |
Co-authored-by: Guillaume Martres <smarter@ubuntu.com>
The publishing of sbt-dotty-v0.4.3 failed: https://github.com/lampepfl/dotty/actions/runs/310382379, I've deleted and repushed the tag after fixing shapeless (#10021): https://github.com/lampepfl/dotty/actions/runs/310570439 |
Update references from `dotc` and `dotr` to `scalac` and `scala`, respectively, as they were renamed by scala#9917.
Checklist:
sbt-dotty/scripted
tests.dotty
->scala
.project/plugins.sbt
, the--addPluginSbtFile=/Users/kmetiuk/Projects/scala3/dotty/community-build/sbt-scala3-sbt
will not take effect.Blocked upon
org.scala-lang
.