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

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. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-question A question about expected behavior or functionality
#56369 opened Aug 3, 2024 by ditman
Debugger detaches after stopping on first breakpoint 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)
#56367 opened Aug 2, 2024 by lukehutch
[proposal] [dart2wasm] WASI support area-dart2wasm Issues for the dart2wasm compiler. 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
#56366 opened Aug 2, 2024 by iapicca
Possibility to set queryParams without replace for Uri class area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. type-enhancement A request for a change that isn't a bug
#56365 opened Aug 2, 2024 by biel-correa
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. cfe-feature-macros Implement macros features in the CFE type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56364 opened Aug 1, 2024 by Lootwig
Make Float32x4 const constructible area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-typed-data type-enhancement A request for a change that isn't a bug
#56363 opened Aug 1, 2024 by gaaclarke
Last Code object in Snapshot ends up with wrong (padded) length area-vm Use area-vm for VM related issues, including code coverage, 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
@depreacte dart:html and other "legacy" DOM libraries area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html web-libraries Issues impacting dart:html, etc., libraries
#56358 opened Jul 31, 2024 by kevmoo
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
Remove extra type check in dartifyRaw for wrapped Dart functions that then unwraps it area-dart2wasm Issues for the dart2wasm compiler. web-js-interop Issues that impact all js interop
#56353 opened Jul 31, 2024 by srujzs
Variable hover should show the origin of the given type analyzer-hover Issues related to hovers 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
#56350 opened Jul 30, 2024 by FMorschel
JsonCodable should use type in Xxx.fromJson/toJson as representation in json area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. pkg-json The json macro package type-enhancement A request for a change that isn't a bug
#56346 opened Jul 30, 2024 by a14n
[Augmentations] No error in the analyzer if augmentation adds restrictions to mixin 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-enhancement A request for a change that isn't a bug
#56345 opened Jul 30, 2024 by sgrekhov
[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
[Augmentations] No error in the analyzer when getter/setter is augmented with a variable 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-enhancement A request for a change that isn't a bug
#56343 opened Jul 30, 2024 by sgrekhov
[Augmentations] Analyzer doesn't support implements for extension types 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-enhancement A request for a change that isn't a bug
#56342 opened Jul 30, 2024 by sgrekhov
[gardening][vm][gc] ring_gc_sendAndExit_test area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team vm-gc Related to the VM's garbage collector
#56340 opened Jul 30, 2024 by dcharkes
Issue with Uri.encodeComponent not encoding correctly. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core
#56339 opened Jul 30, 2024 by AnkitKh095
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
Make it possible to augment constructor initializer in FieldDefinitionMacro area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). 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
#56337 opened Jul 29, 2024 by AlexanderFarkas
[Augmentations] Analyzer doesn't support augmenting functions with empty bodies 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-enhancement A request for a change that isn't a bug
#56335 opened Jul 29, 2024 by sgrekhov
[dart fix] dart fix keeps adding dependencies even when not requested area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. dart-cli-fix P2 A bug or feature request we're likely to work on
#56334 opened Jul 29, 2024 by alextekartik
ffi/native_assets/asset_relative_test flaky Timeout area-native-interop Used for native interop related issues, including FFI. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56330 opened Jul 29, 2024 by mkustermann
ProTip! Mix and match filters to narrow down what you’re looking for.