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/05e70d5b38cb..2f57602411b3

git log 05e70d5..2f57602 --date=short --first-parent --format='%ad %ae %s'
2020-01-02 [email protected] [dartdevc] Update is, as, and _check methods for null safety
2020-01-02 [email protected] [dartdevc] Removing nullability wrappers from const proto fields.
2020-01-02 [email protected] Validate incompatible lint rules
2020-01-02 [email protected] [nnbd_migration] Fix return Bottom from async function.
2020-01-02 [email protected] [vm, service] Account for image pages in the capacity reported by heap snapshots.
2020-01-02 [email protected] [nnbd_migration] handle enum values getter
2020-01-02 [email protected] Extract individual assists / fixes into separate classes.
2020-01-02 [email protected] [ package:vm_service ] Fix issue where TimelineEvent.toJson always returned an empty map
2020-01-02 [email protected] Enforce that allowInterop is used in DDC
2020-01-02 [email protected] Report unchecked nullable for explicit / implicit 'this' in extensions.
2020-01-02 [email protected] Use NullableDereferenceVerifier in ErrorVerifier.
2020-01-02 [email protected] Remove BUILT_IN_IDENTIFIER_AS_TYPE error code for 'addAsync' quick fix.
2020-01-02 [email protected] [vm/compiler] Remove PushArguments from ThrowInstr, ReThrowInstr
2020-01-02 [email protected] [vm/compiler] Refactor PolymorphicInstanceCallInstr
2020-01-02 [email protected] Remove ResolutionTest.assertErrorsWithCodes().
2020-01-02 [email protected] Don't statically register LSP capabilities that will be dynamically registered
2020-01-02 [email protected] Add --migrate-dependencies hidden option for dartfix.
2020-01-02 [email protected] Unskip LSP integration tests that were skipped for being flaky
2020-01-02 [email protected] Add deprecated member messages
2020-01-02 [email protected] Remove assertTestErrorsWithCodes() and assertNoTestErrors().
2020-01-02 [email protected] [vm/nnbd] First start on migrating VM patch files for NNBD
2020-01-02 [email protected] [vm] Fix IntConverter canonicalization
2020-01-02 [email protected] Use ErrorReporter in TypeNameResolver.
2020-01-02 [email protected] Simplify 'void' resolution in TypeNameResolver.
2020-01-02 [email protected] Disable a lint in the LSP generated code and re-run the generator
2020-01-02 [email protected] Enable avoid_return_types_on_setters in analysis_server_client
2020-01-02 [email protected] Remove unnecessary const modifiers
2020-01-01 [email protected] Extract error reporting from TypeNameResolver.
2020-01-01 [email protected] Enable annotate_overrides in several packages
2020-01-01 [email protected] Minor cleanup of DartFixInfo
2020-01-01 [email protected] Improve the fix for avoid_init_to_null to match the lint
2020-01-01 [email protected] Deprecate assertNoTestErrors() and replace with assertNoErrorsInCode().
2020-01-01 [email protected] Stop using Identifier in several Scope.lookup() methods.
2020-01-01 [email protected] Add Element.getDisplayString(withNullability), use it in analyzer.
2020-01-01 [email protected] Deprecate 'ErrorReporter.source' setter.
2019-12-31 [email protected] Use WRONG_NUMBER_OF_TYPE_ARGUMENTS instead of two other equivalent error codes.
2019-12-31 [email protected] Tweaks for DuplicateDefinitionVerifier.
2019-12-31 [email protected] Simplify getNullability(hasQuestion).
2019-12-31 [email protected] Remove almost all uses of assertTestErrorsWithCodes().
2019-12-31 [email protected] Update TypedLiteralResolver.computeElementType()
2019-12-31 [email protected] TypeNameResolver refactoring - extract Element instantiation.
2019-12-31 [email protected] Remove unnecessary methods to record errors or tokens and nodes.
2019-12-31 [email protected] Remove 'isNonNullableByDefault' from TypeSystem.inferGenericFunctionOrType
2019-12-30 [email protected] Use DartType.isDartCoreList in analysis_server.

Created with:
gclient setdep -r src/third_party/dart@2f57602411b3

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/05e70d5b38cb..2f57602411b3

git log 05e70d5..2f57602 --date=short --first-parent --format='%ad %ae %s'
2020-01-02 [email protected] [dartdevc] Update is, as, and _check methods for null safety
2020-01-02 [email protected] [dartdevc] Removing nullability wrappers from const __proto__ fields.
2020-01-02 [email protected] Validate incompatible lint rules
2020-01-02 [email protected] [nnbd_migration] Fix return Bottom from async function.
2020-01-02 [email protected] [vm, service] Account for image pages in the capacity reported by heap snapshots.
2020-01-02 [email protected] [nnbd_migration] handle enum `values` getter
2020-01-02 [email protected] Extract individual assists / fixes into separate classes.
2020-01-02 [email protected] [ package:vm_service ] Fix issue where `TimelineEvent.toJson` always returned an empty map
2020-01-02 [email protected] Enforce that `allowInterop` is used in DDC
2020-01-02 [email protected] Report unchecked nullable for explicit / implicit 'this' in extensions.
2020-01-02 [email protected] Use NullableDereferenceVerifier in ErrorVerifier.
2020-01-02 [email protected] Remove BUILT_IN_IDENTIFIER_AS_TYPE error code for 'addAsync' quick fix.
2020-01-02 [email protected] [vm/compiler] Remove PushArguments from ThrowInstr, ReThrowInstr
2020-01-02 [email protected] [vm/compiler] Refactor PolymorphicInstanceCallInstr
2020-01-02 [email protected] Remove ResolutionTest.assertErrorsWithCodes().
2020-01-02 [email protected] Don't statically register LSP capabilities that will be dynamically registered
2020-01-02 [email protected] Add --migrate-dependencies hidden option for dartfix.
2020-01-02 [email protected] Unskip LSP integration tests that were skipped for being flaky
2020-01-02 [email protected] Add deprecated member messages
2020-01-02 [email protected] Remove assertTestErrorsWithCodes() and assertNoTestErrors().
2020-01-02 [email protected] [vm/nnbd] First start on migrating VM patch files for NNBD
2020-01-02 [email protected] [vm] Fix IntConverter canonicalization
2020-01-02 [email protected] Use ErrorReporter in TypeNameResolver.
2020-01-02 [email protected] Simplify 'void' resolution in TypeNameResolver.
2020-01-02 [email protected] Disable a lint in the LSP generated code and re-run the generator
2020-01-02 [email protected] Enable avoid_return_types_on_setters in analysis_server_client
2020-01-02 [email protected] Remove unnecessary `const` modifiers
2020-01-01 [email protected] Extract error reporting from TypeNameResolver.
2020-01-01 [email protected] Enable annotate_overrides in several packages
2020-01-01 [email protected] Minor cleanup of DartFixInfo
2020-01-01 [email protected] Improve the fix for avoid_init_to_null to match the lint
2020-01-01 [email protected] Deprecate assertNoTestErrors() and replace with assertNoErrorsInCode().
2020-01-01 [email protected] Stop using Identifier in several Scope.lookup() methods.
2020-01-01 [email protected] Add Element.getDisplayString(withNullability), use it in analyzer.
2020-01-01 [email protected] Deprecate 'ErrorReporter.source' setter.
2019-12-31 [email protected] Use WRONG_NUMBER_OF_TYPE_ARGUMENTS instead of two other equivalent error codes.
2019-12-31 [email protected] Tweaks for DuplicateDefinitionVerifier.
2019-12-31 [email protected] Simplify getNullability(hasQuestion).
2019-12-31 [email protected] Remove almost all uses of assertTestErrorsWithCodes().
2019-12-31 [email protected] Update TypedLiteralResolver.computeElementType()
2019-12-31 [email protected] TypeNameResolver refactoring - extract Element instantiation.
2019-12-31 [email protected] Remove unnecessary methods to record errors or tokens and nodes.
2019-12-31 [email protected] Remove 'isNonNullableByDefault' from TypeSystem.inferGenericFunctionOrType
2019-12-30 [email protected] Use DartType.isDartCoreList in analysis_server.

Created with:
  gclient setdep -r src/third_party/dart@2f57602411b3

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

