-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Release RC1 #11416
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
Comments
Pending #11410. |
Related PRs: |
We need a new release of sbt-dotty, too: f75e6fb |
sbt-dotty 0.5.3 release job: https://github.com/lampepfl/dotty/actions/runs/572300705 |
3.0.0-RC1 release page mentions "Allow Here is the final decision of keep using |
@ShapelessCat I can do it in the repl Scala compiler version 3.0.0-RC1 -- Copyright 2002-2021, LAMP/EPFL
scala> class Foo with
| def foo = 23
|
// defined class Foo
scala> Foo().foo
val res0: Int = 23 |
@bishabosha Does this mean the after classes |
@ShapelessCat I am not sure what's happening, but thank you for linking to the discussion, I added my example there. |
Uh oh!
There was an error while loading. Please reload this page.
master
to guarantee that all of the commits are propagated tomaster
3.0.0-RC1
frommaster
baseVersion
and tag it as3.0.0-RC1
master
, setbaseVersion
to the next version to be releasedscalaVersion
(and, if applicable, thesbt-dotty
version) in the Dotty ecosystem projectswget -q -O- https://github.com/lampepfl/dotty/releases/download/<rc-version>/sha256sum.txt | grep ".tar.gz"
<rc-version>
Instructions on how to release
The text was updated successfully, but these errors were encountered: