Kallen Tu

Results 17 issues of Kallen Tu

Add more information to warnings such as `brokenLink` here: https://github.com/dart-lang/dartdoc/blob/7ac2a1cf972ee48f0a21a49e4da56c25db4300f8/lib/src/warnings.dart#L212 Currently, the warning only shows the file where the broken link is. Would be nice to be able to pinpoint...

type-enhancement
P2
type-documentation

Related to this PR https://github.com/dart-lang/dartdoc/pull/3670 All function type parameters are currently in the format of ` ()` For example, for source code of: ``` Object? extractIterableTypeArgument( Iterable iterable, Object? Function()...

type-enhancement
P3

This issue will track the work needed in Dartdoc for the wildcard variables feature. There's probably no additional work needed for Dartdoc. However, we should test that Dartdoc isn't broken...

## General Problem When looking for a reference with the same name as other references in scope, which should the comment reference resolver pick? For example, this can happen when...

Overridden members with no doc comment inherit the doc comment of the original member they are overriding. This is done through Dartdoc, so the analyzer reference resolving doesn't know there's...

## Background Example of a `[this]` reference: - https://github.com/dart-lang/sdk/blob/c09cb46304325cc59890ef685d33f5e022da047e/sdk/lib/core/date_time.dart#L546 - [toUtc method - DateTime class - dart:core library](https://api.flutter.dev/flutter/dart-core/DateTime/toUtc.html) ## Resolution today Dartdoc adds [this as a reference child](https://github.com/dart-lang/dartdoc/blob/0563a6e7947fb2193675bcc2882523ca302e92fe/lib/src/model/container.dart#L247) to look...

(Pretty small thing, but I wanted to make sure we tracked this.) What do we want to do with late wildcard variables? What does this combo even mean? Do we...

wildcard-variables

Let's talk about what we want to do with `super._` in this issue. ## Previous Discussion > I just checked, and the icky thing I disagree with is disallowing `super._`....

specification
wildcard-variables

Added a small section on imports. Let me know if I can write it clearer.

## Changes to make (Updated May 14th 2024) 1. Change the documentation of the lint to something like: `Wildcard parameters and local variables (whose name is '_' by definition) will...

type-question
P2
new-language-feature
set-core