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

Performance regression in 'das-flutter-start' Analyzer benchmark, due to doc-imports analyzer-stability area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56260 opened Jul 16, 2024 by srawlins
Should a comment reference on a type alias be able to refer to members of the aliased type? 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
#56259 opened Jul 16, 2024 by srawlins
Running analyzer benchmark always crashes with a SocketException 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56258 opened Jul 16, 2024 by srawlins
bug: dart analyzer does not catch the error FutureOr<Object>? Function()' can't be assigned to the parameter type 'FutureOr<Object> Function() area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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)
#56256 opened Jul 16, 2024 by Diaga
Import name conflicts: Suggest adding "hide" on one of the conflicting imports analyzer-quick-fix area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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
#56255 opened Jul 16, 2024 by rrousselGit
dart test --coverage: getSourceReport: (-32000) Service connection disposed area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). 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)
#56254 opened Jul 16, 2024 by rrousselGit
Inconsistent string interpolation in dart runtime with RTL languages area-vm Use area-vm for VM related issues, including code coverage, FFI, 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)
#56251 opened Jul 16, 2024 by moshe5745
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: SocketException: Send failed (OS Error: No route to host, errno = 65), address = 0.0.0.0, port = 1900 area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. 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)
#56250 opened Jul 16, 2024 by billcoding
Dart lacks a way to create an error chain area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#56249 opened Jul 16, 2024 by rrousselGit
Enum hashCode is different when hot reloading area-vm Use area-vm for VM related issues, including code coverage, FFI, 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)
#56248 opened Jul 16, 2024 by naamapps
Analyzer is very slow for large files area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-performance Issue relates to performance or code size
#56247 opened Jul 16, 2024 by liamappelbe
[Wildcard Variables] Verify that constant evaluation works as expected analyzer-constants area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-wildcard-variables Implementation of the wildcard variables feature type-question A question about expected behavior or functionality
#56244 opened Jul 15, 2024 by pq
[analyzer] Switch cases for destructured records do not promote types area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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)
#56242 opened Jul 15, 2024 by PIG208
Have "go to definition" jump to a class when used on a ConstructorExpression where the default constructor is missing area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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
#56241 opened Jul 15, 2024 by rrousselGit
[CP] [dart2wasm] Generate source maps area-dart2wasm Issues for the dart2wasm compiler. 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. type-enhancement A request for a change that isn't a bug
#56239 opened Jul 15, 2024 by mkustermann
proposal: unnecessary_pattern_assignment 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-enhancement A request for a change that isn't a bug
#56243 opened Jul 15, 2024 by srawlins
@doNotSubmit isn't valid on member-fields analyzer-pkg-meta Issues related to package:meta 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56233 opened Jul 13, 2024 by matanlurey
[dart2wasm] Follow-up tasks on source maps area-dart2wasm Issues for the dart2wasm compiler.
#56232 opened Jul 12, 2024 by mkustermann
9 tasks
Missing fuchsia targets in flutter hhh buildbot testing area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. gardening
#56229 opened Jul 11, 2024 by aam
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. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-question A question about expected behavior or functionality
#56228 opened Jul 11, 2024 by matanlurey
[vm/ffi] KeepAlive marker interface area-native-interop issues in the native interop area library-ffi
#56227 opened Jul 11, 2024 by dcharkes
'Type inheritance' with augmentations does not support more than one step area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-augmentations Implementation of the augmentations feature P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56226 opened Jul 11, 2024 by eernstg
[analyzer] Different completion results for constructors with and without named imports 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. P3 A lower priority bug or feature request 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)
#56225 opened Jul 11, 2024 by incendial
Augmentation libraries: Conflict between super constructor and "The augmentation has an 'extends' clause, but an augmentation target already includes an 'extends' clause" and 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56224 opened Jul 11, 2024 by rrousselGit
Wrong dead code analysis on records with bool 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56222 opened Jul 11, 2024 by ChaserVasya
ProTip! Updated in the last three days: updated:>2024-07-13.