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/2f57602411b3..76e3faa9824e

git log 2f57602..76e3faa --date=short --first-parent --format='%ad %ae %s'
2020-01-04 [email protected] Resolve MethodInvocation(s) with Never and Never? receivers.
2020-01-04 [email protected] (dart2js): enable new-rti by default
2020-01-03 [email protected] [nnbd_migration] Fix ConditionalModification on IfElement
2020-01-03 [email protected] Remove duplication in checking elements in TypeNameResolver.
2020-01-03 [email protected] [nnbd_migration] handle yoda conditions with null literals
2020-01-03 [email protected] [nnbd_migration] handle Object better, to fix void -> Object assignments
2020-01-03 [email protected] [dart2js] Treat type variable bounds checks as implicit is-tests.
2020-01-03 [email protected] Resolve MethodInvocation fully in MethodInvocationResolver.
2020-01-03 [email protected] Report error during constant evaluation for ForElement.
2020-01-03 [email protected] [vm/compiler] Do not use specualtive unboxing for Phi instructions in AOT
2020-01-03 [email protected] [nnbd_migration] Save enum index getter in the node builder
2020-01-03 [email protected] [analyzer,cfe,dart2js] Do not generate annotations for empty values.
2020-01-03 [email protected] [nnbd_migration] Support mixins, specifically super on a mixin.
2020-01-03 [email protected] [ package:vm_service ] Export dart:io service extensions through package_vm_service
2020-01-03 [email protected] Inlining list copy in Queue.toList.
2020-01-03 [email protected] [vm/compiler] Fix crash in StringInterpolateInstr::Canonicalize
2020-01-03 [email protected] Check for MigrationResolutionHooks directly in StaticTypeAnalyzer and ResolverVisitor.
2020-01-03 [email protected] [tests] Update test expectations
2020-01-03 [email protected] [vm/compiler] Consistently use pc-offsets of pointing to instruction after call in static calls table, to ensure unique offsets
2020-01-03 [email protected] [ package:vm_service ] Added methods to allow for HttpClient.enableTimelineLogging to be set via package:vm_service
2020-01-03 [email protected] Stop using assertHasTestErrors() where possible.
2020-01-03 [email protected] Show parens in LSP workspace symbols for methods/functions
2020-01-03 [email protected] Don't include end of comment markers in TODO range
2020-01-03 [email protected] Remove unnecessary climbing up when reporting non-type element.
2020-01-03 [email protected] Remove _checkElementOfType().
2020-01-03 [email protected] [cfe] Include nullability in implicit tearoff
2020-01-03 [email protected] [cfe] Replace isImplicitCall with ExpressionInvocation node
2020-01-03 [email protected] [vm/tfa] Use pragma to pass type arguments to exact return types.
2020-01-03 [email protected] [analyzer,cfe,dart2js] Support annotated code generation
2020-01-03 [email protected] [vm/tfa] Cleanup unused entry points json files
2020-01-03 [email protected] (dart2js) release some data-structures after resolution.
2020-01-03 [email protected] [dart2js] Add redirections for unneeded native classes in ruleset.
2020-01-02 [email protected] [dart2js] Add new RTI impact for is-tests and type checks.
2020-01-02 [email protected] [dartdevc] Cleanup violations of always_declare_return_types lint
2020-01-02 [email protected] [vm, timeline] Following switch from Duration events to Begin-End event pairs, avoid separate native call transitions to query the monotonic and thread clocks.
2020-01-02 [email protected] typos
2020-01-02 [email protected] [VM/Runtime] Propagate error from Loader::InitForSnapshot instead of asserting

Created with:
gclient setdep -r src/third_party/dart@76e3faa9824e

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/2f57602411b3..76e3faa9824e

git log 2f57602..76e3faa --date=short --first-parent --format='%ad %ae %s'
2020-01-04 [email protected] Resolve MethodInvocation(s) with Never and Never? receivers.
2020-01-04 [email protected] (dart2js): enable new-rti by default
2020-01-03 [email protected] [nnbd_migration] Fix ConditionalModification on IfElement
2020-01-03 [email protected] Remove duplication in checking elements in TypeNameResolver.
2020-01-03 [email protected] [nnbd_migration] handle yoda conditions with null literals
2020-01-03 [email protected] [nnbd_migration] handle Object better, to fix void -> Object assignments
2020-01-03 [email protected] [dart2js] Treat type variable bounds checks as implicit is-tests.
2020-01-03 [email protected] Resolve MethodInvocation fully in MethodInvocationResolver.
2020-01-03 [email protected] Report error during constant evaluation for ForElement.
2020-01-03 [email protected] [vm/compiler] Do not use specualtive unboxing for Phi instructions in AOT
2020-01-03 [email protected] [nnbd_migration] Save enum `index` getter in the node builder
2020-01-03 [email protected] [analyzer,cfe,dart2js] Do not generate annotations for empty values.
2020-01-03 [email protected] [nnbd_migration] Support mixins, specifically `super` on a mixin.
2020-01-03 [email protected] [ package:vm_service ] Export dart:io service extensions through package_vm_service
2020-01-03 [email protected] Inlining list copy in Queue.toList.
2020-01-03 [email protected] [vm/compiler] Fix crash in StringInterpolateInstr::Canonicalize
2020-01-03 [email protected] Check for MigrationResolutionHooks directly in StaticTypeAnalyzer and ResolverVisitor.
2020-01-03 [email protected] [tests] Update test expectations
2020-01-03 [email protected] [vm/compiler] Consistently use pc-offsets of pointing to instruction after call in static calls table, to ensure unique offsets
2020-01-03 [email protected] [ package:vm_service ] Added methods to allow for HttpClient.enableTimelineLogging to be set via package:vm_service
2020-01-03 [email protected] Stop using assertHasTestErrors() where possible.
2020-01-03 [email protected] Show parens in LSP workspace symbols for methods/functions
2020-01-03 [email protected] Don't include end of comment markers in TODO range
2020-01-03 [email protected] Remove unnecessary climbing up when reporting non-type element.
2020-01-03 [email protected] Remove _checkElementOfType().
2020-01-03 [email protected] [cfe] Include nullability in implicit tearoff
2020-01-03 [email protected] [cfe] Replace isImplicitCall with ExpressionInvocation node
2020-01-03 [email protected] [vm/tfa] Use pragma to pass type arguments to exact return types.
2020-01-03 [email protected] [analyzer,cfe,dart2js] Support annotated code generation
2020-01-03 [email protected] [vm/tfa] Cleanup unused entry points json files
2020-01-03 [email protected] (dart2js) release some data-structures after resolution.
2020-01-03 [email protected] [dart2js] Add redirections for unneeded native classes in ruleset.
2020-01-02 [email protected] [dart2js] Add new RTI impact for is-tests and type checks.
2020-01-02 [email protected] [dartdevc] Cleanup violations of always_declare_return_types lint
2020-01-02 [email protected] [vm, timeline] Following switch from Duration events to Begin-End event pairs, avoid separate native call transitions to query the monotonic and thread clocks.
2020-01-02 [email protected] typos
2020-01-02 [email protected] [VM/Runtime] Propagate error from Loader::InitForSnapshot instead of asserting

Created with:
  gclient setdep -r src/third_party/dart@76e3faa9824e

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 ea16489 into flutter:master Jan 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 8, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 8, 2020
flutter/engine@3851981...3f52888

