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

Roll src/third_party/dart 171059d27689..aa6709974dea (11 commits) #14567

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/171059d27689..aa6709974dea

git log 171059d..aa67099 --date=short --first-parent --format='%ad %ae %s'
2019-12-19 kallentu@google.com [cfe] Fix inference for variant parameters leaking UnknownTypes.
2019-12-19 brianwilkerson@google.com Add support to dartfix for prefer_single_quotes
2019-12-19 brianwilkerson@google.com Enable prefer_is_empty and prefer_is_not_empty in analyzer_plugin and analyzer_cli
2019-12-19 brianwilkerson@google.com Remove unnecessary uses of const in analysis_server_client
2019-12-19 nshahan@google.com [dartdevc] Add an nnbd runtime mode weak/strong option to ddb script
2019-12-18 sigmund@google.com Add ddc nnbd legacy tests
2019-12-18 jsimmons@google.com [observatory] Use month numbers ranging from 1-12 in the timeline default filename
2019-12-18 nbosch@google.com Remove int return from main and drop new
2019-12-18 sjindel@google.com [vm] Remove redundant type-tests from min/max.
2019-12-18 fizaaluthra@google.com [dartfuzz] Put gen_api_table.dart constants in alphabetical order
2019-12-18 scheglov@google.com Implement NNBD_TOP_MERGE.

Created with:
gclient setdep -r src/third_party/dart@aa6709974dea

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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

Bug: None
Tbr: dart-vm-team@google.com

https://dart.googlesource.com/sdk.git/+log/171059d27689..aa6709974dea

git log 171059d..aa67099 --date=short --first-parent --format='%ad %ae %s'
2019-12-19 kallentu@google.com [cfe] Fix inference for variant parameters leaking UnknownTypes.
2019-12-19 brianwilkerson@google.com Add support to dartfix for prefer_single_quotes
2019-12-19 brianwilkerson@google.com Enable prefer_is_empty and prefer_is_not_empty in analyzer_plugin and analyzer_cli
2019-12-19 brianwilkerson@google.com Remove unnecessary uses of const in analysis_server_client
2019-12-19 nshahan@google.com [dartdevc] Add an nnbd runtime mode weak/strong option to ddb script
2019-12-18 sigmund@google.com Add ddc nnbd legacy tests
2019-12-18 jsimmons@google.com [observatory] Use month numbers ranging from 1-12 in the timeline default filename
2019-12-18 nbosch@google.com Remove int return from main and drop `new`
2019-12-18 sjindel@google.com [vm] Remove redundant type-tests from min/max.
2019-12-18 fizaaluthra@google.com [dartfuzz] Put gen_api_table.dart constants in alphabetical order
2019-12-18 scheglov@google.com Implement NNBD_TOP_MERGE.

Created with:
  gclient setdep -r src/third_party/dart@aa6709974dea

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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

Bug: None
Tbr: dart-vm-team@google.com
@skia-flutter-autoroll
Copy link
Contributor Author

Auto-roller completed checks. About to merge.

@skia-flutter-autoroll skia-flutter-autoroll merged commit a09ff7c into flutter:master Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2019
chingjun pushed a commit to flutter/flutter that referenced this pull request Dec 19, 2019
* 988b8f1 Fix FontLoader does not remove the cache in web engine (flutter/engine#14536)

* 0aacac7 Roll src/third_party/skia 21df075cab00..e6a2ad81ab40 (1 commits) (flutter/engine#14552)

* 417dd7e Roll fuchsia/sdk/core/mac-amd64 from esDH2... to NHgyx... (flutter/engine#14554)

* f2e841d [Web] Fix pointer binding  (flutter/engine#14378)

* 105eb66 Roll src/third_party/skia e6a2ad81ab40..8fec4140f614 (17 commits) (flutter/engine#14557)

* 1ecfdcb [web] Calculate align offset for each paragraph line (LineMetrics.left) (flutter/engine#14537)

* dda3619 Roll src/third_party/dart 270966b16044..171059d27689 (19 commits) (flutter/engine#14558)

* 9c1bd8a Fixes Objective-C objects memory leaks (flutter/engine#14326)

* f2dbeb8 Reland Wire up Opacity on Fuchsia (flutter/engine#14559)

* 2f536e5 Roll fuchsia/sdk/core/linux-amd64 from jsuQq... to VdBKA... (flutter/engine#14560)

* 4312d37 Revert "[fuchsia] Add diagnostics directory to the set of remote dirs (#14470)" (flutter/engine#14566)

* 5c77ea1 Roll src/third_party/skia 8fec4140f614..9e0afb791ac2 (4 commits) (flutter/engine#14563)

* a09ff7c Roll src/third_party/dart 171059d27689..aa6709974dea (11 commits) (flutter/engine#14567)

* 0f90e65 Revert "[web] Calculate align offset for each paragraph line (LineMetrics.left) (#14537)" (flutter/engine#14569)
filmil pushed a commit to filmil/engine that referenced this pull request Mar 13, 2020
https://dart.googlesource.com/sdk.git/+log/171059d27689..aa6709974dea

git log 171059d..aa67099 --date=short --first-parent --format='%ad %ae %s'
2019-12-19 kallentu@google.com [cfe] Fix inference for variant parameters leaking UnknownTypes.
2019-12-19 brianwilkerson@google.com Add support to dartfix for prefer_single_quotes
2019-12-19 brianwilkerson@google.com Enable prefer_is_empty and prefer_is_not_empty in analyzer_plugin and analyzer_cli
2019-12-19 brianwilkerson@google.com Remove unnecessary uses of const in analysis_server_client
2019-12-19 nshahan@google.com [dartdevc] Add an nnbd runtime mode weak/strong option to ddb script
2019-12-18 sigmund@google.com Add ddc nnbd legacy tests
2019-12-18 jsimmons@google.com [observatory] Use month numbers ranging from 1-12 in the timeline default filename
2019-12-18 nbosch@google.com Remove int return from main and drop `new`
2019-12-18 sjindel@google.com [vm] Remove redundant type-tests from min/max.
2019-12-18 fizaaluthra@google.com [dartfuzz] Put gen_api_table.dart constants in alphabetical order
2019-12-18 scheglov@google.com Implement NNBD_TOP_MERGE.

Created with:
  gclient setdep -r src/third_party/dart@aa6709974dea

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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

Bug: None
Tbr: dart-vm-team@google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants