Skip to content

[Unquoted Imports] Analyzer Implementation #56712

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

Open
18 tasks
Tracked by #56614
kallentu opened this issue Sep 11, 2024 · 0 comments
Open
18 tasks
Tracked by #56614

[Unquoted Imports] Analyzer Implementation #56712

kallentu opened this issue Sep 11, 2024 · 0 comments
Labels
area-dart-model For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer. feature-unquoted-imports Implementation of the import shorthands/unquoted imports feature. P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@kallentu
Copy link
Member

This meta issue tracks all the analyzer implementation work items. Referenced from: https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/process/new_language_feature.md

WIP below -- haven't evaluated each part yet.

  • AST enhancements (AstBuilder)
  • Resolution of directives
  • Element model
  • Type system updates
  • Summary support
  • Resolution
    • ResolutionVisitor (resolve types)
    • ScopeResolverVisitor (resolve simple identifiers by scope)
    • ResolverVisitor (type-based resolution)
  • Constant evaluation
  • Index and search
  • Warnings (annotation-based, unused*, strict-mode-based, a few others)
    • OverrideVerifier and InheritanceOverrideVerifier (report errors and warnings related to overrides)
    • ErrorVerifier (report other errors and warnings)
    • FfiVerifier (report errors and warnings related to FFI)
    • Unused elements warnings
  • ExitDetector
  • NodeLintRegistry
@kallentu kallentu added dart-model-analyzer-spec Issues with the analyzer's implementation of the language spec legacy-area-analyzer Use area-devexp instead. feature-unquoted-imports Implementation of the import shorthands/unquoted imports feature. P2 A bug or feature request we're likely to work on labels Sep 11, 2024
@srawlins srawlins added the type-enhancement A request for a change that isn't a bug label Sep 13, 2024
@bwilkerson bwilkerson added area-dart-model For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer. and removed dart-model-analyzer-spec Issues with the analyzer's implementation of the language spec legacy-area-analyzer Use area-devexp instead. labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-dart-model For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer. feature-unquoted-imports Implementation of the import shorthands/unquoted imports feature. P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants