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

 Roll src/third_party/dart 7c1821c4aa...ea969c358e #12339

Merged
merged 4 commits into from
Sep 19, 2019

Conversation

a-siva
Copy link
Contributor

@a-siva a-siva commented Sep 18, 2019

Roll src/third_party/dart 7c1821c...ea969c3 (6 commits)

dart-lang/sdk@7c1821c4aa [NNBD/VM] Restructure VM patch files for the NNBD dart
sdk split
dart-lang/sdk@0c23664c8f [vm/fuzzer] Reduce number of methods per class
dart-lang/sdk@3135eb569d [vm/bytecode] Fix initial scope in field initializers
dart-lang/sdk@1345fb80ac Use TypeParameterElement instead of TypeParameterType i
n inference.
dart-lang/sdk@430ff6d649 Migration: fix "matching" functionality of edge testing
infrastructure.
dart-lang/sdk@f1bff1b512 Add option to run ddb with observatory

dart-lang/sdk@7c1821c4aa [NNBD/VM] Restructure VM patch files for the NNBD dart sdk split
dart-lang/sdk@0c23664c8f [vm/fuzzer] Reduce number of methods per class
dart-lang/sdk@3135eb569d [vm/bytecode] Fix initial scope in field initializers
dart-lang/sdk@1345fb80ac Use TypeParameterElement instead of TypeParameterType in inference.
dart-lang/sdk@430ff6d649 Migration: fix "matching" functionality of edge testing infrastructure.
dart-lang/sdk@f1bff1b512 Add option to run ddb with observatory
dart-lang/sdk@ea969c358e [vm/assembler] Split popcnt and lzcnt tests over feature set
dart-lang/sdk@c9d187ec9c [vm/bytecode] Finalize type parameters while reading bytecode
dart-lang/sdk@397c7e4d9a Revert "[vm/bytecode] Enable bytecode compiler by default in Dart SDK"
dart-lang/sdk@108fe9cbcf Revert "[fuchsia] migrate from ioctls to FIDL"
dart-lang/sdk@ad7374fcdb assist to insert null checks
dart-lang/sdk@51d6145e77 [vm/assembler] Skip tests on hosts without POPCNT/LZCNT
dart-lang/sdk@27c127db86 Use Process.start in ddb
dart-lang/sdk@7305ae6c35 Revert "Update BoringSSL to 4dfd5af."
dart-lang/sdk@93793a4ee8 Migration: add tests to document missing `required` keyword functionality.
dart-lang/sdk@8acd1fe517 Update build rules to point to Fuchsia SDK rather than Flutter's buildroot
dart-lang/sdk@39ff937afa [vm] Rename _LocalXMirror to _XMirror.
dart-lang/sdk@bcca3c483b [vm/bytecode] Enable bytecode compiler by default in Dart SDK
dart-lang/sdk@b988928c33 Declare type system fields as Dart2TypeSystem where we cast them.
dart-lang/sdk@2e34231c8e [vm] Do not mirror default values of parameters of abstract methods
dart-lang/sdk@771ee9f9ba Pass the output directory to dartfix and install a listener when output should be generated
dart-lang/sdk@93f1324449 Update BoringSSL to 4dfd5af.
dart-lang/sdk@0ad30fafc1 [vm/assembler] Added cpufeatures, added LZCNT (IA32/X64)
dart-lang/sdk@4d9792668c Flow anaylsis: fix definite assignment tracking for for-each loop vars
dart-lang/sdk@b43bb452f0 [vm/concurrency] Fix asan memory leak caused by longjmp over std::function<> objects
dart-lang/sdk@f057e2506e [dart2js] Extended structured clone algorithm to JSObject.
dart-lang/sdk@b699852e6d Add 'out'/'inout' keywords for variance.
dart-lang/sdk@a1fdfb8fc8 Move ClassElement.thisType to API.
dart-lang/sdk@4102e63f37 Deprecate TypeProvider.listType/mapType
dart-lang/sdk@f1afb34924 Move strict-raw-type tests; add tests for extensions
dart-lang/sdk@4fcef04d61 Deprecate TypeProvider.iterableType/streamType
dart-lang/sdk@74af5f3496 Add a representation of the information captured from an nnbd migration
dart-lang/sdk@bd28bad820 [dartdevc] add modular tests for old ddc
dart-lang/sdk@9f4f0acb9e [vm/bytecode] Generate dependencies in front-end server in bytecode mode
dart-lang/sdk@678f561ea6 Syntax tests for disabled variance flag.
dart-lang/sdk@b510b91424 [vm] Bump abi version.
dart-lang/sdk@998a421128 Migration: expose fix reasons through the instrumentation interface.
dart-lang/sdk@a5683dfb62 Migration: add a repro for an issue with field formal parameters.
dart-lang/sdk@dce98a23d1 Fix a typo in a diagnostic message (issue 38449)
dart-lang/sdk@d4f1b8f8db Deprecate TypeProvider.futureType/futureOrType
dart-lang/sdk@546440074a Stop reporting diagnostics on synthetic identifiers (issue 38448)
dart-lang/sdk@f3b54fae0a Information for the migration result pages
dart-lang/sdk@205b90f0de Take 3 for '[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs).'
dart-lang/sdk@3731cfdef9 [vm] source report marks all const field as executed
dart-lang/sdk@a56b4ee790 [cfe] Thread nullability from source for function types
dart-lang/sdk@0c948521ca Update expectations in static_extesion_operators_test
dart-lang/sdk@ce6f40bccc [dartdevc] fix for const / overridden fields
dart-lang/sdk@38c6152884 [vm/concurrency] Add IsolateGroup::RunWithStoppedMutators and use it in various places
dart-lang/sdk@97b561a8de [cfe] Update CoreTypes to handle raw types with it
dart-lang/sdk@0281f9c425 [cfe] Add members to construct nullability in Library and LibraryBuilder
dart-lang/sdk@6a27310b87 Reland "[build] Speed up debug and simulator builds by running steps on the prebuilt VM."
dart-lang/sdk@4f1b0fdd0f [dart2js] (New RTI) Check all subtypes for trivial substitutions only when necessary.
dart-lang/sdk@12c1b43365 Substitute bounds of fresh type parameters using all fresh type parameters.
dart-lang/sdk@1a812bb6bb Deprecate TypeProvider.setType
dart-lang/sdk@4b6ab33cfa [SDK] Reland: Remove dart:profiler library which has been deprecated since Dart 1.2       and remove all references to it in tests and the SDK build scripts.
dart-lang/sdk@30d24335a8 [vm] Fix all wasm exception memory leaks
dart-lang/sdk@bab399b5ae [vm, arm64] Add missing store barrier to PushArrayOfArguments.
dart-lang/sdk@085f81224a [fuchsia] migrate from ioctls to FIDL
@a-siva a-siva changed the title Account for recent sdk layout changes triggered by support for nnbd in Dart VM  Roll src/third_party/dart 7c1821c4aa...cb80ea7ba9 Sep 19, 2019
@a-siva a-siva requested a review from bkonyi September 19, 2019 16:53
@bkonyi
Copy link
Contributor

bkonyi commented Sep 19, 2019

It looks like something still isn't quite right with this PR. The Fuchsia build is failing and the license script isn't happy.

@a-siva a-siva changed the title  Roll src/third_party/dart 7c1821c4aa...cb80ea7ba9  Roll src/third_party/dart 7c1821c4aa...ea969c358e Sep 19, 2019
@a-siva a-siva requested a review from aam September 19, 2019 22:54
@a-siva a-siva merged commit 50b3538 into flutter:master Sep 19, 2019
@a-siva a-siva deleted the patch branch September 19, 2019 23:07
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 20, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Sep 20, 2019
[email protected]:flutter/engine.git/compare/1cada0a6dca6...70f21b0

git log 1cada0a..70f21b0 --no-merges --oneline
2019-09-19 [email protected] Fixes race condition that was reported internally. (flutter/engine#12362)
2019-09-19 [email protected]  Roll src/third_party/dart 7c1821c4aa...ea969c358e (flutter/engine#12339)
2019-09-19 [email protected] Roll src/third_party/skia 9a8b846baf43..f47717ad8cc7 (7 commits) (flutter/engine#12361)
2019-09-19 [email protected] Roll src/third_party/skia 18531cde2ab7..9a8b846baf43 (1 commits) (flutter/engine#12360)


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
Inconnu08 pushed a commit to Inconnu08/flutter that referenced this pull request Sep 30, 2019
[email protected]:flutter/engine.git/compare/1cada0a6dca6...70f21b0

git log 1cada0a..70f21b0 --no-merges --oneline
2019-09-19 [email protected] Fixes race condition that was reported internally. (flutter/engine#12362)
2019-09-19 [email protected]  Roll src/third_party/dart 7c1821c4aa...ea969c358e (flutter/engine#12339)
2019-09-19 [email protected] Roll src/third_party/skia 9a8b846baf43..f47717ad8cc7 (7 commits) (flutter/engine#12361)
2019-09-19 [email protected] Roll src/third_party/skia 18531cde2ab7..9a8b846baf43 (1 commits) (flutter/engine#12360)


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
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.

4 participants