git log d35a4b3..5858519 --first-parent --oneline
2020-01-03 [email protected] Roll src/third_party/dart 05e70d5b38cb..2f57602411b3 (44 commits) (flutter/engine#15100)
2020-01-03 [email protected] Roll fuchsia/sdk/core/linux-amd64 from AVtRQ... to MwGkB... (flutter/engine#15110)
2020-01-03 [email protected] Roll fuchsia/sdk/core/mac-amd64 from zkzoZ... to Vk6uT... (flutter/engine#15104)


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/05e70d5b38cb..2f57602411b3

git log 05e70d5..2f57602 --date=short --first-parent --format='%ad %ae %s'
2020-01-02 [email protected] [dartdevc] Update is, as, and _check methods for null safety
2020-01-02 [email protected] [dartdevc] Removing nullability wrappers from const __proto__ fields.
2020-01-02 [email protected] Validate incompatible lint rules
2020-01-02 [email protected] [nnbd_migration] Fix return Bottom from async function.
2020-01-02 [email protected] [vm, service] Account for image pages in the capacity reported by heap snapshots.
2020-01-02 [email protected] [nnbd_migration] handle enum `values` getter
2020-01-02 [email protected] Extract individual assists / fixes into separate classes.
2020-01-02 [email protected] [ package:vm_service ] Fix issue where `TimelineEvent.toJson` always returned an empty map
2020-01-02 [email protected] Enforce that `allowInterop` is used in DDC
2020-01-02 [email protected] Report unchecked nullable for explicit / implicit 'this' in extensions.
2020-01-02 [email protected] Use NullableDereferenceVerifier in ErrorVerifier.
2020-01-02 [email protected] Remove BUILT_IN_IDENTIFIER_AS_TYPE error code for 'addAsync' quick fix.
2020-01-02 [email protected] [vm/compiler] Remove PushArguments from ThrowInstr, ReThrowInstr
2020-01-02 [email protected] [vm/compiler] Refactor PolymorphicInstanceCallInstr
2020-01-02 [email protected] Remove ResolutionTest.assertErrorsWithCodes().
2020-01-02 [email protected] Don't statically register LSP capabilities that will be dynamically registered
2020-01-02 [email protected] Add --migrate-dependencies hidden option for dartfix.
2020-01-02 [email protected] Unskip LSP integration tests that were skipped for being flaky
2020-01-02 [email protected] Add deprecated member messages
2020-01-02 [email protected] Remove assertTestErrorsWithCodes() and assertNoTestErrors().
2020-01-02 [email protected] [vm/nnbd] First start on migrating VM patch files for NNBD
2020-01-02 [email protected] [vm] Fix IntConverter canonicalization
2020-01-02 [email protected] Use ErrorReporter in TypeNameResolver.
2020-01-02 [email protected] Simplify 'void' resolution in TypeNameResolver.
2020-01-02 [email protected] Disable a lint in the LSP generated code and re-run the generator
2020-01-02 [email protected] Enable avoid_return_types_on_setters in analysis_server_client
2020-01-02 [email protected] Remove unnecessary `const` modifiers
2020-01-01 [email protected] Extract error reporting from TypeNameResolver.
2020-01-01 [email protected] Enable annotate_overrides in several packages
2020-01-01 [email protected] Minor cleanup of DartFixInfo
2020-01-01 [email protected] Improve the fix for avoid_init_to_null to match the lint
2020-01-01 [email protected] Deprecate assertNoTestErrors() and replace with assertNoErrorsInCode().
2020-01-01 [email protected] Stop using Identifier in several Scope.lookup() methods.
2020-01-01 [email protected] Add Element.getDisplayString(withNullability), use it in analyzer.
2020-01-01 [email protected] Deprecate 'ErrorReporter.source' setter.
2019-12-31 [email protected] Use WRONG_NUMBER_OF_TYPE_ARGUMENTS instead of two other equivalent error codes.
2019-12-31 [email protected] Tweaks for DuplicateDefinitionVerifier.
2019-12-31 [email protected] Simplify getNullability(hasQuestion).
2019-12-31 [email protected] Remove almost all uses of assertTestErrorsWithCodes().
2019-12-31 [email protected] Update TypedLiteralResolver.computeElementType()
2019-12-31 [email protected] TypeNameResolver refactoring - extract Element instantiation.
2019-12-31 [email protected] Remove unnecessary methods to record errors or tokens and nodes.
2019-12-31 [email protected] Remove 'isNonNullableByDefault' from TypeSystem.inferGenericFunctionOrType
2019-12-30 [email protected] Use DartType.isDartCoreList in analysis_server.

Created with:
  gclient setdep -r src/third_party/dart@2f57602411b3

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