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

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. 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)
#56339 opened Jul 30, 2024 by AnkitKh095
No analysis error when switch case can never match 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)
#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). 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
#56337 opened Jul 29, 2024 by AlexanderFarkas
[analyzer] Confusing suggestion for overriding == 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. P2 A bug or feature request we're likely to work on 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)
#56336 opened Jul 29, 2024 by incendial
[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
#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 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
An internal implementation of an instance, as a Map? area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-enhancement A request for a change that isn't a bug
#56329 opened Jul 28, 2024 by bwc-x
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 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)
#56328 opened Jul 28, 2024 by ChaserVasya
Have any examples show how to export methods from dart to JavaScript? area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-question A question about expected behavior or functionality web-js-interop Issues that impact all js interop
#56327 opened Jul 28, 2024 by 826327700
[ddc] Can we migrate all calls of getReifiedType() to a member of the dart:rti library? area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. P3 A lower priority bug or feature request type-question A question about expected behavior or functionality web-dev-compiler
#56325 opened Jul 27, 2024 by nshahan
Attempt to start the daemon using the IPv6 loopback if the machine does not have 127.0.0.1 loopback IP address area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-tooling-daemon Issues related to the 'dart tooling-daemon' tool P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team
#56324 opened Jul 26, 2024 by a-siva
Unexpected TypeError from js_interop only in DDC 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dev-compiler web-js-interop Issues that impact all js interop
#56322 opened Jul 26, 2024 by mattrberry
dart2wasm miscompilation around dynamic switch targets area-dart2wasm Issues for the dart2wasm compiler. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56321 opened Jul 25, 2024 by simolus3
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
[typed_data] Add Float16List + [vm/ffi] Add Float16 area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. contributions-welcome Contributions welcome to help resolve this (the resolution is expected to be clear from the issue) library-ffi type-enhancement A request for a change that isn't a bug
#56319 opened Jul 25, 2024 by rainyl
DDC async function stepping improvements area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. P3 A lower priority bug or feature request web-dev-compiler
#56316 opened Jul 24, 2024 by biggs0125
[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
Inconsistent behavior of beginToken for some analyzer AST nodes with doc comments analyzer-api Issues that impact the public API of the analyzer package 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
#56313 opened Jul 24, 2024 by stereotype441
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
[breaking change] On Windows refer to special null file as '\\?\nul' rather than 'nul'. area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. breaking-change-request This tracks requests for feedback on breaking changes os-windows
#56308 opened Jul 24, 2024 by aam
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. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56307 opened Jul 23, 2024 by josephemorgan
Failures on [ CLI ] Fix issue where 'dart build' would fail to find the 'dart' when run from PATH area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. dart-cli-bug Issues related to the 'dart bug' tool gardening triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56306 opened Jul 23, 2024 by a-siva
"Error: The macro can only be applied to enums or enum values." - What interface to use instead? feature-macros Implementation of the macros feature type-question A question about expected behavior or functionality
#56305 opened Jul 23, 2024 by Lootwig
Review breakpoint type resolving scope area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug vm-debugger
#56301 opened Jul 22, 2024 by FMorschel
ProTip! Updated in the last three days: updated:>2024-07-26.