git log 3851981..3f52888 --first-parent --oneline
2020-01-07 [email protected] Roll src/third_party/skia d445e2b6fcf1..91e0d7526944 (44 commits) (flutter/engine#15232)
2020-01-07 [email protected] Font subset (flutter/engine#14828)
2020-01-06 [email protected] Roll fuchsia/sdk/core/linux-amd64 from MwGkB... to xYmDF... (flutter/engine#15145)
2020-01-06 [email protected] Roll fuchsia/sdk/core/mac-amd64 from Kom_K... to nbeLe... (flutter/engine#15149)
2020-01-06 [email protected] Roll src/third_party/skia 6791ee2f8059..d445e2b6fcf1 (1 commits) (flutter/engine#15148)
2020-01-06 [email protected] Roll src/third_party/dart 76e3faa9824e..bebc7d3af5bd (1 commits) (flutter/engine#15146)
2020-01-04 [email protected] Roll src/third_party/dart 2f57602411b3..76e3faa9824e (37 commits) (flutter/engine#15143)


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
bkonyi pushed a commit to flutter/flutter that referenced this pull request Jan 9, 2020
flutter/engine@3851981...3f52888

git log 3851981..3f52888 --first-parent --oneline
2020-01-07 [email protected] Roll src/third_party/skia d445e2b6fcf1..91e0d7526944 (44 commits) (flutter/engine#15232)
2020-01-07 [email protected] Font subset (flutter/engine#14828)
2020-01-06 [email protected] Roll fuchsia/sdk/core/linux-amd64 from MwGkB... to xYmDF... (flutter/engine#15145)
2020-01-06 [email protected] Roll fuchsia/sdk/core/mac-amd64 from Kom_K... to nbeLe... (flutter/engine#15149)
2020-01-06 [email protected] Roll src/third_party/skia 6791ee2f8059..d445e2b6fcf1 (1 commits) (flutter/engine#15148)
2020-01-06 [email protected] Roll src/third_party/dart 76e3faa9824e..bebc7d3af5bd (1 commits) (flutter/engine#15146)
2020-01-04 [email protected] Roll src/third_party/dart 2f57602411b3..76e3faa9824e (37 commits) (flutter/engine#15143)


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

git log 2f57602..76e3faa --date=short --first-parent --format='%ad %ae %s'
2020-01-04 [email protected] Resolve MethodInvocation(s) with Never and Never? receivers.
2020-01-04 [email protected] (dart2js): enable new-rti by default
2020-01-03 [email protected] [nnbd_migration] Fix ConditionalModification on IfElement
2020-01-03 [email protected] Remove duplication in checking elements in TypeNameResolver.
2020-01-03 [email protected] [nnbd_migration] handle yoda conditions with null literals
2020-01-03 [email protected] [nnbd_migration] handle Object better, to fix void -> Object assignments
2020-01-03 [email protected] [dart2js] Treat type variable bounds checks as implicit is-tests.
2020-01-03 [email protected] Resolve MethodInvocation fully in MethodInvocationResolver.
2020-01-03 [email protected] Report error during constant evaluation for ForElement.
2020-01-03 [email protected] [vm/compiler] Do not use specualtive unboxing for Phi instructions in AOT
2020-01-03 [email protected] [nnbd_migration] Save enum `index` getter in the node builder
2020-01-03 [email protected] [analyzer,cfe,dart2js] Do not generate annotations for empty values.
2020-01-03 [email protected] [nnbd_migration] Support mixins, specifically `super` on a mixin.
2020-01-03 [email protected] [ package:vm_service ] Export dart:io service extensions through package_vm_service
2020-01-03 [email protected] Inlining list copy in Queue.toList.
2020-01-03 [email protected] [vm/compiler] Fix crash in StringInterpolateInstr::Canonicalize
2020-01-03 [email protected] Check for MigrationResolutionHooks directly in StaticTypeAnalyzer and ResolverVisitor.
2020-01-03 [email protected] [tests] Update test expectations
2020-01-03 [email protected] [vm/compiler] Consistently use pc-offsets of pointing to instruction after call in static calls table, to ensure unique offsets
2020-01-03 [email protected] [ package:vm_service ] Added methods to allow for HttpClient.enableTimelineLogging to be set via package:vm_service
2020-01-03 [email protected] Stop using assertHasTestErrors() where possible.
2020-01-03 [email protected] Show parens in LSP workspace symbols for methods/functions
2020-01-03 [email protected] Don't include end of comment markers in TODO range
2020-01-03 [email protected] Remove unnecessary climbing up when reporting non-type element.
2020-01-03 [email protected] Remove _checkElementOfType().
2020-01-03 [email protected] [cfe] Include nullability in implicit tearoff
2020-01-03 [email protected] [cfe] Replace isImplicitCall with ExpressionInvocation node
2020-01-03 [email protected] [vm/tfa] Use pragma to pass type arguments to exact return types.
2020-01-03 [email protected] [analyzer,cfe,dart2js] Support annotated code generation
2020-01-03 [email protected] [vm/tfa] Cleanup unused entry points json files
2020-01-03 [email protected] (dart2js) release some data-structures after resolution.
2020-01-03 [email protected] [dart2js] Add redirections for unneeded native classes in ruleset.
2020-01-02 [email protected] [dart2js] Add new RTI impact for is-tests and type checks.
2020-01-02 [email protected] [dartdevc] Cleanup violations of always_declare_return_types lint
2020-01-02 [email protected] [vm, timeline] Following switch from Duration events to Begin-End event pairs, avoid separate native call transitions to query the monotonic and thread clocks.
2020-01-02 [email protected] typos
2020-01-02 [email protected] [VM/Runtime] Propagate error from Loader::InitForSnapshot instead of asserting

Created with:
  gclient setdep -r src/third_party/dart@76e3faa9824e

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