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 d565023..2bf3259 (35 commits)

https://dart.googlesource.com/sdk.git/+log/d5650235a249..2bf325900586

git log d565023..2bf3259 --date=short --first-parent --format='%ad %ae %s'
2020-05-13 rnystrom@google.com Migrate language_2/generic to NNBD.
2020-05-13 srujzs@google.com [dart:html] Label Navigator.deviceMemory as nullable
2020-05-12 scheglov@google.com Update ReturnTypeVerifier to be what the spec says.
2020-05-12 srawlins@google.com analyzer: Remove unused imports
2020-05-12 joshualitt@google.com [dart2js] Fix cfe_constant_evaluation_test for nnbd.
2020-05-12 bkonyi@google.com [ VM / DartDev ] Updated build rules for DartDev and exposed create_platform_sdk build target
2020-05-12 nshahan@google.com [ddc] Run co19 nnbd tests in weak mode
2020-05-12 aam@google.com [vm] Fix typo in calculation of native wrapper class size in precompiler configuration.
2020-05-12 paulberry@google.com Revert recent parser fixes
2020-05-12 rmacnak@google.com [vm] Fix various UBSan failures: AOT.
2020-05-12 bkonyi@google.com [ VM / DartDev ] Run all debugging sessions via 'dart run'
2020-05-12 nshahan@google.com [ddc] Output a metadata file for debugger
2020-05-12 scheglov@google.com Ensure that URIs end with '/', fixes empty 'packageUri'.
2020-05-12 rmacnak@google.com [vm] Fix various UBSan failures: ARM.
2020-05-12 bkonyi@google.com [ package:vm_service ] Fix issue where invoking a service extension with no arguments would result in a TypeError during message routing.
2020-05-12 bkonyi@google.com [ VM / Service ] Added TimelineStreamSubscriptionsChanged event
2020-05-12 alexmarkov@google.com Bump ABI version after a breaking change
2020-05-12 kevmoo@google.com Remove references to removed tools/gardening
2020-05-12 sra@google.com [dart2js] Specialize strong 'is Object'
2020-05-12 paulberry@google.com Migration: exclude "never" node from "why not nullable" traces
2020-05-12 rmacnak@google.com [vm] Fix LSAN when used without ASAN.
2020-05-12 askesc@google.com Write UTF-8 decoded characters directly into the result strings.
2020-05-12 askesc@google.com [vm] Add _allocate and _setAt methods to _TwoByteString.
2020-05-12 joshualitt@google.com [dart2js] Remove obsolete unittests.
2020-05-12 scheglov@google.com Create updated ParameterElement(s) using replace().
2020-05-12 srujzs@google.com [dart:html] Unsuppress MediaDevices.getUserMedia
2020-05-12 brianwilkerson@google.com Move an extension into the common place for extensions
2020-05-12 paulberry@google.com Migration: verify that the preview server doesn't leak information from outside the project
2020-05-12 paulberry@google.com Migration: fix rerunning migration tool after adding/removing files
2020-05-12 paulberry@google.com Migration: add rerun support to new CLI
2020-05-12 eernst@google.com New test, based on language PR #940 about ==.
2020-05-12 davidmorgan@google.com Update package_config to 9c586d04bd26fef01215fd10e7ab96a3050cfa64 for unused import fix.
2020-05-12 sgrekhov@unipro.ru [co19] Re-enable tests skipped due to breaking change #40674
2020-05-12 dmitryas@google.com [cfe] Update inference for redirecting factory constructors
2020-05-12 srawlins@google.com Migrator: Only print text about --apply-changes conditionally

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

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.

...

https://dart.googlesource.com/sdk.git/+log/d5650235a249..2bf325900586

