-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove analyzer's deprecated analysis modes: no-implicit-casts and no-implicit-dynamic #50679
Labels
analyzer-analysis-options
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
Milestone
Comments
srawlins
added
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
analyzer-analysis-options
labels
Dec 10, 2022
Do we want to set a milestone for this? |
Good idea. Just set to Dart 3 Alpha. |
I completely missed this somehow, but it looks like this removal was reverted in 94f20d7. Perhaps reopen this so the removal doesn't get lost? Do you have any extra context on why it was reverted? |
I think it was removed because some flutter customer tests referenced them. |
This was referenced Jun 15, 2023
domesticmouse
pushed a commit
to flutter/put-flutter-to-work
that referenced
this issue
Jun 15, 2023
I'm going through `flutter/` and other projects and removing references to the deprecated `strong-mode` options to ease the final removal of them. This enables similar [analyzer language modes](https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks) to replace them. Issue reference: dart-lang/sdk#50679
parlough
added a commit
to flutter/platform_tests
that referenced
this issue
Jun 29, 2023
Updates to match the new [analysis language options](https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks) also used in [`flutter/flutter`](https://github.com/flutter/flutter/blob/master/analysis_options.yaml). Issue reference: dart-lang/sdk#50679
Removed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
analyzer-analysis-options
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
When these are removed, we can close issues related to them:
_
,__
, ... even whenimplicit-dynamic:false
#26915strong-mode
documentation points to archived repo #48617strong-mode
rules #48650The new 'language' modes are documented here: https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks
The text was updated successfully, but these errors were encountered: