Skip to content
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

audit lint semantics in the context of NNBD #58032

Closed
1 task
pq opened this issue Oct 16, 2019 · 0 comments
Closed
1 task

audit lint semantics in the context of NNBD #58032

pq opened this issue Oct 16, 2019 · 0 comments
Labels
analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). linter-new-language-feature

Comments

@pq
Copy link
Member

pq commented Oct 16, 2019

NNBD will likely have impact on a number of lint rules which will benefit from adjusted semantics and/or deprecation. This issue is a tracking issue for related conversations.

(See #58026 for tracking NNBD preparedness generally.)

General Considerations

Besides nullable types, there are a number of language enhancements that may have effects on existing lints.

  • improved flow analysis,
  • definite assignment, and
  • type promotion

also:

Specific Lints

@pq pq added area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). linter-new-language-feature labels Oct 16, 2019
@pq pq closed this as completed Mar 26, 2021
@devoncarew devoncarew added analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. labels Nov 18, 2024
@devoncarew devoncarew transferred this issue from dart-lang/linter Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). linter-new-language-feature
Projects
None yet
Development

No branches or pull requests

2 participants