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

Should null-check/assert patterns produce a warning on a constant with a nullable type? area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-question A question about expected behavior or functionality
#59871 opened Jan 9, 2025 by sgrekhov
What is the difference between Directory.systemTemp and getTemporaryDirectory from the path_provider (Flutter package), and in what situations should each be used? area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io type-question A question about expected behavior or functionality
#59841 opened Jan 4, 2025 by stephane-archer
useless The argument type 'String?' can't be assigned to the parameter type 'String'. analyzer-ux 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 triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-question A question about expected behavior or functionality
#59820 opened Dec 30, 2024 by stephane-archer
How to access metadata of Named Fields in a RecordType using Dart Analyzer? 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 triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-question A question about expected behavior or functionality
#59817 opened Dec 28, 2024 by jodinathan
Conditional import for server/console only area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-question A question about expected behavior or functionality
#59786 opened Dec 21, 2024 by jodinathan
[Macro] Unable to use enum instance in macro constructor. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-question A question about expected behavior or functionality
#59765 opened Dec 19, 2024 by LacticWhale
Dart fix support for dart:X libraries area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …). triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-question A question about expected behavior or functionality
#59764 opened Dec 19, 2024 by Piinks
The underlying layer uses C+Openmp multithreading to process function callback calculations. How to link through Dart ffi area-native-interop Used for native interop related issues, including FFI. library-ffi type-question A question about expected behavior or functionality
#59680 opened Dec 7, 2024 by PythonnotJava
No warning in case of variable assignment before the first type test 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
#59614 opened Nov 26, 2024 by sgrekhov
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
[dart2wasm] Will dart2wasm support deferred as to split main.dart.wasm like dart2js area-dart2wasm Issues for the dart2wasm compiler. type-question A question about expected behavior or functionality
#56952 opened Oct 24, 2024 by huanghui1998hhh
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
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
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 P3 A lower priority bug or feature request 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
Consider adding unrelated_type_checks like with unrelated_type_equality_checks analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. linter-set-core P3 A lower priority bug or feature request type-question A question about expected behavior or functionality
#59503 opened Aug 8, 2024 by ltOgt
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
ProTip! Adding no:label will show everything without a label.