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
The compiler is broken area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-crashes Crashes in the CFE triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59870 opened Jan 9, 2025 by ac-arconomy
Linter rules such as enable_null_safety don't show diagnostic anymore area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59869 opened Jan 8, 2025 by FMorschel
Assists for linter rules area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59868 opened Jan 8, 2025 by FMorschel
[tests] verify_checks_test is not being run (or is ignored) on the bots analyzer-linter Issues with the analyzer's support for the linter package analyzer-test 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
#59867 opened Jan 8, 2025 by pq
Illegal argument in isolate message that works or break without changing much of the code area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59866 opened Jan 8, 2025 by stephane-archer
Bad autocompletion for type inside import alias when declaring a function inside a class analyzer-completion Issues with the analysis server's code completion feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59865 opened Jan 8, 2025 by stephane-archer
Add a node compilation target area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-enhancement A request for a change that isn't a bug
#59864 opened Jan 8, 2025 by buergerling
AssignmentExpressionResolver doesn't resolve the leftHandSide? area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59861 opened Jan 8, 2025 by nehzata
Add support for retrieving current process user ID (UID) 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-enhancement A request for a change that isn't a bug
#59860 opened Jan 8, 2025 by samujjal-gogoi
co19/LanguageFeatures/FinalizationRegistry/ffi/Finalizer/Finalizer_A01_t04 failed on vm-aot-win-release-x64 area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening library-ffi triaged Issue has been triaged by sub team
#59858 opened Jan 7, 2025 by derekxu16
vm/dart/isolates/dart_api_create_lightweight_isolate_test failed on vm-aot-win-release-arm64 area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening library-ffi triaged Issue has been triaged by sub team
#59857 opened Jan 7, 2025 by derekxu16
Stream's timeout doesn't interrupt asynchronous generator functions. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
#59856 opened Jan 7, 2025 by talesbarreto
Better message for override inside extension type area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59855 opened Jan 7, 2025 by FMorschel
Auto complete on variable destruction can be improved area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59854 opened Jan 7, 2025 by FMorschel
[CP] Fixes multiple fixes for insertions in multi-file library area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. cherry-pick-review Issue that need cherry pick triage to approve triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59853 opened Jan 7, 2025 by FMorschel
Linter to suggest removing the Future return type for the synchronous option area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59852 opened Jan 7, 2025 by FMorschel
[linter] enforce documenting libraries area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59851 opened Jan 7, 2025 by lishaduck
[CP] Fix analysis options discovery in the presence of workspaces area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. cherry-pick-approved Label for approved cherrypick request cherry-pick-review Issue that need cherry pick triage to approve triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
#59848 opened Jan 6, 2025 by pq
Difference in output for DECLARES_INSTANCE_FIELD in extension and extension type area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-ux A user experience or user interface related issue
#59847 opened Jan 6, 2025 by FMorschel
[io]: HTTP header parser accepts many invalid characters within header names 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59846 opened Jan 6, 2025 by kenballus
Allow comment introspection area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library type-enhancement A request for a change that isn't a bug
#59842 opened Jan 5, 2025 by Pebkac03
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
Using tools/test.py -cdart2js fails. area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test).
#59839 opened Jan 3, 2025 by lrhn
await quickfix overwrite FutureOr type declaration area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59838 opened Jan 3, 2025 by stephane-archer
ProTip! Updated in the last three days: updated:>2025-01-06.