Skip to content

Commit d8edfea

Browse files
Roll src/third_party/dart d9fa37e85d5c..45db29709547 (48 commits) (flutter#14453)
https://dart.googlesource.com/sdk.git/+log/d9fa37e85d5c..45db29709547 git log d9fa37e85d5c..45db29709547 --date=short --first-parent --format='%ad %ae %s' 2019-12-12 victor.agnez@hotmail.com [vm/precomp] Reduce arm32 code size for BoxInt64Instr 2019-12-12 sstrickl@google.com [vm] De-obfuscate function and file names in DWARF sections. 2019-12-12 scheglov@google.com Remove Packages from SourceFactory. 2019-12-12 dacoharkes@google.com [vm/ffi] Split up function_callbacks_test 2019-12-12 whesse@google.com [infra] Add script to read builder status from Firestore 2019-12-12 whesse@google.com Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow"" 2019-12-12 sstrickl@google.com [vm/compiler] Add --save-debugging-info flag to gen_snapshot. 2019-12-12 johnniwinther@google.com [cfe] Refactor for-in loops to handle flow analysis 2019-12-12 dacoharkes@google.com [vm/ffi] Fix asan test expectations 2019-12-12 athom@google.com [test] Fix import in exact_selector_test 2019-12-12 dmitryas@google.com [cfe] Implement NNBD-aware lower / upper bound algorithms 2019-12-12 dacoharkes@google.com [samples/ffi] Native resource lifetime management 2019-12-12 netroby@users.noreply.github.com Fixed flutter#39679 make sqlite ffi sample run success 2019-12-12 jensj@google.com [parser] Allow ?? after Type? 2019-12-12 jensj@google.com [parser] Allow '?.' and '?.[' after '!' 2019-12-12 fizaaluthra@google.com [dartfuzz] Add flag for displaying output divergence details 2019-12-12 rmacnak@google.com [vm, arm64] Fix heap corruption in PushArrayOfArguments. 2019-12-12 srawlins@google.com NNBD preview: Rip out static preview; only server preview 2019-12-12 srawlins@google.com Connect g/setters which override fields (w/ implicit g/setters) 2019-12-12 fizaaluthra@google.com [dartfuzz] Re-enabling Int32x4 2019-12-11 sigmund@google.com fix nnbd bots: build step broke when tests were moved 2019-12-11 scheglov@google.com Packages configuration abstraction on top of .packages or package_config.json files. 2019-12-11 fishythefish@google.com [dart2js] Remove bad assert from runtime_types_new. 2019-12-11 gityuan@gmail.com [timeline] Add support for timeline asynchronous events in android platform trace 2019-12-11 alexmarkov@google.com Reland "[vm/compiler] Dead code elimination" 2019-12-11 rnystrom@google.com Move files under language_2 into subdirectories. 2019-12-11 rmacnak@google.com [vm] Initialize the handle vtable table during VM initialization instead of during class registration in each isolate's initialization. 2019-12-11 pquitslund@google.com bump to linter 0.1.106 2019-12-11 rmacnak@google.com [vm] Reduce frame size for the functions with the largest frame sizes. 2019-12-11 rmacnak@google.com [build] Use separate out directories for each sanitizer. 2019-12-11 brianwilkerson@google.com Update dartfix to display urls and wait when run in preview mode 2019-12-11 scheglov@google.com Implement NORM. 2019-12-11 alexmarkov@google.com [vm/test] Fix vm/dart/product_aot_kernel_test for bytecode 2019-12-11 alexmarkov@google.com [vm/ffi_test] Fix ClobberAndCall helper on Windows 2019-12-11 scheglov@google.com Implement parsing for package_config.json files in analyzer. 2019-12-11 scheglov@google.com Extract nullability TypeSystem tests. 2019-12-11 srawlins@google.com Remove duplicate 'DEFAULT_VALUE_IN_FUNCTION_TYPE_ALIAS' already reported by fasta 2019-12-11 paulberry@google.com Create null-aware companion methods for ElementTypeProvider. 2019-12-11 brianwilkerson@google.com Start sending urls for preview mode from server to dartfix 2019-12-11 brianwilkerson@google.com Prepare to publish analysis_server_client so that dartfix can use the new API 2019-12-11 srawlins@google.com NNBD preview: improve details of where a nullable value is 'assigned' 2019-12-11 athom@google.com [infra] Update checked-in SDKs to 2.8.0-dev.0.0 2019-12-11 jensj@google.com [CFE] Fix bug in DebugStack 2019-12-11 whesse@google.com Revert "Reland "[infra] Add failing test to test CI systems and approvals workflow"" 2019-12-11 athom@google.com [co19] Run co19 nnbd tests on analyzer-nnbd 2019-12-11 sstrickl@google.com [vm] Remove the unchecked entry point offset field from RawInstructions. 2019-12-11 athom@google.com [release] Merge the two 2.7.0 sections in the changelog 2019-12-11 whesse@google.com Reland "[infra] Add failing test to test CI systems and approvals workflow" Created with: gclient setdep -r src/third_party/dart@45db29709547 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 dart-vm-team@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 Bug: None Tbr: dart-vm-team@google.com
1 parent 0081e8c commit d8edfea

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': 'd9fa37e85d5c55260042c460725de4e98e62a1a9',
37+
'dart_revision': '45db29709547cf48f68344ba7abb8c1e6473e508',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -63,7 +63,7 @@ vars = {
6363
'dart_http_throttle_tag': '1.0.2',
6464
'dart_intl_tag': '0.15.7',
6565
'dart_json_rpc_2_tag': '2.0.9',
66-
'dart_linter_tag': '0.1.105+1',
66+
'dart_linter_tag': '0.1.106',
6767
'dart_logging_tag': '0.11.3+2',
6868
'dart_markdown_tag': '2.1.1',
6969
'dart_matcher_tag': '0.12.3',
@@ -381,7 +381,7 @@ deps = {
381381
Var('dart_git') + '/package_resolver.git' + '@' + Var('dart_package_resolver_tag'),
382382

383383
'src/third_party/dart/tools/sdks':
384-
{'packages': [{'version': 'version:2.6.0', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
384+
{'packages': [{'version': 'version:2.8.0-dev.0.0', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
385385

386386
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.
387387

ci/licenses_golden/licenses_third_party

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: f29b388d37d2ea1b9f4eefc18448e379
1+
Signature: b48f64e897d07a9966a0eafc40b79835
22

33
UNUSED LICENSES:
44

@@ -7671,6 +7671,12 @@ FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_arm64.cc
76717671
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_x64.cc
76727672
FILE: ../../../third_party/dart/samples/ffi/coordinate.dart
76737673
FILE: ../../../third_party/dart/samples/ffi/dylib_utils.dart
7674+
FILE: ../../../third_party/dart/samples/ffi/resource_management/pool.dart
7675+
FILE: ../../../third_party/dart/samples/ffi/resource_management/pool_isolate_shutdown_sample.dart
7676+
FILE: ../../../third_party/dart/samples/ffi/resource_management/pool_sample.dart
7677+
FILE: ../../../third_party/dart/samples/ffi/resource_management/pool_zoned_sample.dart
7678+
FILE: ../../../third_party/dart/samples/ffi/resource_management/resource_management_test.dart
7679+
FILE: ../../../third_party/dart/samples/ffi/resource_management/unmanaged_sample.dart
76747680
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_bitfield.dart
76757681
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_data.dart
76767682
FILE: ../../../third_party/dart/samples/ffi/sample_ffi_dynamic_library.dart

0 commit comments

Comments
 (0)