Skip to content

Remove legacy dartanalyzer features not needed for automation #49537

Open
@jcollins-g

Description

@jcollins-g

This issue follows up on #48457 for cleaning up unnecessary features in the analyzer_cli package to make it easier to maintain going forward. You can reference this issue in any requests to port dartanalyzer features to the Dart CLI or to retain them for SDK development purposes.

--options, while not strictly needed by the automation, will be retained until #49433 is supported by the regular dart CLI.

The following command line options are known to be used by the test_runner and other automation:

  • --batch
  • --dart-sdk
  • --packages
  • --use-analysis-driver-memory-byte-store
  • --use-cfe
  • --use-fasta-parser

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work onanalyzer-technical-debtarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.dart-cli-analyzeIssues related to the 'dart analyze' tooldevexp-commandIssues with the command-line dartanalyzer tooltype-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions