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

Support using @useResult on a class, to mark all functions returning said class as @useResult area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
#60329 opened Mar 15, 2025 by rrousselGit
Unable to infer closure parameter type area-dart-model Use area-dart-model for issues related to packages analyzer, front_end, and kernel. cfe-type-inference CFE type inference issues type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#60330 opened Mar 15, 2025 by Taoduhui
Need for a comphrensive guide on Dart from beginning to advanced stages area-documentation Prefer using 'type-documentation' and a specific area label.
#60328 opened Mar 15, 2025 by AGoh2019
[dart2js] Sound null safety cleanup 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-task A well-defined stand-alone task web-dart2js
#60327 opened Mar 15, 2025 by rakudrama
5 tasks
Support for inlayHints user preferences in language server area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
#60326 opened Mar 15, 2025 by sebthom
Breakpoint in "variable statement" is inconsistent area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-question A question about expected behavior or functionality vm-debugger
#60325 opened Mar 14, 2025 by FMorschel
Mixin application with no superclass generative constructors get useless default constructor. area-dart-model Use area-dart-model for issues related to packages analyzer, front_end, and kernel. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language).
#60324 opened Mar 14, 2025 by lrhn
Flow analysis. The body of while(false)... is dead code area-dart-model Use area-dart-model for issues related to packages analyzer, front_end, and kernel. fe-analyzer-shared-flow-analysis model-flow Implementation of flow analysis in analyzer/cfe
#60322 opened Mar 14, 2025 by sgrekhov
Refactor rename doesnt handle renaming static shadowed elements area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
#60321 opened Mar 14, 2025 by FMorschel
We should be more explicit with test error codes area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...). P3 A lower priority bug or feature request type-test
#60319 opened Mar 14, 2025 by FMorschel
Flow analysis. No error in the analyzer in case x= operators invocation for the type Never area-dart-model Use area-dart-model for issues related to packages analyzer, front_end, and kernel. model-flow Implementation of flow analysis in analyzer/cfe
#60318 opened Mar 14, 2025 by sgrekhov
Add a presubmit that checks that tests that set breakpoints are skipped on AOT configurations area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. vm-service The VM Service Protocol, both the specification and its implementation
#60317 opened Mar 13, 2025 by derekxu16
Improve feedback given when evaluating an expression that needs to read an uninitialized late variable area-dart-model Use area-dart-model for issues related to packages analyzer, front_end, and kernel. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. cfe-expression-compilation Issues related to expression compilation in the CFE triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug vm-debugger
#60316 opened Mar 13, 2025 by derekxu16
Field rename refactoring wrong conflict error area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...). devexp-refactoring Issues with analysis server refactorings P2 A bug or feature request we're likely to work on
#60315 opened Mar 13, 2025 by scheglov
Resident compiler fails to resolve packages after additions area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-compilation-server type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#60314 opened Mar 13, 2025 by jakemac53
TFA should annotate all instance calls with either direct call metadata or consider the selector to be called area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. vm-tfa
#60313 opened Mar 13, 2025 by mkustermann
pkg/compiler/test/sourcemaps/source_mapping_test went from being flaky to RuntimeError area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. web-dart2js
#60312 opened Mar 12, 2025 by a-siva
Fixes for multiple_combinators area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...). devexp-quick-fix Issues with analysis server (quick) fixes P3 A lower priority bug or feature request
#60309 opened Mar 12, 2025 by FMorschel
"Inline method" fails with an error on the "print" function area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...). devexp-server Issues related to some aspect of the analysis server P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#60308 opened Mar 12, 2025 by DanTup
Add direct creation of snapshots as Mach-O shared objects area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triaged Issue has been triaged by sub team
#60307 opened Mar 12, 2025 by sstrickl
Create method doesn't consider the expected return type area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...). devexp-quick-fix Issues with analysis server (quick) fixes P2 A bug or feature request we're likely to work on
#60306 opened Mar 12, 2025 by FMorschel
No completion for nextFragment area-devexp Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...). devexp-completion Issues with the analysis server's code completion feature devexp-completion-correctness Issues with the correctness of the analysis server's code completion feature P2 A bug or feature request we're likely to work on
#60298 opened Mar 10, 2025 by scheglov
Tearoff equality and hashCode should be maintained after hot reload (for super tearoffs) area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. web-dev-compiler web-hot-reload Issues related to stateful hot reload on the web
#60297 opened Mar 10, 2025 by Markzipan
ProTip! Exclude everything labeled bug with -label:bug.