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/44ba80053396..2eba06d26f71

git log 44ba800..2eba06d --date=short --first-parent --format='%ad %ae %s'
2019-12-16 brianwilkerson@google.com Stop using preview-dir and preview-port values and always open the preview tool
2019-12-16 liama@google.com [analyzer] Use non-nullable experiment when running with nnbd sdk
2019-12-16 regis@google.com [VM/nnbd] Make type Never a regular type.
2019-12-16 mfairhurst@google.com [nnbd_migration] Fix assertion failure in _forTypeParameterSubstitution when not fresh
2019-12-16 sjindel@google.com [vm] Make TFA traces more readable with color-coded scoping.
2019-12-16 mfairhurst@google.com [nnbd_migration] handle downcast from Function to a function type
2019-12-16 mfairhurst@google.com [nnbd_migration] Handle downcast from dynamic to function types
2019-12-16 brianwilkerson@google.com Fix naming of tests around unnecessary new and const fixes
2019-12-16 scheglov@google.com Fix BazelWorkspacePackageTest on Windows.
2019-12-16 brianwilkerson@google.com Add a fix and assist to add a return type
2019-12-16 rmacnak@google.com [vm] Progress toward running without TSAN warnings.
2019-12-16 scheglov@google.com Fix packages tests on Windows.
2019-12-16 whesse@google.com [infra] Fix typo in get_builder_status script
2019-12-16 paulberry@google.com Fix code generators to avoid generating unnecessary consts
2019-12-16 jcollins@google.com Update trial_migration for P1/G1 packages.
2019-12-16 kustermann@google.com [vm/concurrency] Skip isolate tests on hot-reload mode to avoid unnecessary coredumps for CI
2019-12-16 brianwilkerson@google.com Add support to dartfix to fix unnecessary new and const lints
2019-12-16 paulberry@google.com Migration: Modify FixBuilder tests in preparation for rewrite.
2019-12-16 paulberry@google.com Rename TypeProviderImpl._isNonNullableByDefault.
2019-12-16 paulberry@google.com Create an interface for the migration engine to communicate with the resolver.
2019-12-16 paulberry@google.com Make use of ElementTypeProvider in _LocalVariableTypeProvider
2019-12-16 paulberry@google.com Make use of ElementTypeProvider in StaticTypeAnalyzer
2019-12-16 johnniwinther@google.com [cfe+analyzer] Use TryStatement for try/catch and try/finally in CFE
2019-12-16 lrn@google.com Migrate dart:_http to NNBD.
2019-12-16 dimpen@gmail.com Update math.dart:atan2 in relation to atan comment - Follow-up for sdk_nnbd
2019-12-16 dimpen@gmail.com Update math.dart:atan2 in relation to atan comment
2019-12-16 dmitryas@google.com [cfe] Implement the NNBD variation of the assignability property
2019-12-16 johnniwinther@google.com [cfe] Handle setter import conflicts
2019-12-16 johnniwinther@google.com [cfe] Implement flow analysis on if elements
2019-12-16 whesse@google.com [infra] Build status script now queries Firestore, using access token
2019-12-16 athom@google.com [infra] Remove AST builders from the test matrix
2019-12-16 johnniwinther@google.com [cfe] Report errors on nnbd features used in opt-out libraries

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

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/44ba80053396..2eba06d26f71

git log 44ba800..2eba06d --date=short --first-parent --format='%ad %ae %s'
2019-12-16 brianwilkerson@google.com Stop using preview-dir and preview-port values and always open the preview tool
2019-12-16 liama@google.com [analyzer] Use non-nullable experiment when running with nnbd sdk
2019-12-16 regis@google.com [VM/nnbd] Make type Never a regular type.
2019-12-16 mfairhurst@google.com [nnbd_migration] Fix assertion failure in _forTypeParameterSubstitution when not fresh
2019-12-16 sjindel@google.com [vm] Make TFA traces more readable with color-coded scoping.
2019-12-16 mfairhurst@google.com [nnbd_migration] handle downcast from Function to a function type
2019-12-16 mfairhurst@google.com [nnbd_migration] Handle downcast from dynamic to function types
2019-12-16 brianwilkerson@google.com Fix naming of tests around unnecessary new and const fixes
2019-12-16 scheglov@google.com Fix BazelWorkspacePackageTest on Windows.
2019-12-16 brianwilkerson@google.com Add a fix and assist to add a return type
2019-12-16 rmacnak@google.com [vm] Progress toward running without TSAN warnings.
2019-12-16 scheglov@google.com Fix packages tests on Windows.
2019-12-16 whesse@google.com [infra] Fix typo in get_builder_status script
2019-12-16 paulberry@google.com Fix code generators to avoid generating unnecessary `const`s
2019-12-16 jcollins@google.com Update trial_migration for P1/G1 packages.
2019-12-16 kustermann@google.com [vm/concurrency] Skip isolate tests on hot-reload mode to avoid unnecessary coredumps for CI
2019-12-16 brianwilkerson@google.com Add support to dartfix to fix unnecessary new and const lints
2019-12-16 paulberry@google.com Migration: Modify FixBuilder tests in preparation for rewrite.
2019-12-16 paulberry@google.com Rename TypeProviderImpl._isNonNullableByDefault.
2019-12-16 paulberry@google.com Create an interface for the migration engine to communicate with the resolver.
2019-12-16 paulberry@google.com Make use of ElementTypeProvider in _LocalVariableTypeProvider
2019-12-16 paulberry@google.com Make use of ElementTypeProvider in StaticTypeAnalyzer
2019-12-16 johnniwinther@google.com [cfe+analyzer] Use TryStatement for try/catch and try/finally in CFE
2019-12-16 lrn@google.com Migrate dart:_http to NNBD.
2019-12-16 dimpen@gmail.com Update math.dart:atan2 in relation to atan comment - Follow-up for sdk_nnbd
2019-12-16 dimpen@gmail.com Update math.dart:atan2 in relation to atan comment
2019-12-16 dmitryas@google.com [cfe] Implement the NNBD variation of the assignability property
2019-12-16 johnniwinther@google.com [cfe] Handle setter import conflicts
2019-12-16 johnniwinther@google.com [cfe] Implement flow analysis on if elements
2019-12-16 whesse@google.com [infra] Build status script now queries Firestore, using access token
2019-12-16 athom@google.com [infra] Remove AST builders from the test matrix
2019-12-16 johnniwinther@google.com [cfe] Report errors on nnbd features used in opt-out libraries

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

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 8456411 into flutter:master Dec 17, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 17, 2019
iskakaushik pushed a commit to flutter/flutter that referenced this pull request Dec 18, 2019
* c260057 Roll src/third_party/dart fe9f30c3896e..8ad8abfb7463 (19 commits) (flutter/engine#14480)

* 47c1dde Roll src/third_party/skia d0840ecf5831..ea47b0e65802 (9 commits) (flutter/engine#14481)

* 35adf37 [web] Implement Paragraph.getLineBoundary (flutter/engine#14479)

* 00cbfd3 [web] Remove Paragraph._lines which isn't necessary anymore (flutter/engine#14485)

* d6172fd libtxt: cache fallback fonts found by a Minikin font collection (flutter/engine#14482)

* 1912478 adding firefox unit tests to font loading (flutter/engine#14487)

* 6c71f89 Introduce an auto-deletable SkiaObject; make SkPaint a SkiaObject (flutter/engine#14486)

* 2026b83 Roll src/third_party/dart 8ad8abfb7463..83eeab1e63d9 (13 commits) (flutter/engine#14488)

* b43d3fe Roll src/third_party/skia ea47b0e65802..cd9ad409a90d (7 commits) (flutter/engine#14490)

* 3c85b82 Roll fuchsia/sdk/core/linux-amd64 from QZVxo... to q0tup... (flutter/engine#14494)

* 3e3eb9c Roll src/third_party/dart 83eeab1e63d9..6c99171686be (5 commits) (flutter/engine#14492)

* cbe0e6c Roll src/third_party/skia cd9ad409a90d..cf0e3c63fd22 (1 commits) (flutter/engine#14495)

* a653bd8 Roll fuchsia/sdk/core/mac-amd64 from 5t09i... to esDH2... (flutter/engine#14493)

* 17d8882 Roll src/third_party/dart 6c99171686be..09a0b040dd9b (1 commits) (flutter/engine#14497)

* be9c7c9 Roll src/third_party/skia cf0e3c63fd22..9e7199561fc8 (1 commits) (flutter/engine#14499)

* c504b8f Roll src/third_party/skia 9e7199561fc8..ef363a9ce692 (1 commits) (flutter/engine#14500)

* cf20f87 Roll src/third_party/dart 09a0b040dd9b..ae3973da4023 (1 commits) (flutter/engine#14501)

* bb3166b Roll src/third_party/dart ae3973da4023..24b99838f433 (3 commits) (flutter/engine#14502)

* 87c1110 Roll src/third_party/skia ef363a9ce692..187cd367d388 (1 commits) (flutter/engine#14503)

* 45c6c3a Roll src/third_party/skia 187cd367d388..706eb5788e8b (1 commits) (flutter/engine#14505)

* d292380 Fix comments of iOS status bar height constant (flutter/engine#14496)

* 1ed7247 Roll src/third_party/dart 24b99838f433..2e1dd98e5e7f (1 commits) (flutter/engine#14507)

* 8712461 Allow custom embedders to post low memory notifications. (flutter/engine#14506)

* 1d1eae2 Roll fuchsia/sdk/core/linux-amd64 from q0tup... to O6ELR... (flutter/engine#14512)

* 8b47886 Roll src/third_party/dart c5c469088697..44ba80053396 (1 commits) (flutter/engine#14510)

* ca799fa Roll src/third_party/skia 706eb5788e8b..9b59953e77b9 (3 commits) (flutter/engine#14511)

* 8456411 Roll src/third_party/dart 44ba80053396..2eba06d26f71 (32 commits) (flutter/engine#14515)

* 46d76eb Roll src/third_party/skia 9b59953e77b9..d78a9b45b9e5 (23 commits) (flutter/engine#14516)

* 5f9e558 Forward low memory notifications from the shell to DartVM. (flutter/engine#14517)

* dc59758 Apply SmoothPointerDataDispatcher to Fuchsia (flutter/engine#14514)

* 9556f2c Roll src/third_party/dart 2eba06d26f71..b1afe2d0ebc1 (6 commits) (flutter/engine#14523)

* e829384 Roll fuchsia/sdk/core/linux-amd64 from O6ELR... to ZHhOi... (flutter/engine#14525)

* 0fbdeb8 Roll src/third_party/dart b1afe2d0ebc1..2d332ee1d3f1 (1 commits) (flutter/engine#14526)

* 500f9ce Roll src/third_party/skia 6153165d78f2..fdb2b7d53038 (2 commits) (flutter/engine#14528)
filmil pushed a commit to filmil/engine that referenced this pull request Mar 13, 2020
https://dart.googlesource.com/sdk.git/+log/44ba80053396..2eba06d26f71

git log 44ba800..2eba06d --date=short --first-parent --format='%ad %ae %s'
2019-12-16 brianwilkerson@google.com Stop using preview-dir and preview-port values and always open the preview tool
2019-12-16 liama@google.com [analyzer] Use non-nullable experiment when running with nnbd sdk
2019-12-16 regis@google.com [VM/nnbd] Make type Never a regular type.
2019-12-16 mfairhurst@google.com [nnbd_migration] Fix assertion failure in _forTypeParameterSubstitution when not fresh
2019-12-16 sjindel@google.com [vm] Make TFA traces more readable with color-coded scoping.
2019-12-16 mfairhurst@google.com [nnbd_migration] handle downcast from Function to a function type
2019-12-16 mfairhurst@google.com [nnbd_migration] Handle downcast from dynamic to function types
2019-12-16 brianwilkerson@google.com Fix naming of tests around unnecessary new and const fixes
2019-12-16 scheglov@google.com Fix BazelWorkspacePackageTest on Windows.
2019-12-16 brianwilkerson@google.com Add a fix and assist to add a return type
2019-12-16 rmacnak@google.com [vm] Progress toward running without TSAN warnings.
2019-12-16 scheglov@google.com Fix packages tests on Windows.
2019-12-16 whesse@google.com [infra] Fix typo in get_builder_status script
2019-12-16 paulberry@google.com Fix code generators to avoid generating unnecessary `const`s
2019-12-16 jcollins@google.com Update trial_migration for P1/G1 packages.
2019-12-16 kustermann@google.com [vm/concurrency] Skip isolate tests on hot-reload mode to avoid unnecessary coredumps for CI
2019-12-16 brianwilkerson@google.com Add support to dartfix to fix unnecessary new and const lints
2019-12-16 paulberry@google.com Migration: Modify FixBuilder tests in preparation for rewrite.
2019-12-16 paulberry@google.com Rename TypeProviderImpl._isNonNullableByDefault.
2019-12-16 paulberry@google.com Create an interface for the migration engine to communicate with the resolver.
2019-12-16 paulberry@google.com Make use of ElementTypeProvider in _LocalVariableTypeProvider
2019-12-16 paulberry@google.com Make use of ElementTypeProvider in StaticTypeAnalyzer
2019-12-16 johnniwinther@google.com [cfe+analyzer] Use TryStatement for try/catch and try/finally in CFE
2019-12-16 lrn@google.com Migrate dart:_http to NNBD.
2019-12-16 dimpen@gmail.com Update math.dart:atan2 in relation to atan comment - Follow-up for sdk_nnbd
2019-12-16 dimpen@gmail.com Update math.dart:atan2 in relation to atan comment
2019-12-16 dmitryas@google.com [cfe] Implement the NNBD variation of the assignability property
2019-12-16 johnniwinther@google.com [cfe] Handle setter import conflicts
2019-12-16 johnniwinther@google.com [cfe] Implement flow analysis on if elements
2019-12-16 whesse@google.com [infra] Build status script now queries Firestore, using access token
2019-12-16 athom@google.com [infra] Remove AST builders from the test matrix
2019-12-16 johnniwinther@google.com [cfe] Report errors on nnbd features used in opt-out libraries

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

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
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