Skip to content

Issues: dart-lang/sdk

Beta
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
Assigned to nobody Loading
Sort

Issues list

Dart VM build documentation clarification area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
#60830 opened Jun 1, 2025 by chi-w-ng
prefer_parent_sync_state_for_method_overrides lint suggestion area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
#60828 opened May 30, 2025 by bryceremick
Providing other analysis_options.yaml to dart analyze area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
#60827 opened May 30, 2025 by EvgheniiBeriozchin
Some errors on creating getter/setters/mixin at record field area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-quick-fix Issues with analysis server (quick) fixes P2 A bug or feature request we're likely to work on
#60826 opened May 30, 2025 by FMorschel
sharing should be limited to "trivially shareable types" for now 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
#60825 opened May 30, 2025 by aam
Lint when dot shorthand syntax could be used but isn't area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-linter Issues with the analyzer's support for the linter package type-question A question about expected behavior or functionality
#60824 opened May 30, 2025 by bwilkerson
Dart 3.8.1 docker image not on Docker Hub area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.
#60822 opened May 30, 2025 by mnordine
co19/LanguageFeatures/Enhanced-Enum/grammar_A10_t04 fails on ddc-linux-chrome area-web-js Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop. web-dev-compiler
#60821 opened May 30, 2025 by sgrekhov
Suggest renaming sdk repository name to dart or dart-sdk for clarity and consistency area-build Use area-build for SDK build issues. area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.
#60820 opened May 30, 2025 by riyaz-raz
Strange refactor behavior when cursor is on closing parenthesis area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-assist Issues with analysis server assists P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#60818 opened May 29, 2025 by kenzieschmoll
isolate group shared callback fails to send via SendPort on arm 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
#60817 opened May 29, 2025 by aam
dynamic modules failed on constructor tear-off area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
#60816 opened May 29, 2025 by akemimadoka
use_null_aware_elements does not trigger on chain call area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-linter Issues with the analyzer's support for the linter package linter-false-negative
#60814 opened May 28, 2025 by tenhobi
gen_snapshot: Direct generation of PE / DLL when AOT compiling for Windows area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. os-windows type-enhancement A request for a change that isn't a bug
#60813 opened May 28, 2025 by rmacnak-google
gen_snapshot: Generate PDB debugging info when AOT compiling for Windows area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. os-windows type-enhancement A request for a change that isn't a bug
#60812 opened May 28, 2025 by rmacnak-google
int3 hit in generated code area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash. gardening type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#60811 opened May 28, 2025 by rmacnak-google
VM crash in dart::ProfilerDartStackWalker::walk area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. dartfuzz Found with Dart fuzzing (DartFuzz, libFuzzer, etc.) gardening
#60810 opened May 28, 2025 by alexmarkov
VM crash: runtime/vm/profiler.cc: 141: error: expected: sample_buffer_ != nullptr area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. dartfuzz Found with Dart fuzzing (DartFuzz, libFuzzer, etc.) gardening
#60809 opened May 28, 2025 by alexmarkov
Missing record field completion with switch expression and closures area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-completion Issues with the analysis server's code completion feature P2 A bug or feature request we're likely to work on
#60808 opened May 28, 2025 by FMorschel
Support configuration file / .dartrc area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-pub Issues related to the 'dart pub' tool
#60806 opened May 28, 2025 by ValentinVignal
Profiler/deopt data race area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. sanitizer Found with sanitizer testing (ASAN, LSAN, MSAN, TSAN, UBSAN) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#60805 opened May 27, 2025 by rmacnak-google
Profiler/profiler data race area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. sanitizer Found with sanitizer testing (ASAN, LSAN, MSAN, TSAN, UBSAN) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#60804 opened May 27, 2025 by rmacnak-google
Renaming field doesn't update constructors on subclasses of subclasses area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#60803 opened May 27, 2025 by FMorschel
Dart2Js.dart crash Flutter 3.32.0/Dart 3.8.0 area-web-js Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop. web-dart2js
#60801 opened May 27, 2025 by devx-ubiquity
ProTip! Exclude everything labeled bug with -label:bug.