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
P1A high priority bug; for example, a single project is unusable or has many test failurestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
I was trying to deduce the valid DartDoc source references, and tried [this()] as a synnonym of [CurrentClass()] as a reference to the unnamed constructor.
That crashed DartDoc with a stack overflow, with a stack trace ending in:
I see you are removing [this] as a way to say this [CurrentClass]. Maybe [this()] just shouldn't work either - it's not really readable.
(Although I can see why [this] can be useful, it's better to not use an unqualified "this" in DartDoc anyway.)
The text was updated successfully, but these errors were encountered:
srawlins
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P1
A high priority bug; for example, a single project is unusable or has many test failures
labels
Jun 17, 2024
P1A high priority bug; for example, a single project is unusable or has many test failurestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
I was trying to deduce the valid DartDoc source references, and tried
[this()]
as a synnonym of[CurrentClass()]
as a reference to the unnamed constructor.That crashed DartDoc with a stack overflow, with a stack trace ending in:
I see you are removing
[this]
as a way to saythis [CurrentClass]
. Maybe[this()]
just shouldn't work either - it's not really readable.(Although I can see why
[this]
can be useful, it's better to not use an unqualified "this" in DartDoc anyway.)The text was updated successfully, but these errors were encountered: