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 49850e6919f7..16782e6c171f (16 commits) #16485

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/49850e6919f7..16782e6c171f

git log 49850e6..16782e6 --date=short --first-parent --format='%ad %ae %s'
2020-02-07 rmacnak@google.com [vm, gc] New-space alignment is not configurable.
2020-02-07 srujzs@google.com DOM script changes to handle nnbd
2020-02-07 bkonyi@google.com [ VM / Service ] Fix service/developer_server_control_test which was broken after vmservice NNBD migration
2020-02-07 srawlins@google.com NNBD preview: Nav tree hrefs should always use forward slashes
2020-02-07 bkonyi@google.com [ VM / Service ] Fix multiple errors in VM service introduced during NNBD migration
2020-02-07 asiva@google.com [VM/Libraries] Use the NNBD libraries when building the NNBD sdk.
2020-02-06 bkonyi@google.com [ VM ] Fix issue where Field::RecordStore was attempting to record a sentinel for non-initialized late fields.
2020-02-06 devoncarew@google.com [nnbd preview] general UI improvements to the NNBD preview tool
2020-02-06 pquitslund@google.com extended member completions in extensions
2020-02-06 srujzs@google.com Change dart:html templates to generate null-safe code
2020-02-06 scheglov@google.com Revert "Analyze SDK with non-nullable experiment enabled, update MockSdk."
2020-02-06 scheglov@google.com Convert SimpleIdentifier in setter to legacy.
2020-02-06 rnystrom@google.com Migrate language_2/assert to NNBD.
2020-02-06 alexmarkov@google.com [vm/nnbd] Stop using Function::nnbd_mode() in a couple of places
2020-02-06 rmacnak@google.com Fix VM service message routing and asset loading.
2020-02-06 jwren@google.com Some tests for the utilities in metrics_util.dart, part of the completion metrics.

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

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/49850e6919f7..16782e6c171f

git log 49850e6..16782e6 --date=short --first-parent --format='%ad %ae %s'
2020-02-07 rmacnak@google.com [vm, gc] New-space alignment is not configurable.
2020-02-07 srujzs@google.com DOM script changes to handle nnbd
2020-02-07 bkonyi@google.com [ VM / Service ] Fix service/developer_server_control_test which was broken after vmservice NNBD migration
2020-02-07 srawlins@google.com NNBD preview: Nav tree hrefs should always use forward slashes
2020-02-07 bkonyi@google.com [ VM / Service ] Fix multiple errors in VM service introduced during NNBD migration
2020-02-07 asiva@google.com [VM/Libraries] Use the NNBD libraries when building the NNBD sdk.
2020-02-06 bkonyi@google.com [ VM ] Fix issue where Field::RecordStore was attempting to record a sentinel for non-initialized late fields.
2020-02-06 devoncarew@google.com [nnbd preview] general UI improvements to the NNBD preview tool
2020-02-06 pquitslund@google.com extended member completions in extensions
2020-02-06 srujzs@google.com Change dart:html templates to generate null-safe code
2020-02-06 scheglov@google.com Revert "Analyze SDK with non-nullable experiment enabled, update MockSdk."
2020-02-06 scheglov@google.com Convert SimpleIdentifier in setter to legacy.
2020-02-06 rnystrom@google.com Migrate language_2/assert to NNBD.
2020-02-06 alexmarkov@google.com [vm/nnbd] Stop using Function::nnbd_mode() in a couple of places
2020-02-06 rmacnak@google.com Fix VM service message routing and asset loading.
2020-02-06 jwren@google.com Some tests for the utilities in metrics_util.dart, part of the completion metrics.

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

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 Feb 7, 2020
@fluttergithubbot fluttergithubbot merged commit 313527d into flutter:master Feb 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 7, 2020
dnfield pushed a commit to flutter/flutter that referenced this pull request Feb 7, 2020
* 71ec0a1 Relax timing restrictions on WakeUpTimersAreSingletons. (flutter/engine#16446)

* 3ac1e6d Disable unit tests using --gtest-filter instead of at compile time (flutter/engine#16472)

* 80be2c4 Fix RasterCache LRU logic, opportunistic simplifications. (flutter/engine#16434)

* ca40f11 Roll src/third_party/skia 7f36405ea3ec..c0360582d211 (6 commits) (flutter/engine#16476)

* c9e7713 Fix analyzer warnings for frontend_server change (flutter/engine#16470)

* 9ada1b0 Fix elf_loader.cc on Fuchsia, add a TODO for proper fix

* 0517627 Enable runtime_unittests on Fuchsia

* 03f639e Add noexcept annotations to EnableValue moves (flutter/engine#16478)

* 00904dd Various fixes in CanvasKit (flutter/engine#16433)

* de7022b Roll src/third_party/skia c0360582d211..121750c2efff (7 commits) (flutter/engine#16479)

* d2aab27 Enable shell_unittests on Fuchsia with Vulkan dependencies. (flutter/engine#16376)

* eec73e3 Roll src/third_party/dart b3396cbdcae1..49850e6919f7 (45 commits) (flutter/engine#16480)

* 557f3a2 Run Flutter framework tests against the web engine in Cirrus (flutter/engine#16343)

* 477527b Roll src/third_party/skia 121750c2efff..046f9893b953 (4 commits) (flutter/engine#16482)

* eb8691f Code cleanup on destructors (flutter/engine#16481)

* 7397817 Roll fuchsia/sdk/core/linux-amd64 from A9STP... to g2s3c... (flutter/engine#16484)

* 313527d Roll src/third_party/dart 49850e6919f7..16782e6c171f (16 commits) (flutter/engine#16485)

* 83feaf4 Roll src/third_party/skia 046f9893b953..97bf6578796c (1 commits) (flutter/engine#16486)

* 9184058 Roll src/third_party/skia 97bf6578796c..f3560b680e35 (1 commits) (flutter/engine#16487)

* 0db017d Roll src/third_party/dart 16782e6c171f..d765d237460d (1 commits) (flutter/engine#16488)

* f9ed07c Roll fuchsia/sdk/core/linux-amd64 from g2s3c... to LvSlH... (flutter/engine#16489)

* a1b91da Roll src/third_party/skia f3560b680e35..77fdf66946d2 (1 commits) (flutter/engine#16490)

* 7edb803 Roll src/third_party/dart d765d237460d..514a8d4c8417 (7 commits) (flutter/engine#16491)

* 580503c Roll src/third_party/skia 77fdf66946d2..87e3bef6f82f (2 commits) (flutter/engine#16492)
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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