Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Roll src/third_party/dart dcdc71d7639a..a90b84544426 (32 commits) #17585

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/dcdc71d7639a..a90b84544426

git log dcdc71d..a90b845 --date=short --first-parent --format='%ad %ae %s'
2020-04-08 [email protected] [infra] Fix AOT sanitizer bots to build everything they need.
2020-04-08 [email protected] Revert "[ Service / package:dds ] Add stream support to package:dds and enable DDS for VM service tests"
2020-04-08 [email protected] [ddc] Add typeRep<T>() to inline an unwrapped type directly
2020-04-07 [email protected] [ddc] Rename test so it actually runs as a test
2020-04-07 [email protected] Migrate language_2/export to NNBD.
2020-04-07 [email protected] [ Service / package:dds ] Add stream support to package:dds and enable DDS for VM service tests
2020-04-07 [email protected] [vm/nnbd/tests] Fix service/process_service_test for dartkp-weak-asserts config
2020-04-07 [email protected] Migrate language_2/exception to NNBD.
2020-04-07 [email protected] Follow up on recent completion improvement in https://dart-review.googlesource.com/c/sdk/+/142545 to add a test in optype_test.dart
2020-04-07 [email protected] Suggest type names before names in FieldDeclarations, even when they are documented with dartdoc
2020-04-07 [email protected] [tests] Remove more deprecated List constructor usage in tests
2020-04-07 [email protected] Add AnalysisServer client implementation for isolates.
2020-04-07 [email protected] Modify the completion_metrics.dart file to print the delta between the generated completions with and without useNewRelevance set
2020-04-07 [email protected] Prepare to publish analyzer 0.39.6.
2020-04-07 [email protected] [VM/nnbd] Verify that constants in core snapshots are mode agnostic.
2020-04-07 [email protected] [vm] Don't use addresses when naming type testing stubs.
2020-04-07 [email protected] Add a little script to run migrated (and unmigrated) tests.
2020-04-07 [email protected] [dart:html] Change late finals to external getters
2020-04-07 [email protected] Migration: remove the PotentialModification class and some of its descendants.
2020-04-07 [email protected] Migration: distinguish inserted casts based on whether they are downcasts.
2020-04-07 [email protected] Migration: fix listener setup for FixBuilder
2020-04-07 [email protected] Migration: categorize changes shown in the preview tool.
2020-04-07 [email protected] Improve DOWN for FutureOr vs. FutureOr or Future.
2020-04-07 [email protected] Implement hasTypeParameterReference using RecursiveTypeVisitor.
2020-04-07 [email protected] Remove disableConflictingGenericsCheck flag.
2020-04-07 [email protected] Suggest type names before names in TopLevelVariableDeclarations, even when they are documented with dartdoc.
2020-04-07 [email protected] Format analyzer's mock SDK code
2020-04-07 [email protected] [doc] Update dartlang.org links to dart.dev
2020-04-07 [email protected] Improve the completion of return types on FunctionTypedFormalParameters in FormalParameterLists
2020-04-07 [email protected] Add Window and DocumentFragment to analyzer's mock SDK.
2020-04-07 [email protected] Reland "[vm, gc] Parallel scavenge."
2020-04-07 [email protected] Fix LinterContext().canBeConst() - compute dependencies.

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

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/dcdc71d7639a..a90b84544426

git log dcdc71d..a90b845 --date=short --first-parent --format='%ad %ae %s'
2020-04-08 [email protected] [infra] Fix AOT sanitizer bots to build everything they need.
2020-04-08 [email protected] Revert "[ Service / package:dds ] Add stream support to package:dds and enable DDS for VM service tests"
2020-04-08 [email protected] [ddc] Add `typeRep<T>()` to inline an unwrapped type directly
2020-04-07 [email protected] [ddc] Rename test so it actually runs as a test
2020-04-07 [email protected] Migrate language_2/export to NNBD.
2020-04-07 [email protected] [ Service / package:dds ] Add stream support to package:dds and enable DDS for VM service tests
2020-04-07 [email protected] [vm/nnbd/tests] Fix service/process_service_test for dartkp-weak-asserts config
2020-04-07 [email protected] Migrate language_2/exception to NNBD.
2020-04-07 [email protected] Follow up on recent completion improvement in https://dart-review.googlesource.com/c/sdk/+/142545 to add a test in optype_test.dart
2020-04-07 [email protected] Suggest type names before names in FieldDeclarations, even when they are documented with dartdoc
2020-04-07 [email protected] [tests] Remove more deprecated List constructor usage in tests
2020-04-07 [email protected] Add AnalysisServer client implementation for isolates.
2020-04-07 [email protected] Modify the completion_metrics.dart file to print the delta between the generated completions with and without useNewRelevance set
2020-04-07 [email protected] Prepare to publish analyzer 0.39.6.
2020-04-07 [email protected] [VM/nnbd] Verify that constants in core snapshots are mode agnostic.
2020-04-07 [email protected] [vm] Don't use addresses when naming type testing stubs.
2020-04-07 [email protected] Add a little script to run migrated (and unmigrated) tests.
2020-04-07 [email protected] [dart:html] Change late finals to external getters
2020-04-07 [email protected] Migration: remove the PotentialModification class and some of its descendants.
2020-04-07 [email protected] Migration: distinguish inserted casts based on whether they are downcasts.
2020-04-07 [email protected] Migration: fix listener setup for FixBuilder
2020-04-07 [email protected] Migration: categorize changes shown in the preview tool.
2020-04-07 [email protected] Improve DOWN for FutureOr vs. FutureOr or Future.
2020-04-07 [email protected] Implement hasTypeParameterReference using RecursiveTypeVisitor.
2020-04-07 [email protected] Remove disableConflictingGenericsCheck flag.
2020-04-07 [email protected] Suggest type names before names in TopLevelVariableDeclarations, even when they are documented with dartdoc.
2020-04-07 [email protected] Format analyzer's mock SDK code
2020-04-07 [email protected] [doc] Update dartlang.org links to dart.dev
2020-04-07 [email protected] Improve the completion of return types on FunctionTypedFormalParameters in FormalParameterLists
2020-04-07 [email protected] Add Window and DocumentFragment to analyzer's mock SDK.
2020-04-07 [email protected] Reland "[vm, gc] Parallel scavenge."
2020-04-07 [email protected] Fix LinterContext().canBeConst() - compute dependencies.

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

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 skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Apr 8, 2020
@fluttergithubbot fluttergithubbot merged commit 50af8a2 into flutter:master Apr 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 9, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 9, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 9, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 9, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 9, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 9, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants