-
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
Nightly Dotty workflow of 2023-02-20 failed #16969
Comments
The build fails in test neg/i16820, the offending line is:
Expected error:
|
@Kordyjan Is it possible that's some issue related to the usage of merge queue? The failing tests were merged yesterday from pr #16892 Both of the failing CI runs were skipped in the CI on the pull request @odersky Can you take a look at these failures? We might require to either fix the failures or re-evaluate should that case actually fail |
We run those jobs only on tags and nightly builds, so it is expected that they were skipped. |
The test should be changed to not call |
Fixes #16969 `String.formatted` is a method added in JDK 15. In Scala, we also define the extension methods with the same name. Because of that the code in the snippet failed in unexpected manner.
See https://github.com/lampepfl/dotty/actions/runs/4219642346
The text was updated successfully, but these errors were encountered: