-
Notifications
You must be signed in to change notification settings - Fork 29.8k
V1.9.1 hotfixes #41229
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
V1.9.1 hotfixes #41229
Conversation
|
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to v1.9.1-hotfixes. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master. The circumstances where this is valid are very rare. /cc @dnfield |
|
I'll test this locally.... |
christopherfujino
left a comment
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.
LGTM, runs for me locally both on iOS13 and iOS12
Codecov Report
@@ Coverage Diff @@
## v1.9.1-hotfixes #41229 +/- ##
===================================================
- Coverage 56.11% 55.47% -0.65%
===================================================
Files 195 196 +1
Lines 18261 18277 +16
===================================================
- Hits 10248 10140 -108
- Misses 8013 8137 +124
Continue to review full report at Codecov.
|
|
@christopherfujino can you take a look at the test failures? They're more than the known failures on the tip of this branch. |
zanderso
left a comment
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.
still lgtm
|
lgtm, looks like the tools tests have passed. |
Bump version of just package:multicast_dns (#41207)
Implement mdns for
flutter run(#40447)