Kallen Tu

Results 18 issues of Kallen Tu

This issue tracks the web debugging support needed for the wildcards feature. ### References > Correct - I think the nuance here is that in the code we emit in...

web-dev-compiler
area-web
web-eval
feature-wildcard-variables

While looking at [this co19 test](https://github.com/dart-lang/co19/blob/master/LanguageFeatures/Wildcards/super_parameters_A02_t04.dart), I noticed that the CFE doesn't report an error for this code: ```dart class A { int x; A(this.x); } class C extends A...

area-front-end
front-end-missing-error
cfe-dysfunctionalities

This meta issue tracks all the analyzer implementation work items. Referenced from: https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/process/new_language_feature.md ## Work Items - [ ] AST enhancements (`AstBuilder`) - For both locals and parameters, distinguish between...

area-analyzer
P2
type-enhancement
feature-wildcard-variables

## Wildcard Variables This issue tracks the implementation of the wildcard variables feature. ### References * [Original issue](https://github.com/dart-lang/language/issues/3712) * [Feature specification](https://github.com/dart-lang/language/blob/main/working/wildcards/feature-specification.md) * [Project](https://github.com/orgs/dart-lang/projects/88) * Test tracking sheet (TBD) ### Work...

area-meta
implementation
feature-wildcard-variables

This issue tracks any work required for wildcard variables in the VM debugger. ### References > Correct - I think the nuance here is that in the code we emit...

area-vm
type-enhancement
feature-wildcard-variables

**Issue may be edited as we add more items of work.** A general outline of areas that need to be updated for the wildcards feature: - [ ] Decide how...

area-front-end
cfe-features
feature-wildcard-variables

Adds this Dartdoc-related lint to the flutter repository, in replacement of the Dartdoc warning (missingCodeBlockLanguage) because it will be deprecated and removed soon. flutter/flutter already has this lint as well....

p: web_benchmarks
p: rfw
p: go_router
p: flutter_migrate
p: google_sign_in
p: local_auth
platform-android
platform-ios
platform-windows
p: webview_flutter
waiting for stable update

This issue tracks the work needed for wildcard variable docs. ### Summary Extends the wildcard behavior of [patterns](https://dart.dev/language/pattern-types#wildcard) to more of the language, making local variables and parameters named `_`...

a.language
p2-medium
e2-days
st.triage.ltw