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

Conversation

@bkonyi
Copy link
Contributor

@bkonyi bkonyi commented Nov 4, 2019

This is an automated pull request which will automatically merge once checks pass.

Roll src/third_party/dart bbe2ac2..ab5cf0f (73 commits)

dart-lang/sdk@ab5cf0f854 [vm] Ensure create_sdk GN build has working dart2native iff AOT is supported
dart-lang/sdk@d2bd6df607 [infra] Update make_version.py hack for Flutter for 2.7.0
dart-lang/sdk@6c0387da67 Fix typos in CHANGELOG.md
dart-lang/sdk@740cd89ad8 Fix link markup in ffi README
dart-lang/sdk@f91ef3afd7 [kernel] Deprecate Library.isExternal
dart-lang/sdk@c75e5e4cf4 [CFE] Fix assert in parser
dart-lang/sdk@2438fe10cb Rename BottomTypeImpl to NeverTypeImpl.
dart-lang/sdk@523e9ffa88 [cfe] Add EqualsExpression, BinaryExpression, UnaryExpression and ParenthesizedExpression
dart-lang/sdk@a996783de5 [cfe+analyzer] Move StackListener to _fe_analyzer_shared
dart-lang/sdk@28cc459458 Implement List.empty() in the DDC patch file.
dart-lang/sdk@e83e66111d Copy propagate on private symbol vars
dart-lang/sdk@0aaa1c5fc8 Port of dart:core to NNBD.
dart-lang/sdk@b76ab4012d linter 0.1.103
dart-lang/sdk@9bffff6dfc Fix exception in migration of ?? operator when the right hand side is a generic type
dart-lang/sdk@ed1910006c [vm/bytecode] Cleanup support for bytecode format before v20
dart-lang/sdk@d96cd87896 [vm, reload] Initialize new fields in existing instances lazily.
dart-lang/sdk@8b67fcbbd1 [vm] Cleanup script tags
dart-lang/sdk@ebc6340e36 [gardening] Skip bytecode_with_ast_in_aot_test on crossword-ast bot
dart-lang/sdk@79c7d3d8bc [vm] Always use bytecode when it is present in a kernel file. Let FLAG_use_bytecode_compiler only control whether the kernel isolate generates bytecode.
dart-lang/sdk@7db3b15a48 Update changelog for analysis_server_client 1.1.2
dart-lang/sdk@fb5c75c506 Upgrade dartdoc to 0.29.0.
dart-lang/sdk@eab70c2673 Visit annotations on classes in EdgeBuilder
dart-lang/sdk@9fd4d468b2 NNBD i13n: Temporary fix in order to migrate path package
dart-lang/sdk@e47a531e61 dartfix: Hide --server option; don't include hidden options in CHANGELOG
dart-lang/sdk@5965789b92 [CFE] Fix bug in lint test
dart-lang/sdk@b3ed442f70 Fix some unnecessary imports of front_end in analyzer
dart-lang/sdk@2ad5af1e13 Move resolve_relative_uri.dart into _fe_analyzer_shared
dart-lang/sdk@51023cbb54 [dart2js] Add test for sequence of promotions
dart-lang/sdk@c4b6df5009 Move ID testing infrastructure into _fe_analyzer_shared.
dart-lang/sdk@3e5b3b15a0 [cfe] Add the initial functionality of reachability analysis
dart-lang/sdk@6ea11a8b64 Decouple colors.dart from CompilerContext
dart-lang/sdk@00c2962db8 [cfe+analyzer] Move messages, scanner and parser to package:_fe_analyzer_shared
dart-lang/sdk@df678dbec0 [VM/nnbd] Introduce type Never in VM and bytecode.
dart-lang/sdk@917ba19c1a [ VM / Service ] Remove flaky portion of get_flag_list_rpc_test
dart-lang/sdk@bc6cadfac4 [ VM / Service ] Fix get_flag_list_rpc_test for real this time
dart-lang/sdk@b81eb3bfc8 Bump dartfix to 0.1.5; add CHANGELOG notes
dart-lang/sdk@3224a6633b [ VM / dart:io ] Replace usage of SecTrustEvaluate with SecTrustEvaluateWithError on MacOS >= 10.14
dart-lang/sdk@0dd494bc54 [ VM / Service ] Fix get_flag_list_rpc_test failing on release builds.
dart-lang/sdk@8a09d7ab5a [vm/bytecode] Remove alignment of sections in bytecode
dart-lang/sdk@d9b069b27d [vm] Use fuchsia.deprecatedtimezone
dart-lang/sdk@550985189c Added errors for variance positions in fields.
dart-lang/sdk@924ec34e01 Remove analysis logger, replace with calls to InstrumentationService
dart-lang/sdk@09bc0cc5ab Issue 38734. Don't report IMPLICIT_THIS_REFERENCE_IN_INITIALIZER for late fields.
dart-lang/sdk@60c34ac420 [ VM / Service ] Allow for the profiler to be enabled/disabled via SetFlags RPC
dart-lang/sdk@cc98941bdd [dart2js] new-rti: defer infrequent types in lazy initializers
dart-lang/sdk@84a8a2db33 Issue 39192. Fix codeLength / codeOffset, store it into the cached data.
dart-lang/sdk@0f7b67477f Invalidate DDC library cache on trackLibraries
dart-lang/sdk@94e312f7a6 Added errors for variance positions in method members.
dart-lang/sdk@489591068b Revert "Exclude flow_analysis/data directories from analysis."
dart-lang/sdk@bb45179cad Remove tests already moved to ImplicitThisReferenceInInitializerTest.
dart-lang/sdk@a00376349a Exclude flow_analysis/data directories from analysis.
dart-lang/sdk@d7def97773 typo
dart-lang/sdk@f7722a2ecd [frontend_server] write JavaScript source maps
dart-lang/sdk@f9b57bdfa8 Update the language version in DDC patch files for migrated libraries.
dart-lang/sdk@9b15195448 Inline CompialtionUnitElementImpl.getTypeFromTypes
dart-lang/sdk@7c6d212e66 Exclude shared integration test suites from analysis.
dart-lang/sdk@4551080062 Add retry logic for incremental compiler initialization.
dart-lang/sdk@f78e5463c9 Clean up server code to remove a lint
dart-lang/sdk@e56612020c Prepare to publish analyzer 0.39.1.
dart-lang/sdk@bb8ddfcdd6 Format definite_assignment test cases.
dart-lang/sdk@a0ee662b7b Move shared analyzer/FE integration test data into shared package.
dart-lang/sdk@cdcc5282ea [vm] Add NativePort static extension to dart:ffi
dart-lang/sdk@6b61050d9c [cfe+analyzer] Split generated message files into shared and cfe-only
dart-lang/sdk@f8ab10b322 Remove CompilationUnitElementImpl.replaceTopLevelVariable
dart-lang/sdk@5b4612bc68 Move front_end/lib/src/base/errors.dart into _fe_analyzer_shared package.
dart-lang/sdk@29ab43e0e2 Move flow_analysis tests into package:_fe_analyzer_shared.
dart-lang/sdk@499815842c Create a package to hold code shared between front_end and analyzer.
dart-lang/sdk@d76ffbc149 [cfe] Handle assigned variables in for and for-in
dart-lang/sdk@bb71c3eecc [dart2js] Ensure type check metadata is generated for types that otherwise only appear in substitutions.
dart-lang/sdk@6f5aee9f7f Update dart2native.dart
dart-lang/sdk@2897bebdef [cfe] Resolve serialization mismatch due to variance computation
dart-lang/sdk@decca61f8c Deprecate TypeDefiningElement.type except ExecutableElement.
dart-lang/sdk@fde7cbf293 support type params in stateful widget conversion

dart-lang/sdk@ab5cf0f854 [vm] Ensure create_sdk GN build has working dart2native iff AOT is supported
dart-lang/sdk@d2bd6df607 [infra] Update make_version.py hack for Flutter for 2.7.0
dart-lang/sdk@6c0387da67 Fix typos in CHANGELOG.md
dart-lang/sdk@740cd89ad8 Fix link markup in ffi README
dart-lang/sdk@f91ef3afd7 [kernel] Deprecate Library.isExternal
dart-lang/sdk@c75e5e4cf4 [CFE] Fix assert in parser
dart-lang/sdk@2438fe10cb Rename BottomTypeImpl to NeverTypeImpl.
dart-lang/sdk@523e9ffa88 [cfe] Add EqualsExpression, BinaryExpression, UnaryExpression and ParenthesizedExpression
dart-lang/sdk@a996783de5 [cfe+analyzer] Move StackListener to _fe_analyzer_shared
dart-lang/sdk@28cc459458 Implement List.empty() in the DDC patch file.
dart-lang/sdk@e83e66111d Copy propagate on private symbol vars
dart-lang/sdk@0aaa1c5fc8 Port of dart:core to NNBD.
dart-lang/sdk@b76ab4012d linter 0.1.103
dart-lang/sdk@9bffff6dfc Fix exception in migration of ?? operator when the right hand side is a generic type
dart-lang/sdk@ed1910006c [vm/bytecode] Cleanup support for bytecode format before v20
dart-lang/sdk@d96cd87896 [vm, reload] Initialize new fields in existing instances lazily.
dart-lang/sdk@8b67fcbbd1 [vm] Cleanup script tags
dart-lang/sdk@ebc6340e36 [gardening] Skip bytecode_with_ast_in_aot_test on crossword-ast bot
dart-lang/sdk@79c7d3d8bc [vm] Always use bytecode when it is present in a kernel file. Let FLAG_use_bytecode_compiler only control whether the kernel isolate generates bytecode.
dart-lang/sdk@7db3b15a48 Update changelog for analysis_server_client 1.1.2
dart-lang/sdk@fb5c75c506 Upgrade dartdoc to 0.29.0.
dart-lang/sdk@eab70c2673 Visit annotations on classes in EdgeBuilder
dart-lang/sdk@9fd4d468b2 NNBD i13n: Temporary fix in order to migrate path package
dart-lang/sdk@e47a531e61 dartfix: Hide --server option; don't include hidden options in CHANGELOG
dart-lang/sdk@5965789b92 [CFE] Fix bug in lint test
dart-lang/sdk@b3ed442f70 Fix some unnecessary imports of front_end in analyzer
dart-lang/sdk@2ad5af1e13 Move resolve_relative_uri.dart into _fe_analyzer_shared
dart-lang/sdk@51023cbb54 [dart2js] Add test for sequence of promotions
dart-lang/sdk@c4b6df5009 Move ID testing infrastructure into _fe_analyzer_shared.
dart-lang/sdk@3e5b3b15a0 [cfe] Add the initial functionality of reachability analysis
dart-lang/sdk@6ea11a8b64 Decouple colors.dart from CompilerContext
dart-lang/sdk@00c2962db8 [cfe+analyzer] Move messages, scanner and parser to package:_fe_analyzer_shared
dart-lang/sdk@df678dbec0 [VM/nnbd] Introduce type Never in VM and bytecode.
dart-lang/sdk@917ba19c1a [ VM / Service ] Remove flaky portion of get_flag_list_rpc_test
dart-lang/sdk@bc6cadfac4 [ VM / Service ] Fix get_flag_list_rpc_test for real this time
dart-lang/sdk@b81eb3bfc8 Bump dartfix to 0.1.5; add CHANGELOG notes
dart-lang/sdk@3224a6633b [ VM / dart:io ] Replace usage of SecTrustEvaluate with SecTrustEvaluateWithError on MacOS >= 10.14
dart-lang/sdk@0dd494bc54 [ VM / Service ] Fix get_flag_list_rpc_test failing on release builds.
dart-lang/sdk@8a09d7ab5a [vm/bytecode] Remove alignment of sections in bytecode
dart-lang/sdk@d9b069b27d [vm] Use `fuchsia.deprecatedtimezone`
dart-lang/sdk@550985189c Added errors for variance positions in fields.
dart-lang/sdk@924ec34e01 Remove analysis logger, replace with calls to InstrumentationService
dart-lang/sdk@09bc0cc5ab Issue 38734. Don't report IMPLICIT_THIS_REFERENCE_IN_INITIALIZER for late fields.
dart-lang/sdk@60c34ac420 [ VM / Service ] Allow for the profiler to be enabled/disabled via SetFlags RPC
dart-lang/sdk@cc98941bdd [dart2js] new-rti: defer infrequent types in lazy initializers
dart-lang/sdk@84a8a2db33 Issue 39192. Fix codeLength / codeOffset, store it into the cached data.
dart-lang/sdk@0f7b67477f Invalidate DDC library cache on trackLibraries
dart-lang/sdk@94e312f7a6 Added errors for variance positions in method members.
dart-lang/sdk@489591068b Revert "Exclude flow_analysis/data directories from analysis."
dart-lang/sdk@bb45179cad Remove tests already moved to ImplicitThisReferenceInInitializerTest.
dart-lang/sdk@a00376349a Exclude flow_analysis/data directories from analysis.
dart-lang/sdk@d7def97773 typo
dart-lang/sdk@f7722a2ecd [frontend_server] write JavaScript source maps
dart-lang/sdk@f9b57bdfa8 Update the language version in DDC patch files for migrated libraries.
dart-lang/sdk@9b15195448 Inline CompialtionUnitElementImpl.getTypeFromTypes
dart-lang/sdk@7c6d212e66 Exclude shared integration test suites from analysis.
dart-lang/sdk@4551080062 Add retry logic for incremental compiler initialization.
dart-lang/sdk@f78e5463c9 Clean up server code to remove a lint
dart-lang/sdk@e56612020c Prepare to publish analyzer 0.39.1.
dart-lang/sdk@bb8ddfcdd6 Format definite_assignment test cases.
dart-lang/sdk@a0ee662b7b Move shared analyzer/FE integration test data into shared package.
dart-lang/sdk@cdcc5282ea [vm] Add NativePort static extension to `dart:ffi`
dart-lang/sdk@6b61050d9c [cfe+analyzer] Split generated message files into shared and cfe-only
dart-lang/sdk@f8ab10b322 Remove CompilationUnitElementImpl.replaceTopLevelVariable
dart-lang/sdk@5b4612bc68 Move front_end/lib/src/base/errors.dart into _fe_analyzer_shared package.
dart-lang/sdk@29ab43e0e2 Move flow_analysis tests into package:_fe_analyzer_shared.
dart-lang/sdk@499815842c Create a package to hold code shared between front_end and analyzer.
dart-lang/sdk@d76ffbc149 [cfe] Handle assigned variables in for and for-in
dart-lang/sdk@bb71c3eecc [dart2js] Ensure type check metadata is generated for types that otherwise only appear in substitutions.
dart-lang/sdk@6f5aee9f7f Update dart2native.dart
dart-lang/sdk@2897bebdef [cfe] Resolve serialization mismatch due to variance computation
dart-lang/sdk@decca61f8c Deprecate TypeDefiningElement.type except ExecutableElement.
dart-lang/sdk@fde7cbf293 support type params in stateful widget conversion
@bkonyi bkonyi merged commit bf9d263 into flutter:master Nov 4, 2019
@bkonyi bkonyi deleted the dart-sdk-roll-2019-11-04 branch November 4, 2019 16:52
@bkonyi
Copy link
Contributor Author

