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
Sort

Issues list

Is a stream created by Stream.multi() always a multi-subscription stream? area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async type-documentation A request to add or improve documentation type-question A question about expected behavior or functionality
#56903 opened Oct 16, 2024 by sgrekhov
What characters are allowed in an import/export/part URI? area-tools A meta category for issues that should be addressed by tooling (prefer more concrete areas). type-question A question about expected behavior or functionality
#56869 opened Oct 8, 2024 by sgrekhov
Using dart analyze with conditional imports/exports (web support) area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-question A question about expected behavior or functionality
#56748 opened Sep 18, 2024 by loryruta
Should "self" importing trigger unnecessary_import analyzer-warning Issues with the analyzer's Warning codes area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-question A question about expected behavior or functionality
#56659 opened Sep 5, 2024 by FMorschel
Weird strict inference failure on function return 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
#56631 opened Sep 2, 2024 by FMorschel
File stat() modtime precision doesn't seem to include microseconds/nanoseconds area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io triaged Issue has been triaged by sub team type-question A question about expected behavior or functionality
#56626 opened Sep 2, 2024 by tomekit
[js-interop] Help users using JS maps area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-question A question about expected behavior or functionality web-js-interop Issues that impact all js interop
#56537 opened Aug 21, 2024 by redDwarf03
community contribution to the cli_utils library (depended upon by the sdk) area-tools A meta category for issues that should be addressed by tooling (prefer more concrete areas). type-question A question about expected behavior or functionality
#56501 opened Aug 16, 2024 by 4e554c4c
Sealed sub-classes "Move to file" doesn't show analyzer-refactoring area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-question A question about expected behavior or functionality
#56391 opened Aug 7, 2024 by FMorschel
Can't .toJS a Future<Never> function. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-question A question about expected behavior or functionality web-js-interop Issues that impact all js interop
#56369 opened Aug 3, 2024 by ditman
[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
[ddc] Can we migrate all calls of getReifiedType() to a member of the dart:rti library? area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. P3 A lower priority bug or feature request type-question A question about expected behavior or functionality web-dev-compiler
#56325 opened Jul 27, 2024 by nshahan
"Error: The macro can only be applied to enums or enum values." - What interface to use instead? area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) type-question A question about expected behavior or functionality
#56305 opened Jul 23, 2024 by Lootwig
dart analyze --options does not exist (did with dartanalyzer) area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-analyze Issues related to the 'dart analyze' tool type-question A question about expected behavior or functionality
#56228 opened Jul 11, 2024 by matanlurey
[wildcards] Consider reporting UNUSED_CATCH_STACK for stack wildcard params analyzer-quick-fix area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug type-question A question about expected behavior or functionality
#55738 opened May 15, 2024 by pq
Is there a way to mark "bad example" as such, to (fx) avoid future AIs training on it? area-documentation Prefer using 'type-documentation' and a specific area label. type-question A question about expected behavior or functionality
#55565 opened Apr 25, 2024 by lrhn
consider updating has{*} annotation getters to consider augmentations area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug type-question A question about expected behavior or functionality
#55579 opened Apr 16, 2024 by pq
[analyzer] Needs to determine the public library to use to reference elements defined in private libraries analyzer-api Issues that impact the public API of the analyzer package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-question A question about expected behavior or functionality
#55480 opened Apr 16, 2024 by bwilkerson
Can return value of .jsify() be non-nullable if receiver is non-nullable? area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-question A question about expected behavior or functionality web-js-interop Issues that impact all js interop
#55463 opened Apr 12, 2024 by dgreensp
[analyzer] For augmented libraries is it possible to report error where it textually occurs? area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-question A question about expected behavior or functionality
#55448 opened Apr 12, 2024 by sgrekhov
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
[CFE] Issue when library and its part define the same variable area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. type-question A question about expected behavior or functionality
#54836 opened Feb 6, 2024 by sgrekhov
Different implementation of Duration area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-question A question about expected behavior or functionality
#54769 opened Jan 30, 2024 by AdamRose66
Should the immutable annotation disallow getters that override a (final) field? analyzer-warning Issues with the analyzer's Warning codes area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-question A question about expected behavior or functionality
#54492 opened Jan 2, 2024 by bwilkerson
ProTip! Find all open issues with in progress development work with linked:pr.