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

Roll src/third_party/dart 29c00e2..f99631b (29 commits)

https://dart.googlesource.com/sdk.git/+log/29c00e28f350..f99631b12c4a

git log 29c00e2..f99631b --date=short --first-parent --format='%ad %ae %s'
2020-05-14 rnystrom@google.com Show human-readable output when an analyzer test fails.
2020-05-14 rnystrom@google.com Migrate language_2/generic_methods to NNBD.
2020-05-14 bkonyi@google.com [ package:dds ] Added authentication code support
2020-05-14 alexmarkov@google.com [vm/nnbd] Auto-detect null-safety from entry point in kernel compilers
2020-05-14 scheglov@google.com Use TypeSystem.isNullable() for MISSING_RETURN.
2020-05-13 srawlins@google.com Migrator: Update non-nullable Details click region
2020-05-13 bkonyi@google.com [ VM / DartDev ] Default to port 8181 for DDS
2020-05-13 rmacnak@google.com [vm, service] Remove use of expectAsync from service tests.
2020-05-13 rmacnak@google.com [vm, service] Remove service extension test cases that become impossible in Dart 3.
2020-05-13 nshahan@google.com [ddc] Cleanup "ReleaseX64NNBD" from ddb script
2020-05-13 sra@google.com [dart2js] strong mode exception values are never null
2020-05-13 markzipan@google.com [dartdevc] Adding hot restart tests for late and lazy fields.
2020-05-13 mfairhurst@google.com [nnbd_migration] Add hint actions to stack trace info
2020-05-13 mfairhurst@google.com [nnbd_migration] Create a simple node mapper, part of instrumentation
2020-05-13 mfairhurst@google.com [nnbd_migration] Build hint actions in node builder.
2020-05-13 mfairhurst@google.com [nnbd_migration] Add model for hint actions stored on nullability nodes.
2020-05-13 mfairhurst@google.com [nnbd_migration] Add header to edit links section
2020-05-13 scheglov@google.com Fix MISSING_RETURN after function expression return type inference.
2020-05-13 brianwilkerson@google.com Add the ability to get feature data from the completion metrics
2020-05-13 srawlins@google.com Update the analyzer_cli README
2020-05-13 rmacnak@google.com [vm] Fix vm/cc/DartGeneratedArrayLiteralMessages.
2020-05-13 zichangguo@google.com [dart:io] Update httpparser size limit in CHANGELOG
2020-05-13 nshahan@google.com [ddc] Fix null check in equality operator
2020-05-13 scheglov@google.com Remove unused extension in NavigationTreeRendererTest.
2020-05-13 paulberry@google.com Migration: remove changedPaths tracking.
2020-05-13 bkonyi@google.com Reland "[ VM / DartDev ] Run all debugging sessions via 'dart run'"
2020-05-13 markzipan@google.com [dartdevc] Fix for hot reloads not properly clearing lazy variable state.
2020-05-13 kevmoo@google.com Fix a number of URIs referring to dartlang.org
2020-05-13 srawlins@google.com Fix trace for unnamed constructors; remove stack frame icon

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

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

...

https://dart.googlesource.com/sdk.git/+log/29c00e28f350..f99631b12c4a

