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

[ddc] switch case doesn't match enum when enum comes from a different library and has a final field that's not initialized via constructor area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
#59939 opened Jan 18, 2025 by denniskaselow
Memory leak when spawning isolates that use HTTP area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
#59937 opened Jan 18, 2025 by davidmartos96
[dart2js] Indirect Uint8List(0) as List<int> not optimized area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. dart2js-optimization dart2js-ssa web-dart2js
#59935 opened Jan 18, 2025 by rakudrama
LinkedHashMap<String, T>(); is changed to <String, T>{}; after dart fix 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)
#59934 opened Jan 17, 2025 by tolotrasamuel
Set up analytics tracking for hot reload times in Flutter area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. web-dev-compiler
#59931 opened Jan 17, 2025 by biggs0125
Improve auto-complete for override analyzer-completion Issues with the analysis server's code completion feature analyzer-server 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
#59930 opened Jan 17, 2025 by FMorschel
Variable override auto-complete doesn't differenciate between getter and setter 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. P2 A bug or feature request we're likely to work on
#59929 opened Jan 17, 2025 by FMorschel
Make strict-inference and strict-raw-types report as error instead of warning 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-question A question about expected behavior or functionality
#59928 opened Jan 17, 2025 by zhenhao-ola
The Dart Analyzer hangs when destructuring a sealed type variant with a large number of fields inside a switch statement 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)
#59927 opened Jan 17, 2025 by bubnov
[CP] Fix for issue #59901 area-dart2wasm Issues for the dart2wasm compiler. cherry-pick-review Issue that need cherry pick triage to approve type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59924 opened Jan 17, 2025 by osa1
Consider allowing formatting in the presence of non-syntactic errors from the parser area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-error-recovery Error recovery in the CFE. type-enhancement A request for a change that isn't a bug
#59923 opened Jan 16, 2025 by stereotype441
Add support for handling partial failures in Future.wait 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
#59922 opened Jan 16, 2025 by tomasbaran
Cannot restrict vm:entry-point pragma for a getter area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
#59920 opened Jan 16, 2025 by iinozemtsev
analyzer does not report an error when an expression of type void is used analyzer-spec Issues with the analyzer's implementation of the language spec 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)
#59919 opened Jan 16, 2025 by mraleph
Failures on [release] Bump version on main to 3.8 area-build Use area-build for SDK build issues. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59917 opened Jan 16, 2025 by athomas
Errors are escaping the error zone when thrown from wrapped register* callbacks. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59913 opened Jan 15, 2025 by jakemac53
Renaming is not possible if file is excluded from analysis_options 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
#59912 opened Jan 15, 2025 by FMorschel
[cfe] LibraryIndex throws when getting instance members that have name collisions with named constructors area-front-end Use area-front-end for front end / CFE / kernel format related issues.
#59910 opened Jan 15, 2025 by nshahan
New tests added for testing the resident frontend server functionality are flaking on Windows area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. gardening pkg-vm-service vm-service The VM Service Protocol, both the specification and its implementation
#59909 opened Jan 14, 2025 by a-siva
Warning for multiple equal imports with hide combinator 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
#59907 opened Jan 14, 2025 by FMorschel
VmService can try to write to a closed socket area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. P1 A high priority bug; for example, a single project is unusable or has many test failures pkg-vm-service triaged Issue has been triaged by sub team
#59906 opened Jan 14, 2025 by bkonyi
Flaky crash with error: expected: IsWellFormed() - possibly GC / memory corruption 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 triaged Issue has been triaged by sub team
#59905 opened Jan 14, 2025 by mkustermann
Call 'String?.length' in a constant expression area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). type-question A question about expected behavior or functionality
#59904 opened Jan 14, 2025 by sgrekhov
[linter] make_ wildcards area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. linter-lint-proposal P2 A bug or feature request we're likely to work on
#59902 opened Jan 14, 2025 by stephane-archer
[CP] DevTools 2.42.1 area-tools A meta category for issues that should be addressed by tooling (prefer more concrete areas). cherry-pick-review Issue that need cherry pick triage to approve
#59898 opened Jan 13, 2025 by elliette
ProTip! Follow long discussions with comments:>50.