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/fe666ce592cb..862d5012ae9c

git log fe666ce..862d501 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 [email protected] [cfe] Handle explicit opt-out in nnbd-not-enabled message
2020-01-15 [email protected] [dart2js,cfe] Move filenames.dart to _fe_analyzer_shared
2020-01-15 [email protected] [vm/ffi] Migrate dart:ffi to nnbd
2020-01-15 [email protected] [vmservice] Make sure one can request several heap snapshots
2020-01-15 [email protected] [cfe] Insert member signatures for nnbd aware inheritance
2020-01-15 [email protected] Special case in completion_metrics.dart, some keyword suggestions come out of the DAS completion engine such as "import '';", instead of "import"
2020-01-15 [email protected] Fix failing tests on unittest-asserts-release-win after analyzer Packages change.
2020-01-15 [email protected] Reland "De-dup js_util between ddc and dart2js"
2020-01-15 [email protected] Downgrade receiver of type Never to hint.
2020-01-15 [email protected] [ VM / dart:vmservice ] Migrate dart:vmservice to NNBD, cleanup outdated code
2020-01-15 [email protected] [vm] Update dart:mirrors for Dart 3.
2020-01-15 [email protected] completions for yield statements
2020-01-14 [email protected] [vm, test] Copy dart:wasm tests from lib_2/wasm to lib/wasm
2020-01-14 [email protected] closure arg code completion
2020-01-14 [email protected] API improvement in completion_metrics.dart to introduce ExpectedCompletion.matches(CompletionSuggestion)
2020-01-14 [email protected] [dartdevc] Update NNBD subtype tests to avoid wrapping legacy types
2020-01-14 [email protected] Add completion kind and element kind assertions on matching expected completions from the analysis server in completion_metrics.dart
2020-01-14 [email protected] Issue 40057. Fix for Never as setter receiver.
2020-01-14 [email protected] [dart2js] Remove unused method
2020-01-14 [email protected] This is a failing test for http://dartbug.com/37907 using the new DartCompletionManagerTest
2020-01-14 [email protected] Pass TypeSystem and TypeProvider into TypedLiteralResolver.
2020-01-14 [email protected] Migration: wire up elimination of dead if branches to FixBuilder.
2020-01-14 [email protected] Migration: Add logic to FixAggregator to eliminate dead "if" branches.
2020-01-14 [email protected] Migration: add the ability to create EditPlans that remove source code.
2020-01-14 [email protected] Migration: Add tests for the algorithm used by EditPlaner.passThrough.
2020-01-14 [email protected] Migration: Remove _incorporateParent method.
2020-01-14 [email protected] Nit completion_metrics.dart cleanup from comments in https://dart-review.googlesource.com/c/sdk/+/131600
2020-01-14 [email protected] Issue 39059. Check for minor / major version overflow.
2020-01-14 [email protected] Convert late field syntax test to static error test
2020-01-14 [email protected] [Dart/CLI] : Migrate dart:cli for NNBD.
2020-01-14 [email protected] Extract AssignmentExpressionResolver.
2020-01-14 [email protected] [vm, library] Migrate dart:wasm to NNBD
2020-01-14 [email protected] Improve the String output of the double percents.
2020-01-14 [email protected] Split completion_metrics.dart into two files.
2020-01-14 [email protected] Use analyzer Packages in analyzer_cli.
2020-01-14 [email protected] [vm] Fix some issues with round trip serialization.
2020-01-14 [email protected] Revert "[vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object."
2020-01-14 [email protected] [cfe] ClassHierarchyBuilder cleanup before adding member signatures
2020-01-14 [email protected] [cfe] Handle type variable typed late fields and locals
2020-01-14 [email protected] [cfe] Report error on await in late local initializer
2020-01-14 [email protected] [vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object.
2020-01-14 [email protected] [vm] Clone boxes for unboxed numeric fields upon rematerialization.
2020-01-14 [email protected] [vm/ffi] Test alignment of small stack arguments
2020-01-14 [email protected] [cfe] Add canonical way to detect the synthesized redirecting factory field
2020-01-14 [email protected] Fix bug in NNBD stream controller.
2020-01-14 [email protected] [cfe] Add more tests for compile-time errors related to Null Safety
2020-01-14 [email protected] Refactor the 3 implementations of Comparator down to a single implementation.
2020-01-14 [email protected] List copy benchmark

Created with:
gclient setdep -r src/third_party/dart@862d5012ae9c

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/fe666ce592cb..862d5012ae9c

git log fe666ce..862d501 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 [email protected] [cfe] Handle explicit opt-out in nnbd-not-enabled message
2020-01-15 [email protected] [dart2js,cfe] Move filenames.dart to _fe_analyzer_shared
2020-01-15 [email protected] [vm/ffi] Migrate dart:ffi to nnbd
2020-01-15 [email protected] [vmservice] Make sure one can request several heap snapshots
2020-01-15 [email protected] [cfe] Insert member signatures for nnbd aware inheritance
2020-01-15 [email protected] Special case in completion_metrics.dart, some keyword suggestions come out of the DAS completion engine such as "import '';", instead of "import"
2020-01-15 [email protected] Fix failing tests on unittest-asserts-release-win after analyzer Packages change.
2020-01-15 [email protected] Reland "De-dup js_util between ddc and dart2js"
2020-01-15 [email protected] Downgrade receiver of type Never to hint.
2020-01-15 [email protected] [ VM / dart:vmservice ] Migrate dart:vmservice to NNBD, cleanup outdated code
2020-01-15 [email protected] [vm] Update dart:mirrors for Dart 3.
2020-01-15 [email protected] completions for yield statements
2020-01-14 [email protected] [vm, test] Copy dart:wasm tests from lib_2/wasm to lib/wasm
2020-01-14 [email protected] closure arg code completion
2020-01-14 [email protected] API improvement in completion_metrics.dart to introduce ExpectedCompletion.matches(CompletionSuggestion)
2020-01-14 [email protected] [dartdevc] Update NNBD subtype tests to avoid wrapping legacy types
2020-01-14 [email protected] Add completion kind and element kind assertions on matching expected completions from the analysis server in completion_metrics.dart
2020-01-14 [email protected] Issue 40057. Fix for Never as setter receiver.
2020-01-14 [email protected] [dart2js] Remove unused method
2020-01-14 [email protected] This is a failing test for http://dartbug.com/37907 using the new DartCompletionManagerTest
2020-01-14 [email protected] Pass TypeSystem and TypeProvider into TypedLiteralResolver.
2020-01-14 [email protected] Migration: wire up elimination of dead if branches to FixBuilder.
2020-01-14 [email protected] Migration: Add logic to FixAggregator to eliminate dead "if" branches.
2020-01-14 [email protected] Migration: add the ability to create EditPlans that remove source code.
2020-01-14 [email protected] Migration: Add tests for the algorithm used by EditPlaner.passThrough.
2020-01-14 [email protected] Migration: Remove _incorporateParent method.
2020-01-14 [email protected] Nit completion_metrics.dart cleanup from comments in https://dart-review.googlesource.com/c/sdk/+/131600
2020-01-14 [email protected] Issue 39059. Check for minor / major version overflow.
2020-01-14 [email protected] Convert late field syntax test to static error test
2020-01-14 [email protected] [Dart/CLI] : Migrate dart:cli for NNBD.
2020-01-14 [email protected] Extract AssignmentExpressionResolver.
2020-01-14 [email protected] [vm, library] Migrate dart:wasm to NNBD
2020-01-14 [email protected] Improve the String output of the double percents.
2020-01-14 [email protected] Split completion_metrics.dart into two files.
2020-01-14 [email protected] Use analyzer Packages in analyzer_cli.
2020-01-14 [email protected] [vm] Fix some issues with round trip serialization.
2020-01-14 [email protected] Revert "[vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object."
2020-01-14 [email protected] [cfe] ClassHierarchyBuilder cleanup before adding member signatures
2020-01-14 [email protected] [cfe] Handle type variable typed late fields and locals
2020-01-14 [email protected] [cfe] Report error on `await` in late local initializer
2020-01-14 [email protected] [vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object.
2020-01-14 [email protected] [vm] Clone boxes for unboxed numeric fields upon rematerialization.
2020-01-14 [email protected] [vm/ffi] Test alignment of small stack arguments
2020-01-14 [email protected] [cfe] Add canonical way to detect the synthesized redirecting factory field
2020-01-14 [email protected] Fix bug in NNBD stream controller.
2020-01-14 [email protected] [cfe] Add more tests for compile-time errors related to Null Safety
2020-01-14 [email protected] Refactor the 3 implementations of Comparator<CompletionSuggestion> down to a single implementation.
2020-01-14 [email protected] List copy benchmark

Created with:
  gclient setdep -r src/third_party/dart@862d5012ae9c

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 4dc0302 into flutter:master Jan 15, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 16, 2020
flutter/engine@3488051...be20fb6

git log 3488051..be20fb6 --first-parent --oneline
2020-01-15 [email protected] [web] Exec command copy (flutter/engine#15675)
2020-01-15 [email protected] Disable fml_unittests till flakes are addressed. (flutter/engine#15676)
2020-01-15 [email protected] Roll src/third_party/dart fe666ce592cb..862d5012ae9c (48 commits) (flutter/engine#15672)
2020-01-15 [email protected] Fix hardware keyboard enter so it triggers an action. (flutter/engine#15568)
2020-01-15 [email protected] Use iOS 13 dark content status bar style (flutter/engine#13119)
2020-01-15 [email protected] Roll fuchsia/sdk/core/linux-amd64 from oxHfW... to UlOSN... (flutter/engine#15670)
2020-01-15 [email protected] Roll src/third_party/skia e45c5cd03eeb..7655168e6865 (29 commits) (flutter/engine#15671)
2020-01-15 [email protected] Fix embedder mutation order (flutter/engine#15566)


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/fe666ce592cb..862d5012ae9c

git log fe666ce..862d501 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 [email protected] [cfe] Handle explicit opt-out in nnbd-not-enabled message
2020-01-15 [email protected] [dart2js,cfe] Move filenames.dart to _fe_analyzer_shared
2020-01-15 [email protected] [vm/ffi] Migrate dart:ffi to nnbd
2020-01-15 [email protected] [vmservice] Make sure one can request several heap snapshots
2020-01-15 [email protected] [cfe] Insert member signatures for nnbd aware inheritance
2020-01-15 [email protected] Special case in completion_metrics.dart, some keyword suggestions come out of the DAS completion engine such as "import '';", instead of "import"
2020-01-15 [email protected] Fix failing tests on unittest-asserts-release-win after analyzer Packages change.
2020-01-15 [email protected] Reland "De-dup js_util between ddc and dart2js"
2020-01-15 [email protected] Downgrade receiver of type Never to hint.
2020-01-15 [email protected] [ VM / dart:vmservice ] Migrate dart:vmservice to NNBD, cleanup outdated code
2020-01-15 [email protected] [vm] Update dart:mirrors for Dart 3.
2020-01-15 [email protected] completions for yield statements
2020-01-14 [email protected] [vm, test] Copy dart:wasm tests from lib_2/wasm to lib/wasm
2020-01-14 [email protected] closure arg code completion
2020-01-14 [email protected] API improvement in completion_metrics.dart to introduce ExpectedCompletion.matches(CompletionSuggestion)
2020-01-14 [email protected] [dartdevc] Update NNBD subtype tests to avoid wrapping legacy types
2020-01-14 [email protected] Add completion kind and element kind assertions on matching expected completions from the analysis server in completion_metrics.dart
2020-01-14 [email protected] Issue 40057. Fix for Never as setter receiver.
2020-01-14 [email protected] [dart2js] Remove unused method
2020-01-14 [email protected] This is a failing test for http://dartbug.com/37907 using the new DartCompletionManagerTest
2020-01-14 [email protected] Pass TypeSystem and TypeProvider into TypedLiteralResolver.
2020-01-14 [email protected] Migration: wire up elimination of dead if branches to FixBuilder.
2020-01-14 [email protected] Migration: Add logic to FixAggregator to eliminate dead "if" branches.
2020-01-14 [email protected] Migration: add the ability to create EditPlans that remove source code.
2020-01-14 [email protected] Migration: Add tests for the algorithm used by EditPlaner.passThrough.
2020-01-14 [email protected] Migration: Remove _incorporateParent method.
2020-01-14 [email protected] Nit completion_metrics.dart cleanup from comments in https://dart-review.googlesource.com/c/sdk/+/131600
2020-01-14 [email protected] Issue 39059. Check for minor / major version overflow.
2020-01-14 [email protected] Convert late field syntax test to static error test
2020-01-14 [email protected] [Dart/CLI] : Migrate dart:cli for NNBD.
2020-01-14 [email protected] Extract AssignmentExpressionResolver.
2020-01-14 [email protected] [vm, library] Migrate dart:wasm to NNBD
2020-01-14 [email protected] Improve the String output of the double percents.
2020-01-14 [email protected] Split completion_metrics.dart into two files.
2020-01-14 [email protected] Use analyzer Packages in analyzer_cli.
2020-01-14 [email protected] [vm] Fix some issues with round trip serialization.
2020-01-14 [email protected] Revert "[vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object."
2020-01-14 [email protected] [cfe] ClassHierarchyBuilder cleanup before adding member signatures
2020-01-14 [email protected] [cfe] Handle type variable typed late fields and locals
2020-01-14 [email protected] [cfe] Report error on `await` in late local initializer
2020-01-14 [email protected] [vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object.
2020-01-14 [email protected] [vm] Clone boxes for unboxed numeric fields upon rematerialization.
2020-01-14 [email protected] [vm/ffi] Test alignment of small stack arguments
2020-01-14 [email protected] [cfe] Add canonical way to detect the synthesized redirecting factory field
2020-01-14 [email protected] Fix bug in NNBD stream controller.
2020-01-14 [email protected] [cfe] Add more tests for compile-time errors related to Null Safety
2020-01-14 [email protected] Refactor the 3 implementations of Comparator<CompletionSuggestion> down to a single implementation.
2020-01-14 [email protected] List copy benchmark

Created with:
  gclient setdep -r src/third_party/dart@862d5012ae9c

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
filmil pushed a commit to filmil/engine that referenced this pull request Mar 13, 2020
https://dart.googlesource.com/sdk.git/+log/fe666ce592cb..862d5012ae9c

git log fe666ce..862d501 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 [email protected] [cfe] Handle explicit opt-out in nnbd-not-enabled message
2020-01-15 [email protected] [dart2js,cfe] Move filenames.dart to _fe_analyzer_shared
2020-01-15 [email protected] [vm/ffi] Migrate dart:ffi to nnbd
2020-01-15 [email protected] [vmservice] Make sure one can request several heap snapshots
2020-01-15 [email protected] [cfe] Insert member signatures for nnbd aware inheritance
2020-01-15 [email protected] Special case in completion_metrics.dart, some keyword suggestions come out of the DAS completion engine such as "import '';", instead of "import"
2020-01-15 [email protected] Fix failing tests on unittest-asserts-release-win after analyzer Packages change.
2020-01-15 [email protected] Reland "De-dup js_util between ddc and dart2js"
2020-01-15 [email protected] Downgrade receiver of type Never to hint.
2020-01-15 [email protected] [ VM / dart:vmservice ] Migrate dart:vmservice to NNBD, cleanup outdated code
2020-01-15 [email protected] [vm] Update dart:mirrors for Dart 3.
2020-01-15 [email protected] completions for yield statements
2020-01-14 [email protected] [vm, test] Copy dart:wasm tests from lib_2/wasm to lib/wasm
2020-01-14 [email protected] closure arg code completion
2020-01-14 [email protected] API improvement in completion_metrics.dart to introduce ExpectedCompletion.matches(CompletionSuggestion)
2020-01-14 [email protected] [dartdevc] Update NNBD subtype tests to avoid wrapping legacy types
2020-01-14 [email protected] Add completion kind and element kind assertions on matching expected completions from the analysis server in completion_metrics.dart
2020-01-14 [email protected] Issue 40057. Fix for Never as setter receiver.
2020-01-14 [email protected] [dart2js] Remove unused method
2020-01-14 [email protected] This is a failing test for http://dartbug.com/37907 using the new DartCompletionManagerTest
2020-01-14 [email protected] Pass TypeSystem and TypeProvider into TypedLiteralResolver.
2020-01-14 [email protected] Migration: wire up elimination of dead if branches to FixBuilder.
2020-01-14 [email protected] Migration: Add logic to FixAggregator to eliminate dead "if" branches.
2020-01-14 [email protected] Migration: add the ability to create EditPlans that remove source code.
2020-01-14 [email protected] Migration: Add tests for the algorithm used by EditPlaner.passThrough.
2020-01-14 [email protected] Migration: Remove _incorporateParent method.
2020-01-14 [email protected] Nit completion_metrics.dart cleanup from comments in https://dart-review.googlesource.com/c/sdk/+/131600
2020-01-14 [email protected] Issue 39059. Check for minor / major version overflow.
2020-01-14 [email protected] Convert late field syntax test to static error test
2020-01-14 [email protected] [Dart/CLI] : Migrate dart:cli for NNBD.
2020-01-14 [email protected] Extract AssignmentExpressionResolver.
2020-01-14 [email protected] [vm, library] Migrate dart:wasm to NNBD
2020-01-14 [email protected] Improve the String output of the double percents.
2020-01-14 [email protected] Split completion_metrics.dart into two files.
2020-01-14 [email protected] Use analyzer Packages in analyzer_cli.
2020-01-14 [email protected] [vm] Fix some issues with round trip serialization.
2020-01-14 [email protected] Revert "[vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object."
2020-01-14 [email protected] [cfe] ClassHierarchyBuilder cleanup before adding member signatures
2020-01-14 [email protected] [cfe] Handle type variable typed late fields and locals
2020-01-14 [email protected] [cfe] Report error on `await` in late local initializer
2020-01-14 [email protected] [vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object.
2020-01-14 [email protected] [vm] Clone boxes for unboxed numeric fields upon rematerialization.
2020-01-14 [email protected] [vm/ffi] Test alignment of small stack arguments
2020-01-14 [email protected] [cfe] Add canonical way to detect the synthesized redirecting factory field
2020-01-14 [email protected] Fix bug in NNBD stream controller.
2020-01-14 [email protected] [cfe] Add more tests for compile-time errors related to Null Safety
2020-01-14 [email protected] Refactor the 3 implementations of Comparator<CompletionSuggestion> down to a single implementation.
2020-01-14 [email protected] List copy benchmark

Created with:
  gclient setdep -r src/third_party/dart@862d5012ae9c

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