bkonyi commented Nov 4, 2019

Canceled by roller, abandoning roll.

engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Nov 5, 2019
git@github.com:flutter/engine.git/compare/0a8bd9dd6fbb...e73c9c8

git log 0a8bd9d..e73c9c8 --no-merges --oneline
2019-11-04 skia-flutter-autoroll@skia.org Roll src/third_party/skia 8e083eee8ece..4cc2dc64ff13 (1 commits) (flutter/engine#13543)
2019-11-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from ggsQ5... to XcaoM... (flutter/engine#13535)
2019-11-04 yjbanov@google.com fix getBoxesForRange for zero-length ranges (flutter/engine#13483)
2019-11-04 bkonyi@google.com Roll src/third_party/dart bbe2ac28c9..ab5cf0f854 (73 commits) (flutter/engine#13614)
2019-11-02 skia-flutter-autoroll@skia.org Roll src/third_party/skia 283ec65f632a..8e083eee8ece (32 commits) (flutter/engine#13489)
2019-11-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from FKqQ_... to ggsQ5... (flutter/engine#13490)
2019-11-02 xster@google.com Release shim bindings when detaching (flutter/engine#13432)
2019-11-01 gw280@google.com Add fuchsia.intl.PropertyProvider to our services on Fuchsia (flutter/engine#13486)
2019-11-01 fmil@google.com [dart] Makes the intl services available (flutter/engine#13460)
2019-11-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 866GG... to dhwMR... (flutter/engine#13475)
2019-11-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from JngMB... to FKqQ_... (flutter/engine#13477)
2019-11-01 skia-flutter-autoroll@skia.org Roll src/third_party/skia 809ec77893be..283ec65f632a (14 commits) (flutter/engine#13472)
2019-11-01 dnfield@google.com Request a reattach when creating the text input plugin on Android (flutter/engine#13474)


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 cbracken@google.com 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
Inconnu08 pushed a commit to Inconnu08/flutter that referenced this pull request Nov 26, 2019
git@github.com:flutter/engine.git/compare/0a8bd9dd6fbb...e73c9c8

git log 0a8bd9d..e73c9c8 --no-merges --oneline
2019-11-04 skia-flutter-autoroll@skia.org Roll src/third_party/skia 8e083eee8ece..4cc2dc64ff13 (1 commits) (flutter/engine#13543)
2019-11-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from ggsQ5... to XcaoM... (flutter/engine#13535)
2019-11-04 yjbanov@google.com fix getBoxesForRange for zero-length ranges (flutter/engine#13483)
2019-11-04 bkonyi@google.com Roll src/third_party/dart bbe2ac28c9..ab5cf0f854 (73 commits) (flutter/engine#13614)
2019-11-02 skia-flutter-autoroll@skia.org Roll src/third_party/skia 283ec65f632a..8e083eee8ece (32 commits) (flutter/engine#13489)
2019-11-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from FKqQ_... to ggsQ5... (flutter/engine#13490)
2019-11-02 xster@google.com Release shim bindings when detaching (flutter/engine#13432)
2019-11-01 gw280@google.com Add fuchsia.intl.PropertyProvider to our services on Fuchsia (flutter/engine#13486)
2019-11-01 fmil@google.com [dart] Makes the intl services available (flutter/engine#13460)
2019-11-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 866GG... to dhwMR... (flutter/engine#13475)
2019-11-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from JngMB... to FKqQ_... (flutter/engine#13477)
2019-11-01 skia-flutter-autoroll@skia.org Roll src/third_party/skia 809ec77893be..283ec65f632a (14 commits) (flutter/engine#13472)
2019-11-01 dnfield@google.com Request a reattach when creating the text input plugin on Android (flutter/engine#13474)


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 cbracken@google.com 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants