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

Auto complete shows too many suggestions on types that have custom extension methods/properties 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)
#56760 opened Sep 20, 2024 by ManuelRauber
[extension types/analyzer] The receiver can't be null false negative on extension type typed values? 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)
#56759 opened Sep 20, 2024 by modulovalue
dart compile exe --obfuscate not supported area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-compile Issues related to the 'dart compile' tool type-question A question about expected behavior or functionality
#56758 opened Sep 20, 2024 by jzllovecat
type 'InvalidType' is not a subtype of type 'InterfaceType' in type cast 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
#56757 opened Sep 20, 2024 by ferrantejake
Pattern matching inside collection literal can cause crash in release builds 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)
#56756 opened Sep 19, 2024 by Yegair
First analysis is much slower on Windows after a reboot (because of Windows Defender scanning files as they're read) area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#56755 opened Sep 19, 2024 by DanTup
[Feature request] dart run --no-sandbox option on MacOS area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. os-osx type-enhancement A request for a change that isn't a bug
#56754 opened Sep 19, 2024 by stephane-archer
Feature Request: Ability to Specify File List in dart fix --apply area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-fix type-enhancement A request for a change that isn't a bug
#56752 opened Sep 19, 2024 by harsenad
[warning] proposal: do_not_check_equality_to_self 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
#56753 opened Sep 19, 2024 by filiph
1 of 5 tasks
Dart is nigh impossible to embed with cmake area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug
#56750 opened Sep 18, 2024 by gaaclarke
Using dart analyze with conditional imports/exports (web support) area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-question A question about expected behavior or functionality
#56748 opened Sep 18, 2024 by loryruta
[Macro] Incorrect report: macro_not_allowed_declaration. area-fe-analyzer-shared Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature pkg-macros The experimental package:_macros library type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56747 opened Sep 18, 2024 by microtears
Exception while using a AvoidRedundantArgumentValues 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)
#56745 opened Sep 17, 2024 by YDA93
Failures on [cfe] Create SourceConstructorBuilder through fragments area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-augmentation Implement augmentation features in the CFE
#56743 opened Sep 17, 2024 by johnniwinther
Failures on [cfe] Create SourceFieldBuilder through fragments area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-augmentation Implement augmentation features in the CFE
#56742 opened Sep 17, 2024 by johnniwinther
Bug in dart2js compilation, with records and generics 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-dart2js
#56741 opened Sep 17, 2024 by lrhn
Renaming files should also fix directives_ordering analyzer-server 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)
#56739 opened Sep 16, 2024 by FMorschel
Wrong dead_code warning in the analyzer area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#56737 opened Sep 16, 2024 by sgrekhov
Uri.replace with pathSegments does not preserve absolute paths area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-documentation A request to add or improve documentation
#56735 opened Sep 16, 2024 by hacker1024
Build failed area-build Use area-build for SDK build issues. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56734 opened Sep 15, 2024 by moluopro
--enable-vm-service flag behaviors are inconsistent between debugger and cli 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)
#56733 opened Sep 14, 2024 by pattobrien
[vm] Expose isolate's origin id (the id of the spawning isolate or (if no other isolate spawned it, it's own isolate id) area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team vm-service The VM Service Protocol, both the specification and its implementation
#56732 opened Sep 13, 2024 by mkustermann
"Add type annotations" doesn't handle dynamic correctly 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)
#56730 opened Sep 13, 2024 by gspencergoog
[dart2wasm] co19/LanguageFeatures/Extension-methods/accessibility_A02_t02 crash area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash. web-dart2js
#56729 opened Sep 13, 2024 by sgrekhov
Analyzer crash on co19/LanguageFeatures/Parts-with-imports/export_A01_t01 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. feature-enhanced-parts Regarding the 'enhanced-parts' feature
#56728 opened Sep 13, 2024 by sgrekhov
ProTip! Type g i on any issue or pull request to go back to the issue listing page.