-
Notifications
You must be signed in to change notification settings - Fork 58
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-1713 Null safety: perform migration, set up base for 5.0.0 integration branch #856
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ Now that there are tagged releases that work with 2.12 and analyzer 0.40.x
…hints but not applying the migration Also excludes: - lib/src/component - lib/src/over_react_redux/devtools/ - lib/src/over_react_redux/over_react_flux.dart
…flux/over_react_test
…x unused local vars
greglittlefield-wf
force-pushed
the
null-safety
branch
from
November 20, 2023 22:56
1cd4cd1
to
8a37dcb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tools/analyzer_plugin/lib/src/diagnostic/missing_required_prop.dart
Outdated
Show resolved
Hide resolved
tools/analyzer_plugin/lib/src/diagnostic/missing_required_prop.dart
Outdated
Show resolved
Hide resolved
tools/analyzer_plugin/test/integration/diagnostics/exhaustive_deps_test.dart
Show resolved
Hide resolved
tools/analyzer_plugin/test/unit/util/boilerplate_utils_test.dart
Outdated
Show resolved
Hide resolved
web/flux_to_redux/simple/examples/redux_implementation/components/big_block.dart
Show resolved
Hide resolved
aaronlademann-wf
approved these changes
Nov 28, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
We need to migrate over_react to null safety.
This migration has been spiked and developed intermittently within the
null-safety
branch, and it's time to get that work cleaned up and merged into an integration branch, to use as a base to complete the remaining null safety work.Changes
late
props (to be completed in FED-1717)print
ed outputgetPropKey
implementation to work with non-nullable props since they throw when not specifieduiJsComponent
s with generated props classesPropsMeta
/StateMeta
constructor argumentsfields
andkeys
are now requiredReview notes:
This is a pretty massive diff. I'd recommend reviewing it in the chunks listed below.
For review feedback that requires more extensive investigation or changes, let's lean toward cutting tickets and adding FIXMEs so that we can get these changes merged sooner.
If there are clean diffs or anything else I can set up to make the reviewing process more manageable, please let me know!
Recommended chunks (in whichever order you prefer):
Utility componentsReview instead in FED-1889 Null Safety: Audit public utility components #855QA Checklist
Merge Checklist
While we perform many automated checks before auto-merging, some manual checks are needed: