You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest release of Dart (v3.7.0), dart doc now crashes on the rohd package.
I'm unable to reproduce the issue with a clone of dartdoc from the latest on main from https://github.com/dart-lang/dartdoc, and I can't tell which commit was used to create the version included with Dart 3.7.0, so I am having trouble figuring out what aspect of the rohd package repository is leading to this crash.
This is also reproducing on the main branch of rohd, so you should be able to clone from https://github.com/intel/rohd.git and just run dart doc with Dart v3.7.0 to reproduce the same failure.
The text was updated successfully, but these errors were encountered:
bwilkerson
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P2
A bug or feature request we're likely to work on
labels
Feb 24, 2025
With the latest release of Dart (v3.7.0),
dart doc
now crashes on therohd
package.I'm unable to reproduce the issue with a clone of
dartdoc
from the latest onmain
from https://github.com/dart-lang/dartdoc, and I can't tell which commit was used to create the version included with Dart 3.7.0, so I am having trouble figuring out what aspect of therohd
package repository is leading to this crash.This pull request on
rohd
is reproducing a failure:intel/rohd#564
https://github.com/intel/rohd/actions/runs/13297015330/job/37131152673?pr=564
This is also reproducing on the
main
branch ofrohd
, so you should be able to clone from https://github.com/intel/rohd.git and just rundart doc
with Dart v3.7.0 to reproduce the same failure.The text was updated successfully, but these errors were encountered: