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

flutter builds / reloads / restarts fail when using a macro's builder.report() regardless of severity area-front-end Use area-front-end for front end / CFE / kernel format related issues. 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)
#56364 opened Aug 1, 2024 by Lootwig
Last Code object in Snapshot ends up with wrong (padded) length area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56362 opened Aug 1, 2024 by eseidel
Bug Causing Dart.exe to Eat Up All Available Memory. 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) type-performance Issue relates to performance or code size
#56355 opened Jul 31, 2024 by aalharbi169638
Target dart2js failed: ProcessException: Process exited abnormally with exit code 253: ../../../.pub-cache/hosted/pub.dev/share_plus-9.0.0/lib/src/share_plus_web.dart:264:20: Internal Error: Unknown external method j:method(ShareData|constructor#files) external factory ShareData.files({ area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-js-interop Issues that impact all js interop
#56354 opened Jul 31, 2024 by the-mrinal
No analysis error when switch case can never match 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56338 opened Jul 29, 2024 by DanTup
ffi/native_assets/asset_relative_test flaky Timeout area-native-interop issues in the native interop area type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56330 opened Jul 29, 2024 by mkustermann
Analyzer doesn't promt quick-fix about extension importing analyzer-quick-fix 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56328 opened Jul 28, 2024 by ChaserVasya
Code completion contains many duplicated items (for extensions?) analyzer-completion Issues with the analysis server's code completion feature analyzer-completion-correctness analyzer-server 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56320 opened Jul 25, 2024 by DanTup
[dart2js] Incorrect inference for override with default of widened type area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. dart2js-inference type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js
#56314 opened Jul 24, 2024 by rakudrama
DateTime implementation on linux, dates before year 2020 return incorrect timezone area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. library-core P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56312 opened Jul 24, 2024 by insinfo
Analyzer response to LSP requests extremely slow w/ high latency reported area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. needs-info We need additional information from the issue author (auto-closed after 14 days if no response) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56307 opened Jul 23, 2024 by josephemorgan
"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. 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
LateInitializationError in ResolutionVisitor.visitForEachPartsWithPattern in resolution_visitor.dart area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56296 opened Jul 21, 2024 by DanTup
[CP] [ dart:io ] Fix minor bugs in network profiler | https://dart-review.googlesource.com/c/sdk/+/375800 area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. cherry-pick-approved Label for approved cherrypick request cherry-pick-merged Cherry-pick has been merged to the stable or beta branch. cherry-pick-review Issue that need cherry pick triage to approve triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56273 opened Jul 17, 2024 by bkonyi
[CP] DevTools 2.37.2 area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. cherry-pick-approved Label for approved cherrypick request cherry-pick-merged Cherry-pick has been merged to the stable or beta branch. cherry-pick-review Issue that need cherry pick triage to approve dart-cli-devtools Issues related to the 'dart devtools' tool type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56270 opened Jul 17, 2024 by kenzieschmoll
Running analyzer benchmark always crashes with a SocketException analyzer-benchmarks 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-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-type-inference CFE type inference issues type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56256 opened Jul 16, 2024 by Diaga
dart test --coverage: getSourceReport: (-32000) Service connection disposed area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. pkg-vm-service type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56254 opened Jul 16, 2024 by rrousselGit
[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-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. library-io os-ios type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56250 opened Jul 16, 2024 by billcoding
@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 type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56233 opened Jul 13, 2024 by matanlurey
'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 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-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)
#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 type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56222 opened Jul 11, 2024 by ChaserVasya
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
ProTip! no:milestone will show everything without a milestone.