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

[fuchsia] Temporarily disable intl provider #13696

Merged

Conversation

filmil
Copy link
Contributor

@filmil filmil commented Nov 5, 2019

The intention of the property provider is to try to connect, not
bail out if connection is not possible.

This code tried to connect unconditionally, which is not what we wanted.
Removing this initialization code to enable a roll, and will fix in a
followup.

@filmil filmil force-pushed the temporarily-disable-intl-provider branch from c0a4f82 to 33ba6d5 Compare November 5, 2019 22:15
@iskakaushik iskakaushik self-requested a review November 5, 2019 22:16
The intention of the property provider is to try to connect, not
bail out if connection is not possible.

This code tried to connect unconditionally, which is not what we wanted.
Removing this initialization code to enable a roll, and will fix in a
followup.
@filmil filmil force-pushed the temporarily-disable-intl-provider branch from 33ba6d5 to 9e30517 Compare November 5, 2019 22:23
@iskakaushik
Copy link
Contributor

Landing this to make the roll easier.

@iskakaushik iskakaushik merged commit 6c763bb into flutter:master Nov 6, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 6, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Nov 6, 2019
git@github.com:flutter/engine.git/compare/05ab04dbe8cf...6c763bb

git log 05ab04d..6c763bb --no-merges --oneline
2019-11-06 fmil@google.com [fuchsia] Temporarily disable intl provider (flutter/engine#13696)
2019-11-05 matthew-carroll@users.noreply.github.com Fix plugin registrant reflection path. (#44161) (flutter/engine#13698)
2019-11-05 darrenaustin@google.com Added Semantic header support on Android. (flutter/engine#13262)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC garyq@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
filmil added a commit to filmil/engine that referenced this pull request Nov 6, 2019
This reverts commit 6c763bb.

The reverted code was not the root cause of the issues with rolling
flutter into fuchsia, so adding it back.

In addition, lowering the severity of the connection error at the outset
to WARNING; since it is not a hard failure.
iskakaushik pushed a commit that referenced this pull request Nov 9, 2019
This reverts commit 6c763bb.

The reverted code was not the root cause of the issues with rolling
flutter into fuchsia, so adding it back.

In addition, lowering the severity of the connection error at the outset
to WARNING; since it is not a hard failure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants