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

https://dart.googlesource.com/sdk.git/+log/ef0c7f16e609..4ad5fab95753

git log ef0c7f1..4ad5fab --date=short --first-parent --format='%ad %ae %s'
2020-01-22 [email protected] Refactor _placementInSuggestionList to not use the dart:math Point class to represent Place, this has been replaced by a new class.
2020-01-22 [email protected] [test] Remove dart2js tests of MirrorsUsed. Remove MirrorsUsed annotations for all tests.
2020-01-22 [email protected] Migration: add logic to remove unnecessary "as" expressions.
2020-01-22 [email protected] Migration: verify that "as" expressions are allowed to be null
2020-01-21 [email protected] Parse --packages file as package_config.json or .packages, depending on the content.
2020-01-21 [email protected] Migration: make an inverse function for Variables.uniqueIdentifierForSpan.
2020-01-21 [email protected] Add node-source-map-support for better web stack traces during testing
2020-01-21 [email protected] Moving DoubleLinkedQueueEntry's null check to firstEntry and lastEntry.
2020-01-21 [email protected] code review updates from https://dart-review.googlesource.com/c/sdk/+/132300/6 that I forgot to upload
2020-01-21 [email protected] Counter utility class for printing additional metrics from the completion_metrics.dart file.
2020-01-21 [email protected] Issue 39833. Report an error when a function typed formal parameter has question and the experiment is not enabled.
2020-01-21 [email protected] [vm/aot/tfa] Take control flow into account when building data flow summary
2020-01-21 [email protected] Replace fuchsia.deprecatedtimezone
2020-01-21 [email protected] [infra] Send only 100 changed test results to Firestore at once
2020-01-21 [email protected] [dartdevc,nnbd] include dart:developer and dart:isolate in built sdk
2020-01-21 [email protected] Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file.
2020-01-21 [email protected] Enable prefer_single_quotes in analyzer_plugin
2020-01-21 [email protected] Fix some lints from function typed parameters that were not converted automatically
2020-01-21 [email protected] [nnbd_migration] Assign instance creation parameters to bounds
2020-01-21 [email protected] [nnbd_migration] Assign implicit call type parameters to bounds
2020-01-21 [email protected] [nnbd_migration] assign explicit call() type-parameters to their bounds
2020-01-21 [email protected] Enable prefer_single_quotes in analysis_server_client
2020-01-21 [email protected] Enable prefer_single_quotes in analysis_server
2020-01-21 [email protected] Updates frontend_server javascript bundler to be based on import uri instead of file uri.
2020-01-21 [email protected] [vm/aot] Fix FlowGraphCompiler::TryIntrinsifyHelper issue for implicit getters and setters of unboxed fields
2020-01-21 [email protected] Migration: create wrapper methods for EditPlanner.surround
2020-01-21 [email protected] Make it easier for tests based on AnalysisContextCollectionImpl to enable NNBD.
2020-01-21 [email protected] Convert builder.dart to triple-slash comment style
2020-01-21 [email protected] Migration: plumb more fix reasons through FixBuilder to instrumentation.
2020-01-21 [email protected] Migration: fix broken reasons for dead code elimination
2020-01-21 [email protected] Migration: generalize creation of unique IDs for source spans
2020-01-21 [email protected] Add a server diagnostic page for viewing overlays/contents
2020-01-21 [email protected] [cfe] Move type parser to package:kernel
2020-01-21 [email protected] [cfe] Implement ClassHierarchyBuilder supertype computation in terms of DartType
2020-01-21 [email protected] Include [AssertionError.message] in [AssertionError.toString] value.
2020-01-21 [email protected] [js] cleanup old dart:js / js_util files
2020-01-21 [email protected] [cfe] Allow invocations of Object's member on nullable receivers
2020-01-21 [email protected] docs(Update list.dart)
2020-01-21 [email protected] Fix: Typo in elementAt() method description
2020-01-21 [email protected] Clean-up. Fixes List.generate and Stream.isEmpty documentation.
2020-01-21 [email protected] [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 [email protected] 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: [email protected]
@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 [email protected] [bots] remove auto-assign for web PRs (flutter/engine#15878)
2020-01-22 [email protected] [fuchsia] HitTesting for fuchsia a11y (flutter/engine#15570)
2020-01-22 [email protected] Roll src/third_party/skia 808f021b51df..d59053987a27 (4 commits) (flutter/engine#15882)
2020-01-22 [email protected] Roll src/third_party/dart 4ad5fab95753..439cabaec02f (2 commits) (flutter/engine#15881)
2020-01-22 [email protected] Roll src/third_party/skia 4277f0173657..808f021b51df (7 commits) (flutter/engine#15879)
2020-01-22 [email protected] Remove unused Imports and private method (flutter/engine#15872)
2020-01-22 [email protected] Roll src/third_party/dart ef0c7f16e609..4ad5fab95753 (41 commits) (flutter/engine#15875)
2020-01-22 [email protected] Add missing include in GLFW and Windows embeddings (flutter/engine#15867)
2020-01-22 [email protected] 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 [email protected] 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 [email protected] [bots] remove auto-assign for web PRs (flutter/engine#15878)
2020-01-22 [email protected] [fuchsia] HitTesting for fuchsia a11y (flutter/engine#15570)
2020-01-22 [email protected] Roll src/third_party/skia 808f021b51df..d59053987a27 (4 commits) (flutter/engine#15882)
2020-01-22 [email protected] Roll src/third_party/dart 4ad5fab95753..439cabaec02f (2 commits) (flutter/engine#15881)
2020-01-22 [email protected] Roll src/third_party/skia 4277f0173657..808f021b51df (7 commits) (flutter/engine#15879)
2020-01-22 [email protected] Remove unused Imports and private method (flutter/engine#15872)
2020-01-22 [email protected] Roll src/third_party/dart ef0c7f16e609..4ad5fab95753 (41 commits) (flutter/engine#15875)
2020-01-22 [email protected] Add missing include in GLFW and Windows embeddings (flutter/engine#15867)
2020-01-22 [email protected] 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 [email protected] 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 [email protected] Refactor _placementInSuggestionList to not use the dart:math Point class to represent Place, this has been replaced by a new class.
2020-01-22 [email protected] [test] Remove dart2js tests of MirrorsUsed. Remove MirrorsUsed annotations for all tests.
2020-01-22 [email protected] Migration: add logic to remove unnecessary "as" expressions.
2020-01-22 [email protected] Migration: verify that "as" expressions are allowed to be null
2020-01-21 [email protected] Parse --packages file as package_config.json or .packages, depending on the content.
2020-01-21 [email protected] Migration: make an inverse function for Variables.uniqueIdentifierForSpan.
2020-01-21 [email protected] Add node-source-map-support for better web stack traces during testing
2020-01-21 [email protected] Moving DoubleLinkedQueueEntry's null check to firstEntry and lastEntry.
2020-01-21 [email protected] code review updates from https://dart-review.googlesource.com/c/sdk/+/132300/6 that I forgot to upload
2020-01-21 [email protected] Counter utility class for printing additional metrics from the completion_metrics.dart file.
2020-01-21 [email protected] Issue 39833. Report an error when a function typed formal parameter has question and the experiment is not enabled.
2020-01-21 [email protected] [vm/aot/tfa] Take control flow into account when building data flow summary
2020-01-21 [email protected] Replace fuchsia.deprecatedtimezone
2020-01-21 [email protected] [infra] Send only 100 changed test results to Firestore at once
2020-01-21 [email protected] [dartdevc,nnbd] include dart:developer and dart:isolate in built sdk
2020-01-21 [email protected] Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file.
2020-01-21 [email protected] Enable prefer_single_quotes in analyzer_plugin
2020-01-21 [email protected] Fix some lints from function typed parameters that were not converted automatically
2020-01-21 [email protected] [nnbd_migration] Assign instance creation parameters to bounds
2020-01-21 [email protected] [nnbd_migration] Assign implicit call type parameters to bounds
2020-01-21 [email protected] [nnbd_migration] assign explicit call() type-parameters to their bounds
2020-01-21 [email protected] Enable prefer_single_quotes in analysis_server_client
2020-01-21 [email protected] Enable prefer_single_quotes in analysis_server
2020-01-21 [email protected] Updates frontend_server javascript bundler to be based on import uri instead of file uri.
2020-01-21 [email protected] [vm/aot] Fix FlowGraphCompiler::TryIntrinsifyHelper issue for implicit getters and setters of unboxed fields
2020-01-21 [email protected] Migration: create wrapper methods for EditPlanner.surround
2020-01-21 [email protected] Make it easier for tests based on AnalysisContextCollectionImpl to enable NNBD.
2020-01-21 [email protected] Convert builder.dart to triple-slash comment style
2020-01-21 [email protected] Migration: plumb more fix reasons through FixBuilder to instrumentation.
2020-01-21 [email protected] Migration: fix broken reasons for dead code elimination
2020-01-21 [email protected] Migration: generalize creation of unique IDs for source spans
2020-01-21 [email protected] Add a server diagnostic page for viewing overlays/contents
2020-01-21 [email protected] [cfe] Move type parser to package:kernel
2020-01-21 [email protected] [cfe] Implement ClassHierarchyBuilder supertype computation in terms of DartType
2020-01-21 [email protected] Include [AssertionError.message] in [AssertionError.toString] value.
2020-01-21 [email protected] [js] cleanup old dart:js / js_util files
2020-01-21 [email protected] [cfe] Allow invocations of Object's member on nullable receivers
2020-01-21 [email protected] docs(Update list.dart)
2020-01-21 [email protected] Fix: Typo in elementAt() method description
2020-01-21 [email protected] Clean-up. Fixes List.generate and Stream.isEmpty documentation.
2020-01-21 [email protected] [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 [email protected] 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: [email protected]
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