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

Breakpoints move to a different line to the one they were added on 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 type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56820 opened Sep 30, 2024 by DanTup
First analysis is much slower on Windows after a reboot (because of Windows Defender scanning files as they're read) analyzer-stability 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
#56755 opened Sep 19, 2024 by DanTup
No analysis error when switch case can never match 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56338 opened Jul 29, 2024 by DanTup
Expression evaluation returns true (instead of an error) for "a is X" when X is an unresolved identifier (in Flutter?) 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 vm-debugger
#56300 opened Jul 22, 2024 by DanTup
LateInitializationError in ResolutionVisitor.visitForEachPartsWithPattern in resolution_visitor.dart 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. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56296 opened Jul 21, 2024 by DanTup
Allow users and/or packages to create custom versions of "Wrap with ..." actions analyzer-assist Issues with analysis server assists 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-enhancement A request for a change that isn't a bug
#56265 opened Jul 17, 2024 by DanTup
Make analysis server/IDEs show the distinction between fields and getters accurately and consistently analyzer-lsp Issues with analysis server's support of Language Server Protocol 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-enhancement A request for a change that isn't a bug
#55956 opened Jun 7, 2024 by DanTup
stdin stream closes unexpectedly when Dart program is spawned from a bat file (which is spawned by a NodeJS process) and an msys2 program has been run earlier in the bat file area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team
#55792 opened May 21, 2024 by DanTup
Add the ability to access the return value of a function through the VM Service when execution is paused on return 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
#55704 opened May 13, 2024 by DanTup
Macro doesn't execute when defined in a project outside of analysis roots area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-macros Implementation of the macros feature P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#55670 opened May 8, 2024 by DanTup
"Exception:: Missing implementation of visitAugmentedExpression" area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-macros Implementation of the macros feature P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#55514 opened Apr 19, 2024 by DanTup
"dart info" reports Windows 11 as Windows 10 area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io P4 triaged Issue has been triaged by sub team type-enhancement A request for a change that isn't a bug
#55351 opened Apr 2, 2024 by DanTup
AddDiagnosticPropertyReference should handle augmentations 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 type-enhancement A request for a change that isn't a bug
#55326 opened Mar 28, 2024 by DanTup
Analysis server does not report analytics or crashes from non-VS Code clients analyzer-stability 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)
#55260 opened Mar 21, 2024 by DanTup
Analyzer allows augmentations in standard library files 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)
#55249 opened Mar 20, 2024 by DanTup
Exception running scripts that use macros that aren't inside a sub-folder of the project area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE
#55032 opened Feb 27, 2024 by DanTup
Expand analysis_server <-> plugin API to include all information required by LSP analyzer-plugin 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 type-enhancement A request for a change that isn't a bug
#54101 opened Nov 20, 2023 by DanTup
Contributing to the SDK's sdk/lib folder is difficult because of large numbers of analysis errors area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …).
#53986 opened Nov 8, 2023 by DanTup
Support LSP DocumentLinks in more places 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-enhancement A request for a change that isn't a bug
#53915 opened Oct 31, 2023 by DanTup
3 tasks
AST contains ConstructorName for missing enum member when using an import prefix 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. P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#53792 opened Oct 18, 2023 by DanTup
Make it easier to add new final fields to existing constructors analyzer-quick-fix analyzer-refactoring 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
#53707 opened Oct 9, 2023 by DanTup
Stack frames (for anonymous closures?) sometimes don't have locations area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team vm-debugger
#53559 opened Sep 19, 2023 by DanTup
Reduce LSP Payload sizes / traffic analyzer-lsp Issues with analysis server's support of Language Server Protocol 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-performance Issue relates to performance or code size
#53501 opened Sep 12, 2023 by DanTup
5 of 11 tasks
Invalid globs that cause exceptions in package:glob should be handled better by 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 type-enhancement A request for a change that isn't a bug
#52988 opened Jul 19, 2023 by DanTup
"Inline Method" assist may change code semantics when arguments contain invocations analyzer-refactoring 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)
#52844 opened Jul 4, 2023 by DanTup
ProTip! Adding no:label will show everything without a label.