Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/3eaae5405d37..c359b5943a52

git log 3eaae54..c359b59 --date=short --first-parent --format='%ad %ae %s'
2020-01-24 rmacnak@google.com [vm, service] Fix and enable more services tests.
2020-01-24 scheglov@google.com Convert opt-in elements to legacy when resolving annotations.
2020-01-24 bkonyi@google.com [ dartfuzz ] Fixed type table for sumManyDoubles
2020-01-24 bkonyi@google.com Revert "[vm] resolve symbolic link to find kernel_service snapshot"
2020-01-24 brianwilkerson@google.com Remove the notion of required fixes from dartfix and the server
2020-01-23 pquitslund@google.com de-dup mutiply exported elements
2020-01-23 jakemac@google.com Allow http uris in frontend_server, front_end, and ddc.
2020-01-23 asiva@google.com [VM/libraries] Address code review comment from previous CL.
2020-01-23 scheglov@google.com Fixes for NORM and FunctionType(s) - type parameters, and covariant formal parameters.
2020-01-23 zichangguo@google.com [vm] resolve symbolic link to find kernel_service snapshot
2020-01-23 rmacnak@google.com [vm, service] Fix race in Service.controlWebServer / getInfo.
2020-01-23 srawlins@google.com NNBD preview: Make navigation directories collapsible; closes #40109
2020-01-23 asiva@google.com [VM/libraries] Fix more analyzer warnings related to NNBD in patch files.

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

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/3eaae5405d37..c359b5943a52

git log 3eaae54..c359b59 --date=short --first-parent --format='%ad %ae %s'
2020-01-24 rmacnak@google.com [vm, service] Fix and enable more services tests.
2020-01-24 scheglov@google.com Convert opt-in elements to legacy when resolving annotations.
2020-01-24 bkonyi@google.com [ dartfuzz ] Fixed type table for `sumManyDoubles`
2020-01-24 bkonyi@google.com Revert "[vm] resolve symbolic link to find kernel_service snapshot"
2020-01-24 brianwilkerson@google.com Remove the notion of required fixes from dartfix and the server
2020-01-23 pquitslund@google.com de-dup mutiply exported elements
2020-01-23 jakemac@google.com Allow http uris in frontend_server, front_end, and ddc.
2020-01-23 asiva@google.com [VM/libraries] Address code review comment from previous CL.
2020-01-23 scheglov@google.com Fixes for NORM and FunctionType(s) - type parameters, and covariant formal parameters.
2020-01-23 zichangguo@google.com [vm] resolve symbolic link to find kernel_service snapshot
2020-01-23 rmacnak@google.com [vm, service] Fix race in Service.controlWebServer / getInfo.
2020-01-23 srawlins@google.com NNBD preview: Make navigation directories collapsible; closes flutter#40109
2020-01-23 asiva@google.com [VM/libraries] Fix more analyzer warnings related to NNBD in patch files.

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

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 2bd8980 into flutter:master Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 24, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 25, 2020
flutter/engine@f10f03a...51a7964

git log f10f03a..51a7964 --first-parent --oneline
2020-01-24 skia-flutter-autoroll@skia.org Roll src/third_party/dart bc9348829ef8..fc3af737c759 (2 commits) (flutter/engine#15965)
2020-01-24 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from Wc7e4... to 8Ns10... (flutter/engine#15964)
2020-01-24 skia-flutter-autoroll@skia.org Roll src/third_party/skia a7e557f3e353..3ea4d5bb857d (4 commits) (flutter/engine#15963)
2020-01-24 skia-flutter-autoroll@skia.org Roll src/third_party/dart c359b5943a52..bc9348829ef8 (1 commits) (flutter/engine#15962)
2020-01-24 gw280@google.com ensure we export the various dart snapshot symbols on Fuchsia (flutter/engine#15953)
2020-01-24 skia-flutter-autoroll@skia.org Roll src/third_party/dart 3eaae5405d37..c359b5943a52 (13 commits) (flutter/engine#15959)
2020-01-24 gw280@google.com Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} (flutter/engine#15118)
2020-01-24 gw280@google.com Re-arm timer as necessary in MessageLoopFuchsia
2020-01-24 skia-flutter-autoroll@skia.org Roll src/third_party/skia c88a3bc3f561..a7e557f3e353 (6 commits) (flutter/engine#15957)
2020-01-24 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from LAOYs... to 6_pZp... (flutter/engine#15954)
2020-01-24 zhongwuzw@qq.com Fixes FlutterCallbackInfomation leaks (flutter/engine#15089)
2020-01-24 zhongwuzw@qq.com Fixes oc leaks in platform plugin (flutter/engine#15041)
2020-01-24 jason-simmons@users.noreply.github.com Do not reset the child isolate preparer if the isolate group data already has one (flutter/engine#15952)


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 aaclarke@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
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
https://dart.googlesource.com/sdk.git/+log/3eaae5405d37..c359b5943a52

git log 3eaae54..c359b59 --date=short --first-parent --format='%ad %ae %s'
2020-01-24 rmacnak@google.com [vm, service] Fix and enable more services tests.
2020-01-24 scheglov@google.com Convert opt-in elements to legacy when resolving annotations.
2020-01-24 bkonyi@google.com [ dartfuzz ] Fixed type table for `sumManyDoubles`
2020-01-24 bkonyi@google.com Revert "[vm] resolve symbolic link to find kernel_service snapshot"
2020-01-24 brianwilkerson@google.com Remove the notion of required fixes from dartfix and the server
2020-01-23 pquitslund@google.com de-dup mutiply exported elements
2020-01-23 jakemac@google.com Allow http uris in frontend_server, front_end, and ddc.
2020-01-23 asiva@google.com [VM/libraries] Address code review comment from previous CL.
2020-01-23 scheglov@google.com Fixes for NORM and FunctionType(s) - type parameters, and covariant formal parameters.
2020-01-23 zichangguo@google.com [vm] resolve symbolic link to find kernel_service snapshot
2020-01-23 rmacnak@google.com [vm, service] Fix race in Service.controlWebServer / getInfo.
2020-01-23 srawlins@google.com NNBD preview: Make navigation directories collapsible; closes flutter#40109
2020-01-23 asiva@google.com [VM/libraries] Fix more analyzer warnings related to NNBD in patch files.

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

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
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants