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

[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-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-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.
#56247 opened Jul 16, 2024 by liamappelbe
Analyzer Feedback from IntelliJ area-intellij Tracking issues for the Dart IntelliJ plugin. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
#56246 opened Jul 16, 2024 by Lishalkarthikeyan
[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
[gardening] Iso-stress is found a crash area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash. gardening vm-gc Related to the VM's garbage collector
#56230 opened Jul 12, 2024 by dcharkes
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
[wildcards] Quick fix for dead late wildcard variable initializers analyzer-quick-fix analyzer-server 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 P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
#56221 opened Jul 10, 2024 by pq
Evaluate using pub workspace feature, dropping custom package config generator area-tools A meta category for issues that should be addressed by tooling (prefer more concrete areas). type-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
#56220 opened Jul 10, 2024 by jakemac53
Analyzer crash report: StackOverflowError at SubtypeHelper.isSubtypeOf analyzer-crash-report Issues which have been reported due to an analysis server crash 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)
#56218 opened Jul 10, 2024 by keertip
📝 Data Assets Tracker area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
#56217 opened Jul 10, 2024 by mosuem
4 tasks
[vm/ffi] Deprecate Pointer.cast()? area-native-interop issues in the native interop area library-ffi P3 A lower priority bug or feature request
#56214 opened Jul 9, 2024 by dcharkes
ProTip! Type g i on any issue or pull request to go back to the issue listing page.