-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Upgrade reference compiler to 3.0.1-RC2 #12913
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
Error: -- Error: /__w/dotty/dotty/library/src/scala/annotation/experimental.scala:14:6
Error: 14 |class experimental extends StaticAnnotation
Error: |^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: |use of @experimental is experimental and therefore may only be used with a nightly or snapshot version of the compiler @nicolasstucki Did something change in how |
|
@anatoliykmetyuk Should #12672 be backported to release-3.0.1? As is, the compiler from that branch cannot be used as a reference compiler, so we can't release 3.0.1 without fixing that. |
Looks like the issue with
@BarkingBad could you have a look at why this test is failing when using a nightly compiler as our reference compiler? |
The
What solution do you like the most? |
The functionality appears to already be present in |
@BarkingBad I'll let you choose what you think is best for maintaining this test, keeping in mind that we should really avoid having tests that can randomly start failing when something unrelated changes, so
Seems fine to me. |
I checked it once again and missed Krzysztof has made some enhancement for links to point them to hash commit rather than to git tag, but didn't apply it for tasty sources (which defaulted to 3.0.0). I made PR to this branch that should fix that dotty-staging#18 |
Can you open a separate pr for that? We might not end up merging this one. |
Sure, here it is #12990 |
Fixed by changes to @experimental. |
No description provided.