-
Notifications
You must be signed in to change notification settings - Fork 67
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
FED-1569 Prepare for null safety: fix lints and implicit casts #366
Merged
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e452d16 - Browse repository at this point
Copy the full SHA e452d16View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1446d0b - Browse repository at this point
Copy the full SHA 1446d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e322c2 - Browse repository at this point
Copy the full SHA 1e322c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc03f1 - Browse repository at this point
Copy the full SHA acc03f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2793d - Browse repository at this point
Copy the full SHA 5d2793dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d19f23d - Browse repository at this point
Copy the full SHA d19f23dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcad3b1 - Browse repository at this point
Copy the full SHA bcad3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1a829 - Browse repository at this point
Copy the full SHA 8d1a829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a38d2 - Browse repository at this point
Copy the full SHA 46a38d2View commit details -
dart fix --apply --code=use_function_type_syntax_for_parameters,pref…
…er_generic_function_type_aliases
Configuration menu - View commit details
-
Copy full SHA for 17b30cc - Browse repository at this point
Copy the full SHA 17b30ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b79d3eb - Browse repository at this point
Copy the full SHA b79d3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6490a9c - Browse repository at this point
Copy the full SHA 6490a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5f972 - Browse repository at this point
Copy the full SHA 1b5f972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2948941 - Browse repository at this point
Copy the full SHA 2948941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911c914 - Browse repository at this point
Copy the full SHA 911c914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70429ac - Browse repository at this point
Copy the full SHA 70429acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1914e - Browse repository at this point
Copy the full SHA ae1914eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b83f89 - Browse repository at this point
Copy the full SHA 8b83f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae87897 - Browse repository at this point
Copy the full SHA ae87897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c5d9e - Browse repository at this point
Copy the full SHA 82c5d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7beb88 - Browse repository at this point
Copy the full SHA a7beb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6d534 - Browse repository at this point
Copy the full SHA 1a6d534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9949639 - Browse repository at this point
Copy the full SHA 9949639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5344c86 - Browse repository at this point
Copy the full SHA 5344c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e3f7f - Browse repository at this point
Copy the full SHA e1e3f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35297ff - Browse repository at this point
Copy the full SHA 35297ffView commit details -
Remove return types on overrides so they can be inferred
The fewer explicit types we have, the fewer need to be updated during the transition to null safety Done via replacement of `(@OverRide\n )(?![gs]et )([^(=\n]+ )([^(=\n]+\()` with `$1/$3`
Configuration menu - View commit details
-
Copy full SHA for 94d3507 - Browse repository at this point
Copy the full SHA 94d3507View commit details -
Remove return types on overridden getters so they can be inferred
The fewer explicit types we have, the fewer need to be updated during the transition to null safety Done via replacement of `(@OverRide\n )([^(=\n]+ )(get [^(=\n]+=)` with `$1/$3`
Configuration menu - View commit details
-
Copy full SHA for cf5e31a - Browse repository at this point
Copy the full SHA cf5e31aView commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b778dcd - Browse repository at this point
Copy the full SHA b778dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 920f9b1 - Browse repository at this point
Copy the full SHA 920f9b1View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 60aec37 - Browse repository at this point
Copy the full SHA 60aec37View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.