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

Roll src/third_party/dart 8413a0db0d..8ba6f7e2eb (39 commits) #12981

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

bkonyi
Copy link
Contributor

@bkonyi bkonyi commented Oct 7, 2019

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

Roll src/third_party/dart 8413a0d..8ba6f7e (39 commits)

dart-lang/sdk@8ba6f7e2eb Migration: add support for assignment expressions to FixBuilder.
dart-lang/sdk@6364c599b6 Migration: substitute properly when handling compound assignments.
dart-lang/sdk@0eff6b38a9 Revert "[vm/ffi] Optimize Pointer operations for statically known types"
dart-lang/sdk@db352304ec [vm] Test AOT on Android with the 64->32 bit cross-compiler.
dart-lang/sdk@785ae930d3 [gardening] Fix NNDB flag use for Flutter HHH build.
dart-lang/sdk@2a8ce5be5a Clarify error message for instantiating abstract classes
dart-lang/sdk@3712ed27ef [vm/ffi] Optimize Pointer operations for statically known types
dart-lang/sdk@ebc0a88154 Error for assert initializer in redirecting constructor; fixes #37867
dart-lang/sdk@3e3406d20e [sdk] remove the dart:_chrome package
dart-lang/sdk@9d55bb6ba7 [vm/ffi] Fix incorrect use of host word size in FFI instructions.
dart-lang/sdk@c77c2728dd [vm,aot,bytecode] Handle inferred-type metadata when generating bytecode
dart-lang/sdk@59e00e69be [vm,bytecode] Fix canonicalization of type arguments of recursive types
dart-lang/sdk@4f309f04e7 Get more information when AstBuilder throws an exception
dart-lang/sdk@2c674e9ba9 Consider MultiplyDefinedElement as null for summary serialization.
dart-lang/sdk@b1db66306b [dart2js] New RTI: Use precomputed1 to access first type argument of interface types.
dart-lang/sdk@0122901227 [dart2js] New RTI: Replace $ti._eval$1("1") with $ti._rest[0].
dart-lang/sdk@9461df2084 Language tests for variance modifiers.
dart-lang/sdk@418b646749 [vm/debugger] not pausing exceptions on implicit throw
dart-lang/sdk@36e4d5e3c2 Reland "[dartdevc] cleaning up unused web files"
dart-lang/sdk@38f78c01f3 [ dart:developer ] Updated parentId argument for timeline events to use base64 to be consistent with async ID formatting
dart-lang/sdk@69b612beec diagnostic ref fix for fall-through types
dart-lang/sdk@8e2649b357 Revert https://dart-review.googlesource.com/c/sdk/+/117681.
dart-lang/sdk@143aa4bdb4 [vm/fuzzer] don't print oom on oom
dart-lang/sdk@65b9109255 [vm/fuzzer] avoid codedup in fuzzer
dart-lang/sdk@a8cce358d9 Add an edge origin for edges resulting from default values of optional parameters
dart-lang/sdk@73d880b949 [analyzer] add a quick fix for the prefer_relative_imports lint
dart-lang/sdk@6955247cac [dart2js] new-rti: forward allocated list types
dart-lang/sdk@a447dbc498 [nnbd_migration] fix hard edges on ??= assignments
dart-lang/sdk@836d9bf168 Reapply "[vm, bytecode] Fix missing dependencies in --snapshot-deps output."
dart-lang/sdk@9271895f56 Remove an accidentally committed soloTest annotation (TBR)
dart-lang/sdk@f2d1e145dc [sdk] remove some metadata references to dart:profiler
dart-lang/sdk@c3053f0eb2 [nnbd_migration] Restrict downcasts; make all type parameters nullable.
dart-lang/sdk@7486512634 Update CFE expectations for extension method tests.
dart-lang/sdk@2ca8125d7a bump to linter 0.1.100
dart-lang/sdk@80f683417b when fixing missing diagnostic refs, add debugFillProperties method if undefined
dart-lang/sdk@04910d62f5 Include the deprecation message in diagnostics (issue 38667)
dart-lang/sdk@3cdfd90481 Revert "Deprecate TypeParameterTypeImpl.getTypes()"
dart-lang/sdk@aa0bd58926 Deprecate TypeParameterTypeImpl.getTypes()
dart-lang/sdk@42a1ba7e14 Improve the messages from the migration tooling

