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/c0ca187f2699..395daaa3ecfc

git log c0ca187..395daaa --date=short --first-parent --format='%ad %ae %s'
2020-01-09 [email protected] Revert "Remove HInstruction.isControlFlow()"
2020-01-09 [email protected] Upgrade dartdoc to 0.30.0.
2020-01-09 [email protected] Cleaning up NNBD tests and migrations.
2020-01-09 [email protected] Reland of https://dart-review.googlesource.com/c/sdk/+/130134
2020-01-09 [email protected] Sort declarations in trial_migration.dart
2020-01-09 [email protected] EditPlanner: add the ability to comment out code rather than removing it.
2020-01-09 [email protected] Migrator: initial support for extensions; #40023
2020-01-09 [email protected] [cfe] Fix type inference for ?? operator in Null Safety
2020-01-09 [email protected] [infra] Add cfe NNBD builder to the test matrix
2020-01-09 [email protected] [vm/nnbd] Second set of changes for migrating VM patch files for NNBD
2020-01-09 [email protected] Migrator preview: Prevent initial inline request of root; causing 404s
2020-01-09 [email protected] Do not complain about a lone unused private constructor
2020-01-09 [email protected] [infra] Remove script to generate custom try builds on cl-*-try builders
2020-01-09 [email protected] Remove redundant detail from doc comment
2020-01-09 [email protected] [VM] Ignore dart scheme scripts in isolate reload
2020-01-09 [email protected] Create a factory interface for creating EditPlans: EditPlanner.
2020-01-09 [email protected] Change NodeChange.apply to accept a FixAggregator rather than a callback.
2020-01-09 [email protected] Migration: simplify "extract" edit plans by always deferring change computation.
2020-01-09 [email protected] Migration: Teach FixBuilder not to append ? to void type.
2020-01-09 [email protected] Remove HInstruction.isControlFlow()
2020-01-09 [email protected] [dart2js] Handle nullability correctly in UnionTypeMask.locateSingleMember().
2020-01-09 [email protected] [VM/Library] Opt-in all the patch files of core libraries for NNBD
2020-01-09 [email protected] [vm/compiler] Remove PushArgument instructions from IL up to AllocateRegisters
2020-01-09 [email protected] [vm/compiler] Remove PushArguments from AllocateObjectInstr
2020-01-09 [email protected] [vm, gc] Add missing check to begin concurrent marking during large page allocation.
2020-01-09 [email protected] [nnbd_migration] fix flow analysis for function declarations
2020-01-08 [email protected] Fix typo from migrating stream_controller
2020-01-08 [email protected] Extract FunctionExpressionInvocationResolver.
2020-01-08 [email protected] [ dartfuzz ] Temporarily prevent Float32x4.fromInt32x4Bits from being emitted in generated programs.
2020-01-08 [email protected] Prepare to publish analyzer 0.39.4
2020-01-08 [email protected] analysis_server: Make private fields final where possible
2020-01-08 [email protected] Enforce and fix lint prefer_single_quotes
2020-01-08 [email protected] Extract TypePropertyResolver and use in ElementResolver.
2020-01-08 [email protected] Refactor arg list to use conditional elements
2020-01-08 [email protected] Enable null aware lints
2020-01-08 [email protected] fix for avoid_redundant_argument_values
2020-01-08 [email protected] [dartdevc] Ensure null is Object* evaluates to true
2020-01-08 [email protected] Add valueRange field to LSP Flutter Outline attributes
2020-01-08 [email protected] [dartdevc] fix nnbd static errors on sdk
2020-01-08 [email protected] [VM/nnbd] Simplify NNBDMode enum class.
2020-01-08 [email protected] linter 0.1.108
2020-01-08 [email protected] Gracefully handle a race condition in code completion (issue 40008)
2020-01-08 [email protected] [VM/runtime] - Remove DART_NO_SNAPSHOT
2020-01-08 [email protected] [observatory] Visualize differences between two heap snapshots.
2020-01-08 [email protected] Inline getType() in TypedLiteralResolver.
2020-01-08 [email protected] Fix a problem where '?.call()' could propagate a non-legacy type.
2020-01-08 [email protected] Remove now unused 'isNullAware' from ElementResolver.
2020-01-08 [email protected] Inline getType() in TypeNameResolver.
2020-01-08 [email protected] [dartdevc] Update extractTypeArguments to handle nullability wrappers
2020-01-08 [email protected] Replace assertElementTypeString with assertType.
2020-01-08 [email protected] Merge some resolution assertions.
2020-01-08 [email protected] Flow analysis: adjust nomenclature to match spec draft.
2020-01-08 [email protected] Sort methods in flow_anlalysis.dart
2020-01-08 [email protected] Remove unnecessary casts to TypeImpl.
2020-01-08 [email protected] Remove deprecated "author" section from _fe_analyzer_shared pubspec.yaml.
2020-01-08 [email protected] [vm/aot/tfa] Type check parameters before joining variable values
2020-01-08 [email protected] Stop using package:expect in _fe_analyzer_shared.
2020-01-08 [email protected] [dart:_internal] Update signature of extractTypeArguments()
2020-01-08 [email protected] [infra] Handle missing boolean fields in get_builder_status
2020-01-08 [email protected] [vm] Populate VM isolate group source data and instruction pointers.
2020-01-08 [email protected] [analyzer,cfe,dart2js] Add skipMap to id-testing
2020-01-08 [email protected] [analyzer,cfe,dart2js] Improve offset of generated library/class/member annotations
2020-01-08 [email protected] [cfe] Make .{thisF,f}unctionType nullability-aware
2020-01-08 [email protected] Revert "Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow"""
2020-01-08 [email protected] [cfe] Report error on required named parameters having default values
2020-01-08 [email protected] [dart2js] Remove ConstantExpression/Constructor/Evaluation
2020-01-08 [email protected] [dart2js] Use CFE constant evaluator for non-required constants
2020-01-08 [email protected] [dart2js] Remove code dependent on non-cfe-constants
2020-01-08 [email protected] Deprecate DartType.name
2020-01-08 [email protected] InterfaceTypeImpl has one constructor.
2020-01-08 [email protected] Resolve with Never and Never? receivers.
2020-01-08 [email protected] [vm, service] Speed up generation and transmission of heap snapshots.
2020-01-08 [email protected] [nnbd_migration] Fix Enum.toString(), the last exception in flutter.
2020-01-08 [email protected] Analyzer: add some deprecation messages.
2020-01-07 [email protected] Fix deferredPrefix.loadLibrary() resolution to check for extra arguments.
2020-01-07 [email protected] Report unused constructors
2020-01-07 [email protected] migrator: Fix HTML-rendered text in navigation and tooltips
2020-01-07 [email protected] Prepare to publish analyzer 0.39.3
2020-01-07 [email protected] Always return a type from getReadType(), possibly dynamic.
2020-01-07 [email protected] [dart2js] Add TYPE_REF().
2020-01-07 [email protected] [dart2js] Represent nullability as its own bit on UnionTypeMasks.
2020-01-07 [email protected] Fix TypeParameterType.== when reloaded elements and recursive bounds.
2020-01-07 [email protected] [dartdevc] Emitting nullability wrappers for generic classes and type parameters.
2020-01-07 [email protected] [vm] Enable multiple entry-points on IA32.

Created with:
gclient setdep -r src/third_party/dart@395daaa3ecfc

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/c0ca187f2699..395daaa3ecfc

git log c0ca187..395daaa --date=short --first-parent --format='%ad %ae %s'
2020-01-09 [email protected] Revert "Remove HInstruction.isControlFlow()"
2020-01-09 [email protected] Upgrade dartdoc to 0.30.0.
2020-01-09 [email protected] Cleaning up NNBD tests and migrations.
2020-01-09 [email protected] Reland of https://dart-review.googlesource.com/c/sdk/+/130134
2020-01-09 [email protected] Sort declarations in trial_migration.dart
2020-01-09 [email protected] EditPlanner: add the ability to comment out code rather than removing it.
2020-01-09 [email protected] Migrator: initial support for extensions; flutter#40023
2020-01-09 [email protected] [cfe] Fix type inference for ?? operator in Null Safety
2020-01-09 [email protected] [infra] Add cfe NNBD builder to the test matrix
2020-01-09 [email protected] [vm/nnbd] Second set of changes for migrating VM patch files for NNBD
2020-01-09 [email protected] Migrator preview: Prevent initial inline request of root; causing 404s
2020-01-09 [email protected] Do not complain about a lone unused private constructor
2020-01-09 [email protected] [infra] Remove script to generate custom try builds on cl-*-try builders
2020-01-09 [email protected] Remove redundant detail from doc comment
2020-01-09 [email protected] [VM] Ignore dart scheme scripts in isolate reload
2020-01-09 [email protected] Create a factory interface for creating EditPlans: EditPlanner.
2020-01-09 [email protected] Change NodeChange.apply to accept a FixAggregator rather than a callback.
2020-01-09 [email protected] Migration: simplify "extract" edit plans by always deferring change computation.
2020-01-09 [email protected] Migration: Teach FixBuilder not to append `?` to `void` type.
2020-01-09 [email protected] Remove HInstruction.isControlFlow()
2020-01-09 [email protected] [dart2js] Handle nullability correctly in UnionTypeMask.locateSingleMember().
2020-01-09 [email protected] [VM/Library] Opt-in all the patch files of core libraries for NNBD
2020-01-09 [email protected] [vm/compiler] Remove PushArgument instructions from IL up to AllocateRegisters
2020-01-09 [email protected] [vm/compiler] Remove PushArguments from AllocateObjectInstr
2020-01-09 [email protected] [vm, gc] Add missing check to begin concurrent marking during large page allocation.
2020-01-09 [email protected] [nnbd_migration] fix flow analysis for function declarations
2020-01-08 [email protected] Fix typo from migrating stream_controller
2020-01-08 [email protected] Extract FunctionExpressionInvocationResolver.
2020-01-08 [email protected] [ dartfuzz ] Temporarily prevent Float32x4.fromInt32x4Bits from being emitted in generated programs.
2020-01-08 [email protected] Prepare to publish analyzer 0.39.4
2020-01-08 [email protected] analysis_server: Make private fields final where possible
2020-01-08 [email protected] Enforce and fix lint prefer_single_quotes
2020-01-08 [email protected] Extract TypePropertyResolver and use in ElementResolver.
2020-01-08 [email protected] Refactor arg list to use conditional elements
2020-01-08 [email protected] Enable null aware lints
2020-01-08 [email protected] fix for avoid_redundant_argument_values
2020-01-08 [email protected] [dartdevc] Ensure `null is Object*` evaluates to true
2020-01-08 [email protected] Add valueRange field to LSP Flutter Outline attributes
2020-01-08 [email protected] [dartdevc] fix nnbd static errors on sdk
2020-01-08 [email protected] [VM/nnbd] Simplify NNBDMode enum class.
2020-01-08 [email protected] linter 0.1.108
2020-01-08 [email protected] Gracefully handle a race condition in code completion (issue 40008)
2020-01-08 [email protected] [VM/runtime] - Remove DART_NO_SNAPSHOT
2020-01-08 [email protected] [observatory] Visualize differences between two heap snapshots.
2020-01-08 [email protected] Inline getType() in TypedLiteralResolver.
2020-01-08 [email protected] Fix a problem where '?.call()' could propagate a non-legacy type.
2020-01-08 [email protected] Remove now unused 'isNullAware' from ElementResolver.
2020-01-08 [email protected] Inline getType() in TypeNameResolver.
2020-01-08 [email protected] [dartdevc] Update extractTypeArguments to handle nullability wrappers
2020-01-08 [email protected] Replace assertElementTypeString with assertType.
2020-01-08 [email protected] Merge some resolution assertions.
2020-01-08 [email protected] Flow analysis: adjust nomenclature to match spec draft.
2020-01-08 [email protected] Sort methods in flow_anlalysis.dart
2020-01-08 [email protected] Remove unnecessary casts to TypeImpl.
2020-01-08 [email protected] Remove deprecated "author" section from _fe_analyzer_shared pubspec.yaml.
2020-01-08 [email protected] [vm/aot/tfa] Type check parameters before joining variable values
2020-01-08 [email protected] Stop using package:expect in _fe_analyzer_shared.
2020-01-08 [email protected] [dart:_internal] Update signature of extractTypeArguments()
2020-01-08 [email protected] [infra] Handle missing boolean fields in get_builder_status
2020-01-08 [email protected] [vm] Populate VM isolate group source data and instruction pointers.
2020-01-08 [email protected] [analyzer,cfe,dart2js] Add skipMap to id-testing
2020-01-08 [email protected] [analyzer,cfe,dart2js] Improve offset of generated library/class/member annotations
2020-01-08 [email protected] [cfe] Make .{thisF,f}unctionType nullability-aware
2020-01-08 [email protected] Revert "Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow"""
2020-01-08 [email protected] [cfe] Report error on required named parameters having default values
2020-01-08 [email protected] [dart2js] Remove ConstantExpression/Constructor/Evaluation
2020-01-08 [email protected] [dart2js] Use CFE constant evaluator for non-required constants
2020-01-08 [email protected] [dart2js] Remove code dependent on non-cfe-constants
2020-01-08 [email protected] Deprecate DartType.name
2020-01-08 [email protected] InterfaceTypeImpl has one constructor.
2020-01-08 [email protected] Resolve with Never and Never? receivers.
2020-01-08 [email protected] [vm, service] Speed up generation and transmission of heap snapshots.
2020-01-08 [email protected] [nnbd_migration] Fix Enum.toString(), the last exception in flutter.
2020-01-08 [email protected] Analyzer: add some deprecation messages.
2020-01-07 [email protected] Fix deferredPrefix.loadLibrary() resolution to check for extra arguments.
2020-01-07 [email protected] Report unused constructors
2020-01-07 [email protected] migrator: Fix HTML-rendered text in navigation and tooltips
2020-01-07 [email protected] Prepare to publish analyzer 0.39.3
2020-01-07 [email protected] Always return a type from getReadType(), possibly dynamic.
2020-01-07 [email protected] [dart2js] Add TYPE_REF<T>().
2020-01-07 [email protected] [dart2js] Represent nullability as its own bit on UnionTypeMasks.
2020-01-07 [email protected] Fix TypeParameterType.== when reloaded elements and recursive bounds.
2020-01-07 [email protected] [dartdevc] Emitting nullability wrappers for generic classes and type parameters.
2020-01-07 [email protected] [vm] Enable multiple entry-points on IA32.

Created with:
  gclient setdep -r src/third_party/dart@395daaa3ecfc

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 3a1a3ba into flutter:master Jan 9, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 11, 2020
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
https://dart.googlesource.com/sdk.git/+log/c0ca187f2699..395daaa3ecfc

git log c0ca187..395daaa --date=short --first-parent --format='%ad %ae %s'
2020-01-09 [email protected] Revert "Remove HInstruction.isControlFlow()"
2020-01-09 [email protected] Upgrade dartdoc to 0.30.0.
2020-01-09 [email protected] Cleaning up NNBD tests and migrations.
2020-01-09 [email protected] Reland of https://dart-review.googlesource.com/c/sdk/+/130134
2020-01-09 [email protected] Sort declarations in trial_migration.dart
2020-01-09 [email protected] EditPlanner: add the ability to comment out code rather than removing it.
2020-01-09 [email protected] Migrator: initial support for extensions; flutter#40023
2020-01-09 [email protected] [cfe] Fix type inference for ?? operator in Null Safety
2020-01-09 [email protected] [infra] Add cfe NNBD builder to the test matrix
2020-01-09 [email protected] [vm/nnbd] Second set of changes for migrating VM patch files for NNBD
2020-01-09 [email protected] Migrator preview: Prevent initial inline request of root; causing 404s
2020-01-09 [email protected] Do not complain about a lone unused private constructor
2020-01-09 [email protected] [infra] Remove script to generate custom try builds on cl-*-try builders
2020-01-09 [email protected] Remove redundant detail from doc comment
2020-01-09 [email protected] [VM] Ignore dart scheme scripts in isolate reload
2020-01-09 [email protected] Create a factory interface for creating EditPlans: EditPlanner.
2020-01-09 [email protected] Change NodeChange.apply to accept a FixAggregator rather than a callback.
2020-01-09 [email protected] Migration: simplify "extract" edit plans by always deferring change computation.
2020-01-09 [email protected] Migration: Teach FixBuilder not to append `?` to `void` type.
2020-01-09 [email protected] Remove HInstruction.isControlFlow()
2020-01-09 [email protected] [dart2js] Handle nullability correctly in UnionTypeMask.locateSingleMember().
2020-01-09 [email protected] [VM/Library] Opt-in all the patch files of core libraries for NNBD
2020-01-09 [email protected] [vm/compiler] Remove PushArgument instructions from IL up to AllocateRegisters
2020-01-09 [email protected] [vm/compiler] Remove PushArguments from AllocateObjectInstr
2020-01-09 [email protected] [vm, gc] Add missing check to begin concurrent marking during large page allocation.
2020-01-09 [email protected] [nnbd_migration] fix flow analysis for function declarations
2020-01-08 [email protected] Fix typo from migrating stream_controller
2020-01-08 [email protected] Extract FunctionExpressionInvocationResolver.
2020-01-08 [email protected] [ dartfuzz ] Temporarily prevent Float32x4.fromInt32x4Bits from being emitted in generated programs.
2020-01-08 [email protected] Prepare to publish analyzer 0.39.4
2020-01-08 [email protected] analysis_server: Make private fields final where possible
2020-01-08 [email protected] Enforce and fix lint prefer_single_quotes
2020-01-08 [email protected] Extract TypePropertyResolver and use in ElementResolver.
2020-01-08 [email protected] Refactor arg list to use conditional elements
2020-01-08 [email protected] Enable null aware lints
2020-01-08 [email protected] fix for avoid_redundant_argument_values
2020-01-08 [email protected] [dartdevc] Ensure `null is Object*` evaluates to true
2020-01-08 [email protected] Add valueRange field to LSP Flutter Outline attributes
2020-01-08 [email protected] [dartdevc] fix nnbd static errors on sdk
2020-01-08 [email protected] [VM/nnbd] Simplify NNBDMode enum class.
2020-01-08 [email protected] linter 0.1.108
2020-01-08 [email protected] Gracefully handle a race condition in code completion (issue 40008)
2020-01-08 [email protected] [VM/runtime] - Remove DART_NO_SNAPSHOT
2020-01-08 [email protected] [observatory] Visualize differences between two heap snapshots.
2020-01-08 [email protected] Inline getType() in TypedLiteralResolver.
2020-01-08 [email protected] Fix a problem where '?.call()' could propagate a non-legacy type.
2020-01-08 [email protected] Remove now unused 'isNullAware' from ElementResolver.
2020-01-08 [email protected] Inline getType() in TypeNameResolver.
2020-01-08 [email protected] [dartdevc] Update extractTypeArguments to handle nullability wrappers
2020-01-08 [email protected] Replace assertElementTypeString with assertType.
2020-01-08 [email protected] Merge some resolution assertions.
2020-01-08 [email protected] Flow analysis: adjust nomenclature to match spec draft.
2020-01-08 [email protected] Sort methods in flow_anlalysis.dart
2020-01-08 [email protected] Remove unnecessary casts to TypeImpl.
2020-01-08 [email protected] Remove deprecated "author" section from _fe_analyzer_shared pubspec.yaml.
2020-01-08 [email protected] [vm/aot/tfa] Type check parameters before joining variable values
2020-01-08 [email protected] Stop using package:expect in _fe_analyzer_shared.
2020-01-08 [email protected] [dart:_internal] Update signature of extractTypeArguments()
2020-01-08 [email protected] [infra] Handle missing boolean fields in get_builder_status
2020-01-08 [email protected] [vm] Populate VM isolate group source data and instruction pointers.
2020-01-08 [email protected] [analyzer,cfe,dart2js] Add skipMap to id-testing
2020-01-08 [email protected] [analyzer,cfe,dart2js] Improve offset of generated library/class/member annotations
2020-01-08 [email protected] [cfe] Make .{thisF,f}unctionType nullability-aware
2020-01-08 [email protected] Revert "Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow"""
2020-01-08 [email protected] [cfe] Report error on required named parameters having default values
2020-01-08 [email protected] [dart2js] Remove ConstantExpression/Constructor/Evaluation
2020-01-08 [email protected] [dart2js] Use CFE constant evaluator for non-required constants
2020-01-08 [email protected] [dart2js] Remove code dependent on non-cfe-constants
2020-01-08 [email protected] Deprecate DartType.name
2020-01-08 [email protected] InterfaceTypeImpl has one constructor.
2020-01-08 [email protected] Resolve with Never and Never? receivers.
2020-01-08 [email protected] [vm, service] Speed up generation and transmission of heap snapshots.
2020-01-08 [email protected] [nnbd_migration] Fix Enum.toString(), the last exception in flutter.
2020-01-08 [email protected] Analyzer: add some deprecation messages.
2020-01-07 [email protected] Fix deferredPrefix.loadLibrary() resolution to check for extra arguments.
2020-01-07 [email protected] Report unused constructors
2020-01-07 [email protected] migrator: Fix HTML-rendered text in navigation and tooltips
2020-01-07 [email protected] Prepare to publish analyzer 0.39.3
2020-01-07 [email protected] Always return a type from getReadType(), possibly dynamic.
2020-01-07 [email protected] [dart2js] Add TYPE_REF<T>().
2020-01-07 [email protected] [dart2js] Represent nullability as its own bit on UnionTypeMasks.
2020-01-07 [email protected] Fix TypeParameterType.== when reloaded elements and recursive bounds.
2020-01-07 [email protected] [dartdevc] Emitting nullability wrappers for generic classes and type parameters.
2020-01-07 [email protected] [vm] Enable multiple entry-points on IA32.

Created with:
  gclient setdep -r src/third_party/dart@395daaa3ecfc

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/c0ca187f2699..395daaa3ecfc

git log c0ca187..395daaa --date=short --first-parent --format='%ad %ae %s'
2020-01-09 [email protected] Revert "Remove HInstruction.isControlFlow()"
2020-01-09 [email protected] Upgrade dartdoc to 0.30.0.
2020-01-09 [email protected] Cleaning up NNBD tests and migrations.
2020-01-09 [email protected] Reland of https://dart-review.googlesource.com/c/sdk/+/130134
2020-01-09 [email protected] Sort declarations in trial_migration.dart
2020-01-09 [email protected] EditPlanner: add the ability to comment out code rather than removing it.
2020-01-09 [email protected] Migrator: initial support for extensions; flutter#40023
2020-01-09 [email protected] [cfe] Fix type inference for ?? operator in Null Safety
2020-01-09 [email protected] [infra] Add cfe NNBD builder to the test matrix
2020-01-09 [email protected] [vm/nnbd] Second set of changes for migrating VM patch files for NNBD
2020-01-09 [email protected] Migrator preview: Prevent initial inline request of root; causing 404s
2020-01-09 [email protected] Do not complain about a lone unused private constructor
2020-01-09 [email protected] [infra] Remove script to generate custom try builds on cl-*-try builders
2020-01-09 [email protected] Remove redundant detail from doc comment
2020-01-09 [email protected] [VM] Ignore dart scheme scripts in isolate reload
2020-01-09 [email protected] Create a factory interface for creating EditPlans: EditPlanner.
2020-01-09 [email protected] Change NodeChange.apply to accept a FixAggregator rather than a callback.
2020-01-09 [email protected] Migration: simplify "extract" edit plans by always deferring change computation.
2020-01-09 [email protected] Migration: Teach FixBuilder not to append `?` to `void` type.
2020-01-09 [email protected] Remove HInstruction.isControlFlow()
2020-01-09 [email protected] [dart2js] Handle nullability correctly in UnionTypeMask.locateSingleMember().
2020-01-09 [email protected] [VM/Library] Opt-in all the patch files of core libraries for NNBD
2020-01-09 [email protected] [vm/compiler] Remove PushArgument instructions from IL up to AllocateRegisters
2020-01-09 [email protected] [vm/compiler] Remove PushArguments from AllocateObjectInstr
2020-01-09 [email protected] [vm, gc] Add missing check to begin concurrent marking during large page allocation.
2020-01-09 [email protected] [nnbd_migration] fix flow analysis for function declarations
2020-01-08 [email protected] Fix typo from migrating stream_controller
2020-01-08 [email protected] Extract FunctionExpressionInvocationResolver.
2020-01-08 [email protected] [ dartfuzz ] Temporarily prevent Float32x4.fromInt32x4Bits from being emitted in generated programs.
2020-01-08 [email protected] Prepare to publish analyzer 0.39.4
2020-01-08 [email protected] analysis_server: Make private fields final where possible
2020-01-08 [email protected] Enforce and fix lint prefer_single_quotes
2020-01-08 [email protected] Extract TypePropertyResolver and use in ElementResolver.
2020-01-08 [email protected] Refactor arg list to use conditional elements
2020-01-08 [email protected] Enable null aware lints
2020-01-08 [email protected] fix for avoid_redundant_argument_values
2020-01-08 [email protected] [dartdevc] Ensure `null is Object*` evaluates to true
2020-01-08 [email protected] Add valueRange field to LSP Flutter Outline attributes
2020-01-08 [email protected] [dartdevc] fix nnbd static errors on sdk
2020-01-08 [email protected] [VM/nnbd] Simplify NNBDMode enum class.
2020-01-08 [email protected] linter 0.1.108
2020-01-08 [email protected] Gracefully handle a race condition in code completion (issue 40008)
2020-01-08 [email protected] [VM/runtime] - Remove DART_NO_SNAPSHOT
2020-01-08 [email protected] [observatory] Visualize differences between two heap snapshots.
2020-01-08 [email protected] Inline getType() in TypedLiteralResolver.
2020-01-08 [email protected] Fix a problem where '?.call()' could propagate a non-legacy type.
2020-01-08 [email protected] Remove now unused 'isNullAware' from ElementResolver.
2020-01-08 [email protected] Inline getType() in TypeNameResolver.
2020-01-08 [email protected] [dartdevc] Update extractTypeArguments to handle nullability wrappers
2020-01-08 [email protected] Replace assertElementTypeString with assertType.
2020-01-08 [email protected] Merge some resolution assertions.
2020-01-08 [email protected] Flow analysis: adjust nomenclature to match spec draft.
2020-01-08 [email protected] Sort methods in flow_anlalysis.dart
2020-01-08 [email protected] Remove unnecessary casts to TypeImpl.
2020-01-08 [email protected] Remove deprecated "author" section from _fe_analyzer_shared pubspec.yaml.
2020-01-08 [email protected] [vm/aot/tfa] Type check parameters before joining variable values
2020-01-08 [email protected] Stop using package:expect in _fe_analyzer_shared.
2020-01-08 [email protected] [dart:_internal] Update signature of extractTypeArguments()
2020-01-08 [email protected] [infra] Handle missing boolean fields in get_builder_status
2020-01-08 [email protected] [vm] Populate VM isolate group source data and instruction pointers.
2020-01-08 [email protected] [analyzer,cfe,dart2js] Add skipMap to id-testing
2020-01-08 [email protected] [analyzer,cfe,dart2js] Improve offset of generated library/class/member annotations
2020-01-08 [email protected] [cfe] Make .{thisF,f}unctionType nullability-aware
2020-01-08 [email protected] Revert "Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow"""
2020-01-08 [email protected] [cfe] Report error on required named parameters having default values
2020-01-08 [email protected] [dart2js] Remove ConstantExpression/Constructor/Evaluation
2020-01-08 [email protected] [dart2js] Use CFE constant evaluator for non-required constants
2020-01-08 [email protected] [dart2js] Remove code dependent on non-cfe-constants
2020-01-08 [email protected] Deprecate DartType.name
2020-01-08 [email protected] InterfaceTypeImpl has one constructor.
2020-01-08 [email protected] Resolve with Never and Never? receivers.
2020-01-08 [email protected] [vm, service] Speed up generation and transmission of heap snapshots.
2020-01-08 [email protected] [nnbd_migration] Fix Enum.toString(), the last exception in flutter.
2020-01-08 [email protected] Analyzer: add some deprecation messages.
2020-01-07 [email protected] Fix deferredPrefix.loadLibrary() resolution to check for extra arguments.
2020-01-07 [email protected] Report unused constructors
2020-01-07 [email protected] migrator: Fix HTML-rendered text in navigation and tooltips
2020-01-07 [email protected] Prepare to publish analyzer 0.39.3
2020-01-07 [email protected] Always return a type from getReadType(), possibly dynamic.
2020-01-07 [email protected] [dart2js] Add TYPE_REF<T>().
2020-01-07 [email protected] [dart2js] Represent nullability as its own bit on UnionTypeMasks.
2020-01-07 [email protected] Fix TypeParameterType.== when reloaded elements and recursive bounds.
2020-01-07 [email protected] [dartdevc] Emitting nullability wrappers for generic classes and type parameters.
2020-01-07 [email protected] [vm] Enable multiple entry-points on IA32.

Created with:
  gclient setdep -r src/third_party/dart@395daaa3ecfc

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