Skip to content

Issues: dart-lang/sdk

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

[Feature request] Safe guard when iterate over properties. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language).
#60695 opened May 8, 2025 by chunhtai
Mixin application with no superclass generative constructors get useless default constructor. area-dart-model For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). cfe-encodings Encoding related CFE issues.
#60324 opened Mar 14, 2025 by lrhn
Macro follow-up: With macros gone, how can code-generators be composed? area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-enhancement A request for a change that isn't a bug
#60106 opened Feb 11, 2025 by rrousselGit
Don't require "part file.*.dart" for files in the same directory with the same base name. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-enhancement A request for a change that isn't a bug
#60018 opened Jan 30, 2025 by tylandercasper
[Dot Shorthands] All tests in tests/language and co19 are passing. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-dot-shorthands Implementation of the dot shorthands feature. type-test
#59757 opened Dec 18, 2024 by kallentu
2 tasks done
The type 'double' is not exhaustively matched by the switch cases since it doesn't match 'double()' area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). improve-diagnostics Related to the quality of diagnostic messages
#59648 opened Dec 3, 2024 by filiph
[Dot Shorthands] Experiment flag area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-dot-shorthands Implementation of the dot shorthands feature. type-enhancement A request for a change that isn't a bug
#57037 opened Nov 5, 2024 by kallentu
2 of 3 tasks
[Dot Shorthands][meta] Dot shorthands implementation area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-dot-shorthands Implementation of the dot shorthands feature. implementation Track the implementation of a specific feature (use on area-meta issue, not issues for each tool) type-enhancement A request for a change that isn't a bug
#57036 opened Nov 5, 2024 by kallentu
12 of 21 tasks
mixin member invalid override on non conflicting types error area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-question A question about expected behavior or functionality
#57005 opened Oct 31, 2024 by bar4488
Genercis can solve to Never with final/sealed classes when it could never resolve area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-enhancement A request for a change that isn't a bug
#56964 opened Oct 25, 2024 by FMorschel
[Unquoted Imports] Experiment flag area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-unquoted-imports Implementation of the import shorthands/unquoted imports feature.
#56701 opened Sep 10, 2024 by kallentu
1 of 3 tasks
[Unquoted Imports] All tests in tests/language/ and co19 passing. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-unquoted-imports Implementation of the import shorthands/unquoted imports feature. type-test
#56650 opened Sep 4, 2024 by kallentu
3 tasks
[Unquoted Imports] Language tests area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-unquoted-imports Implementation of the import shorthands/unquoted imports feature. type-test
#56649 opened Sep 4, 2024 by kallentu
Better error message for strict-inference area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-question A question about expected behavior or functionality
#56631 opened Sep 2, 2024 by FMorschel
[Unquoted Imports] [meta] Unquoted Imports implementation area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). feature-unquoted-imports Implementation of the import shorthands/unquoted imports feature. implementation Track the implementation of a specific feature (use on area-meta issue, not issues for each tool)
#56614 opened Aug 30, 2024 by kallentu
1 of 8 tasks
[Augmentations] Is repeating implements for extension type an error? area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-augmentations Implementation of the augmentations feature type-question A question about expected behavior or functionality
#56344 opened Jul 30, 2024 by sgrekhov
[enhanced-parts] Language tests area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-enhanced-parts Regarding the 'enhanced-parts' feature type-enhancement A request for a change that isn't a bug
#56191 opened Jul 9, 2024 by eernstg
[enhanced-parts] Write the spec area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-enhanced-parts Regarding the 'enhanced-parts' feature type-enhancement A request for a change that isn't a bug
#56190 opened Jul 9, 2024 by eernstg
[augmentations] Language tests area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-augmentations Implementation of the augmentations feature
#56152 opened Jul 8, 2024 by itsjustkevin
[augmentations] Write the spec area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-augmentations Implementation of the augmentations feature type-enhancement A request for a change that isn't a bug
#56151 opened Jul 8, 2024 by itsjustkevin
Invalid main accepted by the front end area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). cfe-pending CFE issues that need more information to be triaged. legacy-area-front-end Legacy: Use area-dart-model instead.
#56122 opened Jul 2, 2024 by osa1
Cannot use factory constructor in augmented class area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). cfe-feature-macros Implement macros features in the CFE customer-flutter-widget-macro Issues related to the flutter stateful widget macro feature-macros Implementation of the macros feature legacy-area-front-end Legacy: Use area-dart-model instead.
#55432 opened Apr 10, 2024 by goderbauer
Conditionals and switch expressions never unify to FutureOr even with explicit result type area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-question A question about expected behavior or functionality
#55337 opened Mar 29, 2024 by dgreensp
Generic type T itself becomes nullable if a variable of type T? has a null value area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-question A question about expected behavior or functionality
#55320 opened Mar 28, 2024 by kaboc
[parser/spec] >>/>>>-related inconsistency. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). language-spec-parser
#55225 opened Mar 18, 2024 by modulovalue
ProTip! Exclude everything labeled bug with -label:bug.