git log d565023..2bf3259 --date=short --first-parent --format='%ad %ae %s'
2020-05-13 rnystrom@google.com Migrate language_2/generic to NNBD.
2020-05-13 srujzs@google.com [dart:html] Label Navigator.deviceMemory as nullable
2020-05-12 scheglov@google.com Update ReturnTypeVerifier to be what the spec says.
2020-05-12 srawlins@google.com analyzer: Remove unused imports
2020-05-12 joshualitt@google.com [dart2js] Fix cfe_constant_evaluation_test for nnbd.
2020-05-12 bkonyi@google.com [ VM / DartDev ] Updated build rules for DartDev and exposed create_platform_sdk build target
2020-05-12 nshahan@google.com [ddc] Run co19 nnbd tests in weak mode
2020-05-12 aam@google.com [vm] Fix typo in calculation of native wrapper class size in precompiler configuration.
2020-05-12 paulberry@google.com Revert recent parser fixes
2020-05-12 rmacnak@google.com [vm] Fix various UBSan failures: AOT.
2020-05-12 bkonyi@google.com [ VM / DartDev ] Run all debugging sessions via 'dart run'
2020-05-12 nshahan@google.com [ddc] Output a metadata file for debugger
2020-05-12 scheglov@google.com Ensure that URIs end with '/', fixes empty 'packageUri'.
2020-05-12 rmacnak@google.com [vm] Fix various UBSan failures: ARM.
2020-05-12 bkonyi@google.com [ package:vm_service ] Fix issue where invoking a service extension with no arguments would result in a TypeError during message routing.
2020-05-12 bkonyi@google.com [ VM / Service ] Added `TimelineStreamSubscriptionsChanged` event
2020-05-12 alexmarkov@google.com Bump ABI version after a breaking change
2020-05-12 kevmoo@google.com Remove references to removed tools/gardening
2020-05-12 sra@google.com [dart2js] Specialize strong 'is Object'
2020-05-12 paulberry@google.com Migration: exclude "never" node from "why not nullable" traces
2020-05-12 rmacnak@google.com [vm] Fix LSAN when used without ASAN.
2020-05-12 askesc@google.com Write UTF-8 decoded characters directly into the result strings.
2020-05-12 askesc@google.com [vm] Add _allocate and _setAt methods to _TwoByteString.
2020-05-12 joshualitt@google.com [dart2js] Remove obsolete unittests.
2020-05-12 scheglov@google.com Create updated ParameterElement(s) using replace().
2020-05-12 srujzs@google.com [dart:html] Unsuppress MediaDevices.getUserMedia
2020-05-12 brianwilkerson@google.com Move an extension into the common place for extensions
2020-05-12 paulberry@google.com Migration: verify that the preview server doesn't leak information from outside the project
2020-05-12 paulberry@google.com Migration: fix rerunning migration tool after adding/removing files
2020-05-12 paulberry@google.com Migration: add rerun support to new CLI
2020-05-12 eernst@google.com New test, based on language PR flutter#940 about `==`.
2020-05-12 davidmorgan@google.com Update `package_config` to `9c586d04bd26fef01215fd10e7ab96a3050cfa64` for unused import fix.
2020-05-12 sgrekhov@unipro.ru [co19] Re-enable tests skipped due to breaking change flutter#40674
2020-05-12 dmitryas@google.com [cfe] Update inference for redirecting factory constructors
2020-05-12 srawlins@google.com Migrator: Only print text about --apply-changes conditionally

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

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 13, 2020
@fluttergithubbot fluttergithubbot merged commit b59e3e9 into flutter:master May 13, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 13, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 13, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 13, 2020
iskakaushik pushed a commit to flutter/flutter that referenced this pull request May 13, 2020
* db82bfb Roll src/third_party/skia c74db7998b4e..518fd4d9d09d (1 commits) (flutter/engine#18278)

* 4a1f9fa refactor the task_runner and task_runner_checker (flutter/engine#18238)

* ccfec72 Fix grammar in FlBinaryCodec/FlStringCodec descriptions (flutter/engine#18268)

* 044f254 Use the term 'handler' for registering callbacks. (flutter/engine#18269)

* 8d76518 Fix latest_frame_target_time race (flutter/engine#18279)

* 72a48bd Fix incorrect declaration of FlBinaryCodec (flutter/engine#18283)

* cb6b620 Roll src/third_party/skia 518fd4d9d09d..dd1de25896e9 (2 commits) (flutter/engine#18282)

* b1622c2 Roll src/third_party/dart 4e520824f502..2497606fed87 (11 commits) (flutter/engine#18284)

* 2f6bcde Add FlStandardMessageCodec (flutter/engine#18213)

* 4aa928d Roll src/fuchsia/sdk/mac from Hss3M... to gOhJW... (flutter/engine#18286)

* a549e96 Roll src/fuchsia/sdk/linux from oDp5y... to TZN85... (flutter/engine#18287)

* 8b49873 add new keyboard types and missing autofill hints (flutter/engine#18202)

* 86462ee Roll src/third_party/dart 2497606fed87..c6db98667aa6 (4 commits) (flutter/engine#18289)

* 624480f Roll src/third_party/skia dd1de25896e9..36bda05b2199 (1 commits) (flutter/engine#18291)

* ea0a764 Roll src/third_party/skia 36bda05b2199..4e9cfe7691dd (4 commits) (flutter/engine#18292)

* 7cf426e Roll src/third_party/dart c6db98667aa6..245a574301b1 (3 commits) (flutter/engine#18294)

* 8d379e9 Roll src/third_party/skia 4e9cfe7691dd..3d2c41b773f6 (1 commits) (flutter/engine#18296)

* f4220c2 Roll src/third_party/dart 245a574301b1..d5650235a249 (7 commits) (flutter/engine#18297)

* 7eb6ffe [fuchsia] Disable failing physical shape layer tests (flutter/engine#18308)

* 6689481 Temporarily disabling the fuchsia shell, runtime tests (flutter/engine#18319)

* a6baef1 Disable flow tests on Fuchsia (flutter/engine#18323)

* f6d3e7f Disable all fuchsia tests temporarily (flutter/engine#18326)

* b59e3e9 Roll src/third_party/dart d5650235a249..2bf325900586 (35 commits) (flutter/engine#18327)
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