dart-lang/sdk@8ba6f7e2eb Migration: add support for assignment expressions to FixBuilder.
dart-lang/sdk@6364c599b6 Migration: substitute properly when handling compound assignments.
dart-lang/sdk@0eff6b38a9 Revert "[vm/ffi] Optimize Pointer operations for statically known types"
dart-lang/sdk@db352304ec [vm] Test AOT on Android with the 64->32 bit cross-compiler.
dart-lang/sdk@785ae930d3 [gardening] Fix NNDB flag use for Flutter HHH build.
dart-lang/sdk@2a8ce5be5a Clarify error message for instantiating abstract classes
dart-lang/sdk@3712ed27ef [vm/ffi] Optimize Pointer operations for statically known types
dart-lang/sdk@ebc0a88154 Error for assert initializer in redirecting constructor; fixes flutter#37867
dart-lang/sdk@3e3406d20e [sdk] remove the dart:_chrome package
dart-lang/sdk@9d55bb6ba7 [vm/ffi] Fix incorrect use of host word size in FFI instructions.
dart-lang/sdk@c77c2728dd [vm,aot,bytecode] Handle inferred-type metadata when generating bytecode
dart-lang/sdk@59e00e69be [vm,bytecode] Fix canonicalization of type arguments of recursive types
dart-lang/sdk@4f309f04e7 Get more information when AstBuilder throws an exception
dart-lang/sdk@2c674e9ba9 Consider MultiplyDefinedElement as null for summary serialization.
dart-lang/sdk@b1db66306b [dart2js] New RTI: Use precomputed1 to access first type argument of interface types.
dart-lang/sdk@0122901227 [dart2js] New RTI: Replace $ti._eval$1("1") with $ti._rest[0].
dart-lang/sdk@9461df2084 Language tests for variance modifiers.
dart-lang/sdk@418b646749 [vm/debugger] not pausing exceptions on implicit throw
dart-lang/sdk@36e4d5e3c2 Reland "[dartdevc] cleaning up unused web files"
dart-lang/sdk@38f78c01f3 [ dart:developer ] Updated parentId argument for timeline events to use base64 to be consistent with async ID formatting
dart-lang/sdk@69b612beec diagnostic ref fix for fall-through types
dart-lang/sdk@8e2649b357 Revert https://dart-review.googlesource.com/c/sdk/+/117681.
dart-lang/sdk@143aa4bdb4 [vm/fuzzer] don't print oom on oom
dart-lang/sdk@65b9109255 [vm/fuzzer] avoid codedup in fuzzer
dart-lang/sdk@a8cce358d9 Add an edge origin for edges resulting from default values of optional parameters
dart-lang/sdk@73d880b949 [analyzer] add a quick fix for the prefer_relative_imports lint
dart-lang/sdk@6955247cac [dart2js] new-rti: forward allocated list types
dart-lang/sdk@a447dbc498 [nnbd_migration] fix hard edges on ??= assignments
dart-lang/sdk@836d9bf168 Reapply "[vm, bytecode] Fix missing dependencies in --snapshot-deps output."
dart-lang/sdk@9271895f56 Remove an accidentally committed soloTest annotation (TBR)
dart-lang/sdk@f2d1e145dc [sdk] remove some metadata references to dart:profiler
dart-lang/sdk@c3053f0eb2 [nnbd_migration] Restrict downcasts; make all type parameters nullable.
dart-lang/sdk@7486512634 Update CFE expectations for extension method tests.
dart-lang/sdk@2ca8125d7a bump to linter 0.1.100
dart-lang/sdk@80f683417b when fixing missing diagnostic refs, add debugFillProperties method if undefined
dart-lang/sdk@04910d62f5 Include the deprecation message in diagnostics (issue 38667)
dart-lang/sdk@3cdfd90481 Revert "Deprecate TypeParameterTypeImpl.getTypes()"
dart-lang/sdk@aa0bd58926 Deprecate TypeParameterTypeImpl.getTypes()
dart-lang/sdk@42a1ba7e14 Improve the messages from the migration tooling
@bkonyi bkonyi merged commit 372995c into flutter:master Oct 7, 2019
@bkonyi bkonyi deleted the dart-sdk-roll-2019-10-07 branch October 7, 2019 22:30
@bkonyi
Copy link
Contributor Author

bkonyi commented Oct 7, 2019

Canceled by roller, abandoning roll.

engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Oct 8, 2019
git@github.com:flutter/engine.git/compare/1d62160fdb2f...4a849e0

git log 1d62160..4a849e0 --no-merges --oneline
2019-10-08 dnfield@google.com Color matrix doc (flutter/engine#12982)
2019-10-07 jason-simmons@users.noreply.github.com Use the standard gen_snapshot target unless the platform requires host_targeting_host (flutter/engine#12988)
2019-10-07 bkonyi@google.com Roll src/third_party/dart 8413a0db0d..8ba6f7e2eb (39 commits) (flutter/engine#12981)
2019-10-07 liyuqian@google.com Unblock Fuchsia roll (flutter/engine#12977)
2019-10-06 chinmaygarde@google.com Update buildroot to pull in ubsan updates. (flutter/engine#12821)
2019-10-05 skia-flutter-autoroll@skia.org Roll src/third_party/skia 95edac1c9a4a..4c82a9fc83a5 (13 commits) (flutter/engine#12818)
2019-10-05 chinmaygarde@google.com Enable sanitizer build variants. (flutter/engine#12816)
2019-10-05 katelovett@google.com Revert "Adding Link SemanticsFlag (#12453)" (flutter/engine#12815)
2019-10-04 jason-simmons@users.noreply.github.com Use the x64 host toolchain for x86 target gen_snapshot only on Linux (flutter/engine#12809)
2019-10-04 yjbanov@google.com add option for bulk-updating screenshots; update screenshots (flutter/engine#12797)
2019-10-04 dnfield@google.com unbreak unopt fuchsia (flutter/engine#12805)
2019-10-04 jason-simmons@users.noreply.github.com Build gen_snapshot with a 64-bit host toolchain even if the target platform is 32-bit (flutter/engine#12802)
2019-10-04 dnfield@google.com [flutter_runner] a11y updates, tests! (flutter/engine#12380)
2019-10-04 WATER1350@gmail.com Fix crash in copypixelbuffer (flutter/engine#10326)
2019-10-04 bkonyi@google.com Roll src/third_party/dart d6c6d12ebf..8413a0db0d (2 commits)
2019-10-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from JyZWz... to kwa2O... (flutter/engine#12803)
2019-10-04 katelovett@google.com Adding Link SemanticsFlag (flutter/engine#12453)


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 liyuqian@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/1d62160fdb2f...4a849e0

git log 1d62160..4a849e0 --no-merges --oneline
2019-10-08 dnfield@google.com Color matrix doc (flutter/engine#12982)
2019-10-07 jason-simmons@users.noreply.github.com Use the standard gen_snapshot target unless the platform requires host_targeting_host (flutter/engine#12988)
2019-10-07 bkonyi@google.com Roll src/third_party/dart 8413a0db0d..8ba6f7e2eb (39 commits) (flutter/engine#12981)
2019-10-07 liyuqian@google.com Unblock Fuchsia roll (flutter/engine#12977)
2019-10-06 chinmaygarde@google.com Update buildroot to pull in ubsan updates. (flutter/engine#12821)
2019-10-05 skia-flutter-autoroll@skia.org Roll src/third_party/skia 95edac1c9a4a..4c82a9fc83a5 (13 commits) (flutter/engine#12818)
2019-10-05 chinmaygarde@google.com Enable sanitizer build variants. (flutter/engine#12816)
2019-10-05 katelovett@google.com Revert "Adding Link SemanticsFlag (flutter#12453)" (flutter/engine#12815)
2019-10-04 jason-simmons@users.noreply.github.com Use the x64 host toolchain for x86 target gen_snapshot only on Linux (flutter/engine#12809)
2019-10-04 yjbanov@google.com add option for bulk-updating screenshots; update screenshots (flutter/engine#12797)
2019-10-04 dnfield@google.com unbreak unopt fuchsia (flutter/engine#12805)
2019-10-04 jason-simmons@users.noreply.github.com Build gen_snapshot with a 64-bit host toolchain even if the target platform is 32-bit (flutter/engine#12802)
2019-10-04 dnfield@google.com [flutter_runner] a11y updates, tests! (flutter/engine#12380)
2019-10-04 WATER1350@gmail.com Fix crash in copypixelbuffer (flutter/engine#10326)
2019-10-04 bkonyi@google.com Roll src/third_party/dart d6c6d12ebf..8413a0db0d (2 commits)
2019-10-04 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from JyZWz... to kwa2O... (flutter/engine#12803)
2019-10-04 katelovett@google.com Adding Link SemanticsFlag (flutter/engine#12453)


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 liyuqian@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