-
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-07-05 failed #18143
Comments
|
Same type of error as #18114 and #18070. but failures happen in different projects each time so it doesn't seem to be because of something specific to the projects and rather to an issue in scaladoc or flexmark. It doesn't look like scaladoc changed recently and flexmark hasn't been upgraded either, so this is puzzling /cc @Kordyjan . |
Happened here as well: https://github.com/lampepfl/dotty/actions/runs/5530397761/jobs/10089750052. |
The problem seems to be at https://github.com/lampepfl/dotty/blob/2b391c82de1861d8ab0196e78dd2975539b8082a/scaladoc/src/dotty/tools/scaladoc/tasty/comments/markdown/SectionRenderingExtension.scala#L30-L36 An element is inserted using Code originates from bcdad27. cc @szymon-rd. |
Just saw #18184 that should fix this. |
I haven't looked at this issue, but as a heads up, scala/scala#10392 caused some incorrect code to fail, where |
This should fix the error causing recent fails of Nightly Dotty workflow. However, I don't know why it fails so randomly. We might want to investigate and fix this properly. Fixes #18143
See https://github.com/lampepfl/dotty/actions/runs/5460101159
The text was updated successfully, but these errors were encountered: