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/a69cb6d700f5..216e3df4526c

git log a69cb6d..216e3df --date=short --first-parent --format='%ad %ae %s'
2020-04-24 liama@google.com [vm] Handle required params in bytecode mode
2020-04-24 oss@simonbinder.eu Support plugin notifications in LSP server
2020-04-24 jwren@google.com Bug fix in the override_contributor.dart, don't generate the override completions if the target is in a comment text.
2020-04-24 mfairhurst@google.com [nnbd_migration] Change edit links to no longer be generic "post links"
2020-04-24 bkonyi@google.com Reland "[ DartDev ] Generate dartdev.dart.snapshot for runtime builds and place it in the root of the build output directory"
2020-04-24 brianwilkerson@google.com Start converting uses of MemberSuggestionBuilder
2020-04-24 scheglov@google.com Issue 41479. When terminate null shorting at CascadeExpression, don't make it nullable.
2020-04-24 brianwilkerson@google.com Use the context type feature in SuggestionBuilder
2020-04-24 paulberry@google.com Skip pkg/nnbd_migration/tool tests on dart2js.
2020-04-24 joshualitt@google.com [dart2js] Rebase nnbd expectations for 3 tests.
2020-04-24 nshahan@google.com [ddc] Remove type and null checks in dart:_runtime
2020-04-24 sra@google.com [js_runtime] sdk_nnbd fixes
2020-04-24 paulberry@google.com Fix invalid downcast in pkg/nnbd_migration
2020-04-24 bkonyi@google.com [ package:dds / Service ] Add support for service extensions to DDS
2020-04-24 scheglov@google.com Incrementally invalidate file state and library context for Cider.
2020-04-24 joshualitt@google.com [dart2js] fix id testing labels.

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

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/a69cb6d700f5..216e3df4526c

git log a69cb6d..216e3df --date=short --first-parent --format='%ad %ae %s'
2020-04-24 liama@google.com [vm] Handle required params in bytecode mode
2020-04-24 oss@simonbinder.eu Support plugin notifications in LSP server
2020-04-24 jwren@google.com Bug fix in the override_contributor.dart, don't generate the override completions if the target is in a comment text.
2020-04-24 mfairhurst@google.com [nnbd_migration] Change edit links to no longer be generic "post links"
2020-04-24 bkonyi@google.com Reland "[ DartDev ] Generate dartdev.dart.snapshot for runtime builds and place it in the root of the build output directory"
2020-04-24 brianwilkerson@google.com Start converting uses of MemberSuggestionBuilder
2020-04-24 scheglov@google.com Issue 41479. When terminate null shorting at CascadeExpression, don't make it nullable.
2020-04-24 brianwilkerson@google.com Use the context type feature in SuggestionBuilder
2020-04-24 paulberry@google.com Skip pkg/nnbd_migration/tool tests on dart2js.
2020-04-24 joshualitt@google.com [dart2js] Rebase nnbd expectations for 3 tests.
2020-04-24 nshahan@google.com [ddc] Remove type and null checks in dart:_runtime
2020-04-24 sra@google.com [js_runtime] sdk_nnbd fixes
2020-04-24 paulberry@google.com Fix invalid downcast in pkg/nnbd_migration
2020-04-24 bkonyi@google.com [ package:dds / Service ] Add support for service extensions to DDS
2020-04-24 scheglov@google.com Incrementally invalidate file state and library context for Cider.
2020-04-24 joshualitt@google.com [dart2js] fix id testing labels.

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

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 skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Apr 24, 2020
@fluttergithubbot fluttergithubbot merged commit d01de3b into flutter:master Apr 24, 2020
gaaclarke added a commit to flutter/flutter that referenced this pull request Apr 27, 2020
flutter/engine@2b94311...4f888d6

git log 2b94311..4f888d6 --first-parent --oneline
2020-04-25 nurhan@google.com Change the repo fetch script used in integration tests (flutter/engine#17943)
2020-04-24 skia-flutter-autoroll@skia.org Roll src/third_party/skia 1e21d14f2b8b..c12aad9485a9 (20 commits) (flutter/engine#17942)
2020-04-24 skia-flutter-autoroll@skia.org Roll src/third_party/dart a69cb6d700f5..216e3df4526c (16 commits) (flutter/engine#17945)
2020-04-24 xster@google.com Fix accessibility focus loss when first focusing on text field (flutter/engine#17803)
2020-04-24 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from _dAFU... to G4HpJ... (flutter/engine#17938)
2020-04-24 mouad.debbar@gmail.com [web] Fix exception when getting boxes for rich text range (flutter/engine#17933)
2020-04-24 ferhat@gmail.com [web] Batch systemFontChange messages (flutter/engine#17885)
2020-04-24 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from kpECk... to _dAFU... (flutter/engine#17929)
2020-04-24 skia-flutter-autoroll@skia.org Roll src/third_party/skia b965ff597315..1e21d14f2b8b (25 commits) (flutter/engine#17928)
2020-04-24 skia-flutter-autoroll@skia.org Roll src/third_party/dart 94178e920ee8..a69cb6d700f5 (22 commits) (flutter/engine#17926)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants