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

Almost enable always_specify_types lint #2639

Merged
merged 1 commit into from
Mar 12, 2016

Conversation

Hixie
Copy link
Contributor

@Hixie Hixie commented Mar 12, 2016

Fixes the zillion issues that uncovered, but this isn't done yet. Still a few hundred to deal with. I just wanted to get this out for review so I can land this work in progress before the rename fixit.

cc @abarth

And fix the zillion issues that uncovered.
@@ -321,7 +321,7 @@ class StockHomeState extends State<StockHome> {
}

void _handleCreateCompany() {
showModalBottomSheet(
showModalBottomSheet/*<int, double>*/( // XXXXXX DO NOT CHECK IN XXXXXX THIS IS A CHECK OF THE ANALYZER
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the fact that this didn't go off is worrying

@abarth
Copy link
Contributor

abarth commented Mar 12, 2016

RSLGTM

Hixie added a commit that referenced this pull request Mar 12, 2016
Almost enable always_specify_types lint
@Hixie Hixie merged commit f41b341 into flutter:master Mar 12, 2016
Hixie added a commit to Hixie/flutter that referenced this pull request Mar 12, 2016
This reverts commit f41b341, reversing
changes made to e33d8d9.

This was a bad check-in due to my mangling uploading a new version of the branch from a different machine.

This reverts flutter#2639 and will be replaced by flutter#2640
Hixie added a commit that referenced this pull request Mar 12, 2016
Revert "Merge pull request #2639 from Hixie/always_specify_types"
@Hixie Hixie deleted the always_specify_types branch July 28, 2016 16:19
TahaTesser pushed a commit to NevercodeHQ/flutter that referenced this pull request Aug 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants