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/ef0c7f16e609..4ad5fab95753

git log ef0c7f1..4ad5fab --date=short --first-parent --format='%ad %ae %s'
2020-01-22 jwren@google.com Refactor _placementInSuggestionList to not use the dart:math Point class to represent Place, this has been replaced by a new class.
2020-01-22 rmacnak@google.com [test] Remove dart2js tests of MirrorsUsed. Remove MirrorsUsed annotations for all tests.
2020-01-22 paulberry@google.com Migration: add logic to remove unnecessary "as" expressions.
2020-01-22 paulberry@google.com Migration: verify that "as" expressions are allowed to be null
2020-01-21 scheglov@google.com Parse --packages file as package_config.json or .packages, depending on the content.
2020-01-21 paulberry@google.com Migration: make an inverse function for Variables.uniqueIdentifierForSpan.
2020-01-21 vsm@google.com Add node-source-map-support for better web stack traces during testing
2020-01-21 markzipan@google.com Moving DoubleLinkedQueueEntry's null check to firstEntry and lastEntry.
2020-01-21 jakemac@google.com code review updates from https://dart-review.googlesource.com/c/sdk/+/132300/6 that I forgot to upload
2020-01-21 jwren@google.com Counter utility class for printing additional metrics from the completion_metrics.dart file.
2020-01-21 scheglov@google.com Issue 39833. Report an error when a function typed formal parameter has question and the experiment is not enabled.
2020-01-21 alexmarkov@google.com [vm/aot/tfa] Take control flow into account when building data flow summary
2020-01-21 fmil@google.com Replace fuchsia.deprecatedtimezone
2020-01-21 whesse@google.com [infra] Send only 100 changed test results to Firestore at once
2020-01-21 vsm@google.com [dartdevc,nnbd] include dart:developer and dart:isolate in built sdk
2020-01-21 jwren@google.com Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file.
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analyzer_plugin
2020-01-21 brianwilkerson@google.com Fix some lints from function typed parameters that were not converted automatically
2020-01-21 mfairhurst@google.com [nnbd_migration] Assign instance creation parameters to bounds
2020-01-21 mfairhurst@google.com [nnbd_migration] Assign implicit call type parameters to bounds
2020-01-21 mfairhurst@google.com [nnbd_migration] assign explicit call() type-parameters to their bounds
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server_client
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server
2020-01-21 jakemac@google.com Updates frontend_server javascript bundler to be based on import uri instead of file uri.
2020-01-21 victor.agnez@hotmail.com [vm/aot] Fix FlowGraphCompiler::TryIntrinsifyHelper issue for implicit getters and setters of unboxed fields
2020-01-21 paulberry@google.com Migration: create wrapper methods for EditPlanner.surround
2020-01-21 paulberry@google.com Make it easier for tests based on AnalysisContextCollectionImpl to enable NNBD.
2020-01-21 paulberry@google.com Convert builder.dart to triple-slash comment style
2020-01-21 paulberry@google.com Migration: plumb more fix reasons through FixBuilder to instrumentation.
2020-01-21 paulberry@google.com Migration: fix broken reasons for dead code elimination
2020-01-21 paulberry@google.com Migration: generalize creation of unique IDs for source spans
2020-01-21 danny@tuppeny.com Add a server diagnostic page for viewing overlays/contents
2020-01-21 johnniwinther@google.com [cfe] Move type parser to package:kernel
2020-01-21 johnniwinther@google.com [cfe] Implement ClassHierarchyBuilder supertype computation in terms of DartType
2020-01-21 lrn@google.com Include [AssertionError.message] in [AssertionError.toString] value.
2020-01-21 vsm@google.com [js] cleanup old dart:js / js_util files
2020-01-21 dmitryas@google.com [cfe] Allow invocations of Object's member on nullable receivers
2020-01-21 mvdoster@gmail.com docs(Update list.dart)
2020-01-21 13454782+awulkan@users.noreply.github.com Fix: Typo in elementAt() method description
2020-01-21 lrn@google.com Clean-up. Fixes List.generate and Stream.isEmpty documentation.
2020-01-21 dacoharkes@google.com [vm/ffi] Enable tests on CFE

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

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/ef0c7f16e609..4ad5fab95753

git log ef0c7f1..4ad5fab --date=short --first-parent --format='%ad %ae %s'
2020-01-22 jwren@google.com Refactor _placementInSuggestionList to not use the dart:math Point class to represent Place, this has been replaced by a new class.
2020-01-22 rmacnak@google.com [test] Remove dart2js tests of MirrorsUsed. Remove MirrorsUsed annotations for all tests.
2020-01-22 paulberry@google.com Migration: add logic to remove unnecessary "as" expressions.
2020-01-22 paulberry@google.com Migration: verify that "as" expressions are allowed to be null
2020-01-21 scheglov@google.com Parse --packages file as package_config.json or .packages, depending on the content.
2020-01-21 paulberry@google.com Migration: make an inverse function for Variables.uniqueIdentifierForSpan.
2020-01-21 vsm@google.com Add node-source-map-support for better web stack traces during testing
2020-01-21 markzipan@google.com Moving DoubleLinkedQueueEntry's null check to firstEntry and lastEntry.
2020-01-21 jakemac@google.com code review updates from https://dart-review.googlesource.com/c/sdk/+/132300/6 that I forgot to upload
2020-01-21 jwren@google.com Counter utility class for printing additional metrics from the completion_metrics.dart file.
2020-01-21 scheglov@google.com Issue 39833. Report an error when a function typed formal parameter has question and the experiment is not enabled.
2020-01-21 alexmarkov@google.com [vm/aot/tfa] Take control flow into account when building data flow summary
2020-01-21 fmil@google.com Replace fuchsia.deprecatedtimezone
2020-01-21 whesse@google.com [infra] Send only 100 changed test results to Firestore at once
2020-01-21 vsm@google.com [dartdevc,nnbd] include dart:developer and dart:isolate in built sdk
2020-01-21 jwren@google.com Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file.
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analyzer_plugin
2020-01-21 brianwilkerson@google.com Fix some lints from function typed parameters that were not converted automatically
2020-01-21 mfairhurst@google.com [nnbd_migration] Assign instance creation parameters to bounds
2020-01-21 mfairhurst@google.com [nnbd_migration] Assign implicit call type parameters to bounds
2020-01-21 mfairhurst@google.com [nnbd_migration] assign explicit call() type-parameters to their bounds
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server_client
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server
2020-01-21 jakemac@google.com Updates frontend_server javascript bundler to be based on import uri instead of file uri.
2020-01-21 victor.agnez@hotmail.com [vm/aot] Fix FlowGraphCompiler::TryIntrinsifyHelper issue for implicit getters and setters of unboxed fields
2020-01-21 paulberry@google.com Migration: create wrapper methods for EditPlanner.surround
2020-01-21 paulberry@google.com Make it easier for tests based on AnalysisContextCollectionImpl to enable NNBD.
2020-01-21 paulberry@google.com Convert builder.dart to triple-slash comment style
2020-01-21 paulberry@google.com Migration: plumb more fix reasons through FixBuilder to instrumentation.
2020-01-21 paulberry@google.com Migration: fix broken reasons for dead code elimination
2020-01-21 paulberry@google.com Migration: generalize creation of unique IDs for source spans
2020-01-21 danny@tuppeny.com Add a server diagnostic page for viewing overlays/contents
2020-01-21 johnniwinther@google.com [cfe] Move type parser to package:kernel
2020-01-21 johnniwinther@google.com [cfe] Implement ClassHierarchyBuilder supertype computation in terms of DartType
2020-01-21 lrn@google.com Include [AssertionError.message] in [AssertionError.toString] value.
2020-01-21 vsm@google.com [js] cleanup old dart:js / js_util files
2020-01-21 dmitryas@google.com [cfe] Allow invocations of Object's member on nullable receivers
2020-01-21 mvdoster@gmail.com docs(Update list.dart)
2020-01-21 13454782+awulkan@users.noreply.github.com Fix: Typo in elementAt() method description
2020-01-21 lrn@google.com Clean-up. Fixes List.generate and Stream.isEmpty documentation.
2020-01-21 dacoharkes@google.com [vm/ffi] Enable tests on CFE

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

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 c3bfd45 into flutter:master Jan 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 22, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 22, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 23, 2020
flutter/engine@83a64b7...46e58b9

git log 83a64b7..46e58b9 --first-parent --oneline
2020-01-22 iska.kaushik@gmail.com [bots] remove auto-assign for web PRs (flutter/engine#15878)
2020-01-22 dnfield@google.com [fuchsia] HitTesting for fuchsia a11y (flutter/engine#15570)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 808f021b51df..d59053987a27 (4 commits) (flutter/engine#15882)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/dart 4ad5fab95753..439cabaec02f (2 commits) (flutter/engine#15881)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 4277f0173657..808f021b51df (7 commits) (flutter/engine#15879)
2020-01-22 goderbauer@google.com Remove unused Imports and private method (flutter/engine#15872)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/dart ef0c7f16e609..4ad5fab95753 (41 commits) (flutter/engine#15875)
2020-01-22 stuartmorgan@google.com Add missing include in GLFW and Windows embeddings (flutter/engine#15867)
2020-01-22 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from p1UDn... to v-OJE... (flutter/engine#15874)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC aaclarke@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
jonahwilliams pushed a commit to jonahwilliams/flutter that referenced this pull request Jan 24, 2020
flutter/engine@83a64b7...46e58b9

git log 83a64b7..46e58b9 --first-parent --oneline
2020-01-22 iska.kaushik@gmail.com [bots] remove auto-assign for web PRs (flutter/engine#15878)
2020-01-22 dnfield@google.com [fuchsia] HitTesting for fuchsia a11y (flutter/engine#15570)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 808f021b51df..d59053987a27 (4 commits) (flutter/engine#15882)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/dart 4ad5fab95753..439cabaec02f (2 commits) (flutter/engine#15881)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 4277f0173657..808f021b51df (7 commits) (flutter/engine#15879)
2020-01-22 goderbauer@google.com Remove unused Imports and private method (flutter/engine#15872)
2020-01-22 skia-flutter-autoroll@skia.org Roll src/third_party/dart ef0c7f16e609..4ad5fab95753 (41 commits) (flutter/engine#15875)
2020-01-22 stuartmorgan@google.com Add missing include in GLFW and Windows embeddings (flutter/engine#15867)
2020-01-22 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from p1UDn... to v-OJE... (flutter/engine#15874)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC aaclarke@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
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
https://dart.googlesource.com/sdk.git/+log/ef0c7f16e609..4ad5fab95753

git log ef0c7f1..4ad5fab --date=short --first-parent --format='%ad %ae %s'
2020-01-22 jwren@google.com Refactor _placementInSuggestionList to not use the dart:math Point class to represent Place, this has been replaced by a new class.
2020-01-22 rmacnak@google.com [test] Remove dart2js tests of MirrorsUsed. Remove MirrorsUsed annotations for all tests.
2020-01-22 paulberry@google.com Migration: add logic to remove unnecessary "as" expressions.
2020-01-22 paulberry@google.com Migration: verify that "as" expressions are allowed to be null
2020-01-21 scheglov@google.com Parse --packages file as package_config.json or .packages, depending on the content.
2020-01-21 paulberry@google.com Migration: make an inverse function for Variables.uniqueIdentifierForSpan.
2020-01-21 vsm@google.com Add node-source-map-support for better web stack traces during testing
2020-01-21 markzipan@google.com Moving DoubleLinkedQueueEntry's null check to firstEntry and lastEntry.
2020-01-21 jakemac@google.com code review updates from https://dart-review.googlesource.com/c/sdk/+/132300/6 that I forgot to upload
2020-01-21 jwren@google.com Counter utility class for printing additional metrics from the completion_metrics.dart file.
2020-01-21 scheglov@google.com Issue 39833. Report an error when a function typed formal parameter has question and the experiment is not enabled.
2020-01-21 alexmarkov@google.com [vm/aot/tfa] Take control flow into account when building data flow summary
2020-01-21 fmil@google.com Replace fuchsia.deprecatedtimezone
2020-01-21 whesse@google.com [infra] Send only 100 changed test results to Firestore at once
2020-01-21 vsm@google.com [dartdevc,nnbd] include dart:developer and dart:isolate in built sdk
2020-01-21 jwren@google.com Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file.
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analyzer_plugin
2020-01-21 brianwilkerson@google.com Fix some lints from function typed parameters that were not converted automatically
2020-01-21 mfairhurst@google.com [nnbd_migration] Assign instance creation parameters to bounds
2020-01-21 mfairhurst@google.com [nnbd_migration] Assign implicit call type parameters to bounds
2020-01-21 mfairhurst@google.com [nnbd_migration] assign explicit call() type-parameters to their bounds
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server_client
2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server
2020-01-21 jakemac@google.com Updates frontend_server javascript bundler to be based on import uri instead of file uri.
2020-01-21 victor.agnez@hotmail.com [vm/aot] Fix FlowGraphCompiler::TryIntrinsifyHelper issue for implicit getters and setters of unboxed fields
2020-01-21 paulberry@google.com Migration: create wrapper methods for EditPlanner.surround
2020-01-21 paulberry@google.com Make it easier for tests based on AnalysisContextCollectionImpl to enable NNBD.
2020-01-21 paulberry@google.com Convert builder.dart to triple-slash comment style
2020-01-21 paulberry@google.com Migration: plumb more fix reasons through FixBuilder to instrumentation.
2020-01-21 paulberry@google.com Migration: fix broken reasons for dead code elimination
2020-01-21 paulberry@google.com Migration: generalize creation of unique IDs for source spans
2020-01-21 danny@tuppeny.com Add a server diagnostic page for viewing overlays/contents
2020-01-21 johnniwinther@google.com [cfe] Move type parser to package:kernel
2020-01-21 johnniwinther@google.com [cfe] Implement ClassHierarchyBuilder supertype computation in terms of DartType
2020-01-21 lrn@google.com Include [AssertionError.message] in [AssertionError.toString] value.
2020-01-21 vsm@google.com [js] cleanup old dart:js / js_util files
2020-01-21 dmitryas@google.com [cfe] Allow invocations of Object's member on nullable receivers
2020-01-21 mvdoster@gmail.com docs(Update list.dart)
2020-01-21 13454782+awulkan@users.noreply.github.com Fix: Typo in elementAt() method description
2020-01-21 lrn@google.com Clean-up. Fixes List.generate and Stream.isEmpty documentation.
2020-01-21 dacoharkes@google.com [vm/ffi] Enable tests on CFE

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

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
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
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