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

Share implementation of type constraint generation and solving between the Analyzer and the CFE analyzer-technical-debt area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. area-fe-analyzer-shared Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer. area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-refactoring Issue related to refactoring of the CFE code P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#54902 opened Feb 13, 2024 by chloestefantsova
Move linter rule test functionality to a shareable location analyzer-linter Issues with the analyzer's support for the linter package analyzer-technical-debt 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
#54772 opened Jan 30, 2024 by pq
Re-evaluate and rationalize how errors are de-duplicated analyzer-technical-debt analyzer-ux 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
#54343 opened Dec 13, 2023 by pq
Consider using a lower level file-watching API in the analyzer analyzer-technical-debt 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
#54274 opened Dec 7, 2023 by stereotype441
Analysis Server double-watches file system analyzer-server analyzer-technical-debt 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-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
#54220 opened Dec 3, 2023 by scheglov
Document the analyzer (layered) archtitecture analyzer-technical-debt 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-documentation A request to add or improve documentation
#54102 opened Nov 20, 2023 by pq
Don't instantiate ErrorsResultImpl in analysis_server/ analyzer-analysis-options analyzer-technical-debt 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)
#54058 opened Nov 15, 2023 by scheglov
Remove ContextBuilder and its tests analyzer-analysis-options analyzer-technical-debt 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-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
#54046 opened Nov 14, 2023 by scheglov
Consolidate the producer to diagnostic maps analyzer-bulk-fix analyzer-technical-debt 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
#53827 opened Oct 23, 2023 by keertip
sort members enforcement in analyzer should be in a presubmit analyzer-server analyzer-technical-debt 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-task A well-defined stand-alone task
#52064 opened Apr 17, 2023 by jcollins-g
dartdev tests have no way to use source versions of subprocesses analyzer-technical-debt area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool.
#51749 opened Mar 15, 2023 by jcollins-g
No warning for duplicate analyzer plugin names analyzer-analysis-options analyzer-technical-debt 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-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
#50980 opened Jan 10, 2023 by srawlins
Potential breaking change: Signature of loadLibrary analyzer-technical-debt area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). vm-technical-debt This label tries to capture all the technical debt that we have accumulated in the Dart VM web-technical-debt
#50657 opened Dec 8, 2022 by eernstg
Less redudancy and more efficient storage of constant data in analyzer's element model analyzer-stability analyzer-technical-debt 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-performance Issue relates to performance or code size
#49862 opened Aug 30, 2022 by mkustermann
Change Element and DartType to support augmentation libraries and future views analyzer-technical-debt 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
#49664 opened Aug 15, 2022 by scheglov
Should pkg/meta's @checked and @virtual be removed before Dart v3? analyzer-pkg-meta Issues related to package:meta analyzer-technical-debt 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
#49569 opened Aug 1, 2022 by matanlurey
Should pkg/meta's @required be deprecated for Dart v3? analyzer-pkg-meta Issues related to package:meta analyzer-technical-debt 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
#49568 opened Aug 1, 2022 by matanlurey
Remove legacy dartanalyzer features not needed for automation analyzer-command Issues with the command-line dartanalyzer tool analyzer-technical-debt area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. dart-cli-analyze Issues related to the 'dart analyze' tool P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
#49537 opened Jul 27, 2022 by jcollins-g
No invalid_annotation_target tests for meta annotations analyzer-technical-debt analyzer-test area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P4 type-task A well-defined stand-alone task
#49526 opened Jul 25, 2022 by srawlins
There are targets in google3 that link summaries with dart:ui, but try to consume without it analyzer-technical-debt 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)
#49431 opened Jul 10, 2022 by scheglov
test_runner may be constrained by single-threaded performance for batch runs analyzer-technical-debt area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. area-build Use area-build for SDK build issues. P2 A bug or feature request we're likely to work on type-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
#49370 opened Jun 29, 2022 by jcollins-g
Expression.staticParameterElement is strange for some constructions analyzer-technical-debt area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P4 type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#49102 opened May 24, 2022 by scheglov
No Expression.staticParameterElement for expressions from summaries analyzer-technical-debt area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P4 type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#49101 opened May 24, 2022 by scheglov
Using FileKind, and creating result objects for non-Dart files analyzer-technical-debt 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
#49022 opened May 16, 2022 by scheglov
Missing tests for constant evaluation diagnostics analyzer-technical-debt 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)
#48044 opened Jan 3, 2022 by bwilkerson
ProTip! What’s not been updated in a month: updated:<2024-12-26.