Skip to content

Migraiton tool adds casts involving undefined type _ #44357

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

Closed
stereotype441 opened this issue Dec 1, 2020 · 1 comment
Closed

Migraiton tool adds casts involving undefined type _ #44357

stereotype441 opened this issue Dec 1, 2020 · 1 comment
Labels
area-migration (deprecated) Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool). P2 A bug or feature request we're likely to work on

Comments

@stereotype441
Copy link
Member

Repro steps:

Using the migration tool as of 09481aa, on line 77 of the file lib/print_table.dart, the migration tool suggests adding as _ Function(TestResult). And on line 78, it suggests adding as _ Function(_, dynamic). This doesn't work at all, because there is no type called _.

@stereotype441 stereotype441 added P2 A bug or feature request we're likely to work on area-migration (deprecated) Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool). labels Dec 1, 2020
@stereotype441
Copy link
Member Author

As of 1c7fe71, the null safety migration tool has been removed from active development and retired. No further work on the tool is planned.

If you still need help, or you believe this issue has been closed in error, please feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-migration (deprecated) Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool). P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

1 participant