git log 29c00e2..f99631b --date=short --first-parent --format='%ad %ae %s'
2020-05-14 rnystrom@google.com Show human-readable output when an analyzer test fails.
2020-05-14 rnystrom@google.com Migrate language_2/generic_methods to NNBD.
2020-05-14 bkonyi@google.com [ package:dds ] Added authentication code support
2020-05-14 alexmarkov@google.com [vm/nnbd] Auto-detect null-safety from entry point in kernel compilers
2020-05-14 scheglov@google.com Use TypeSystem.isNullable() for MISSING_RETURN.
2020-05-13 srawlins@google.com Migrator: Update non-nullable Details click region
2020-05-13 bkonyi@google.com [ VM / DartDev ] Default to port 8181 for DDS
2020-05-13 rmacnak@google.com [vm, service] Remove use of expectAsync from service tests.
2020-05-13 rmacnak@google.com [vm, service] Remove service extension test cases that become impossible in Dart 3.
2020-05-13 nshahan@google.com [ddc] Cleanup "ReleaseX64NNBD" from ddb script
2020-05-13 sra@google.com [dart2js] strong mode exception values are never null
2020-05-13 markzipan@google.com [dartdevc] Adding hot restart tests for late and lazy fields.
2020-05-13 mfairhurst@google.com [nnbd_migration] Add hint actions to stack trace info
2020-05-13 mfairhurst@google.com [nnbd_migration] Create a simple node mapper, part of instrumentation
2020-05-13 mfairhurst@google.com [nnbd_migration] Build hint actions in node builder.
2020-05-13 mfairhurst@google.com [nnbd_migration] Add model for hint actions stored on nullability nodes.
2020-05-13 mfairhurst@google.com [nnbd_migration] Add header to edit links section
2020-05-13 scheglov@google.com Fix MISSING_RETURN after function expression return type inference.
2020-05-13 brianwilkerson@google.com Add the ability to get feature data from the completion metrics
2020-05-13 srawlins@google.com Update the analyzer_cli README
2020-05-13 rmacnak@google.com [vm] Fix vm/cc/DartGeneratedArrayLiteralMessages.
2020-05-13 zichangguo@google.com [dart:io] Update httpparser size limit in CHANGELOG
2020-05-13 nshahan@google.com [ddc] Fix null check in equality operator
2020-05-13 scheglov@google.com Remove unused extension in NavigationTreeRendererTest.
2020-05-13 paulberry@google.com Migration: remove changedPaths tracking.
2020-05-13 bkonyi@google.com Reland "[ VM / DartDev ] Run all debugging sessions via 'dart run'"
2020-05-13 markzipan@google.com [dartdevc] Fix for hot reloads not properly clearing lazy variable state.
2020-05-13 kevmoo@google.com Fix a number of URIs referring to dartlang.org
2020-05-13 srawlins@google.com Fix trace for unnamed constructors; remove stack frame icon

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

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 May 14, 2020
@fluttergithubbot fluttergithubbot merged commit f848069 into flutter:master May 14, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 14, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 14, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 14, 2020
iskakaushik pushed a commit to flutter/flutter that referenced this pull request May 14, 2020
* 9e3e3ba [web] Represent CSS identity transforms as 'none' instead of null (flutter/engine#18288)

* 80fa77e Roll src/third_party/skia 3ebadcc98eab..056d543c91e0 (8 commits) (flutter/engine#18344)

* 480d8e4 Fix scenario platform view tests on Android (flutter/engine#18332)

* 0385664 Roll src/third_party/dart d6fed1f62444..29c00e28f350 (16 commits) (flutter/engine#18347)

* 8371b44 Roll src/third_party/skia 056d543c91e0..71903997254f (7 commits) (flutter/engine#18350)

* f321613 Add guards on FlValue methods to check for NULL values (flutter/engine#18226)

* dc93db5 Move FlutterLoader disk I/O to a background thread to comply with Android strict mode (flutter/engine#18241)

* bf1287c null-annotate lerp.dart, annotations.dart, channel_buffers.dart, hash_codes.dart (flutter/engine#18348)

* 9600354 Add FlBasicMessageChannel (flutter/engine#18189)

* df2dfac Roll src/third_party/skia 71903997254f..6c3db04c8b03 (9 commits) (flutter/engine#18361)

* 5ad4f9e Add FlJsonMessageCodec (flutter/engine#18221)

* 84ea892 Roll src/third_party/skia 6c3db04c8b03..7156db260239 (4 commits) (flutter/engine#18370)

* f848069 Roll src/third_party/dart 29c00e28f350..f99631b12c4a (29 commits) (flutter/engine#18373)

* c791ce9 Roll src/fuchsia/sdk/mac from gOhJW... to Vepm4... (flutter/engine#18377)

* 5b62a63 Roll src/third_party/dart f99631b12c4a..e0257265d34e (2 commits) (flutter/engine#18378)

* 0b41009 Roll src/third_party/skia 7156db260239..5b2ede3d0d44 (8 commits) (flutter/engine#18380)

* 08b61ce Delete unused decode UTF-8, JSON functions (flutter/engine#18360)

* 73d835c Roll src/third_party/dart e0257265d34e..2676764792b2 (4 commits) (flutter/engine#18383)

* 9e166fb Roll src/third_party/skia 5b2ede3d0d44..39ec60aa8348 (5 commits) (flutter/engine#18384)

* 2cdbc7f Remove pipeline in favor of layer tree holder (flutter/engine#18285)

* 47513a7 Roll src/third_party/skia 39ec60aa8348..79c5674a4ca1 (3 commits) (flutter/engine#18389)
wandyers pushed a commit to wandyers/engine that referenced this pull request May 23, 2020
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