未验证 提交 3a1a3ba6 编写于 作者: S skia-flutter-autoroll 提交者: GitHub

Roll src/third_party/dart c0ca187f2699..395daaa3ecfc (84 commits) (#15374)


https://dart.googlesource.com/sdk.git/+log/c0ca187f2699..395daaa3ecfc

git log c0ca187f2699..395daaa3ecfc --date=short --first-parent --format='%ad %ae %s'
2020-01-09 sra@google.com Revert "Remove HInstruction.isControlFlow()"
2020-01-09 jcollins@google.com Upgrade dartdoc to 0.30.0.
2020-01-09 markzipan@google.com Cleaning up NNBD tests and migrations.
2020-01-09 jakemac@google.com Reland of https://dart-review.googlesource.com/c/sdk/+/130134
2020-01-09 paulberry@google.com Sort declarations in trial_migration.dart
2020-01-09 paulberry@google.com EditPlanner: add the ability to comment out code rather than removing it.
2020-01-09 srawlins@google.com Migrator: initial support for extensions; #40023
2020-01-09 dmitryas@google.com [cfe] Fix type inference for ?? operator in Null Safety
2020-01-09 athom@google.com [infra] Add cfe NNBD builder to the test matrix
2020-01-09 kustermann@google.com [vm/nnbd] Second set of changes for migrating VM patch files for NNBD
2020-01-09 srawlins@google.com Migrator preview: Prevent initial inline request of root; causing 404s
2020-01-09 srawlins@google.com Do not complain about a lone unused private constructor
2020-01-09 karlklose@google.com [infra] Remove script to generate custom try builds on cl-*-try builders
2020-01-09 nbosch@google.com Remove redundant detail from doc comment
2020-01-09 jensj@google.com [VM] Ignore dart scheme scripts in isolate reload
2020-01-09 paulberry@google.com Create a factory interface for creating EditPlans: EditPlanner.
2020-01-09 paulberry@google.com Change NodeChange.apply to accept a FixAggregator rather than a callback.
2020-01-09 paulberry@google.com Migration: simplify "extract" edit plans by always deferring change computation.
2020-01-09 paulberry@google.com Migration: Teach FixBuilder not to append `?` to `void` type.
2020-01-09 sra@google.com Remove HInstruction.isControlFlow()
2020-01-09 fishythefish@google.com [dart2js] Handle nullability correctly in UnionTypeMask.locateSingleMember().
2020-01-09 asiva@google.com [VM/Library] Opt-in all the patch files of core libraries for NNBD
2020-01-09 alexmarkov@google.com [vm/compiler] Remove PushArgument instructions from IL up to AllocateRegisters
2020-01-09 alexmarkov@google.com [vm/compiler] Remove PushArguments from AllocateObjectInstr
2020-01-09 rmacnak@google.com [vm, gc] Add missing check to begin concurrent marking during large page allocation.
2020-01-09 mfairhurst@google.com [nnbd_migration] fix flow analysis for function declarations
2020-01-08 sigmund@google.com Fix typo from migrating stream_controller
2020-01-08 scheglov@google.com Extract FunctionExpressionInvocationResolver.
2020-01-08 bkonyi@google.com [ dartfuzz ] Temporarily prevent Float32x4.fromInt32x4Bits from being emitted in generated programs.
2020-01-08 paulberry@google.com Prepare to publish analyzer 0.39.4
2020-01-08 srawlins@google.com analysis_server: Make private fields final where possible
2020-01-08 nbosch@google.com Enforce and fix lint prefer_single_quotes
2020-01-08 scheglov@google.com Extract TypePropertyResolver and use in ElementResolver.
2020-01-08 nbosch@google.com Refactor arg list to use conditional elements
2020-01-08 nbosch@google.com Enable null aware lints
2020-01-08 pquitslund@google.com fix for avoid_redundant_argument_values
2020-01-08 nshahan@google.com [dartdevc] Ensure `null is Object*` evaluates to true
2020-01-08 danny@tuppeny.com Add valueRange field to LSP Flutter Outline attributes
2020-01-08 vsm@google.com [dartdevc] fix nnbd static errors on sdk
2020-01-08 regis@google.com [VM/nnbd] Simplify NNBDMode enum class.
2020-01-08 pquitslund@google.com linter 0.1.108
2020-01-08 brianwilkerson@google.com Gracefully handle a race condition in code completion (issue 40008)
2020-01-08 asiva@google.com [VM/runtime] - Remove DART_NO_SNAPSHOT
2020-01-08 rmacnak@google.com [observatory] Visualize differences between two heap snapshots.
2020-01-08 scheglov@google.com Inline getType() in TypedLiteralResolver.
2020-01-08 jcollins@google.com Fix a problem where '?.call()' could propagate a non-legacy type.
2020-01-08 scheglov@google.com Remove now unused 'isNullAware' from ElementResolver.
2020-01-08 scheglov@google.com Inline getType() in TypeNameResolver.
2020-01-08 nshahan@google.com [dartdevc] Update extractTypeArguments to handle nullability wrappers
2020-01-08 scheglov@google.com Replace assertElementTypeString with assertType.
2020-01-08 scheglov@google.com Merge some resolution assertions.
2020-01-08 paulberry@google.com Flow analysis: adjust nomenclature to match spec draft.
2020-01-08 paulberry@google.com Sort methods in flow_anlalysis.dart
2020-01-08 scheglov@google.com Remove unnecessary casts to TypeImpl.
2020-01-08 paulberry@google.com Remove deprecated "author" section from _fe_analyzer_shared pubspec.yaml.
2020-01-08 alexmarkov@google.com [vm/aot/tfa] Type check parameters before joining variable values
2020-01-08 paulberry@google.com Stop using package:expect in _fe_analyzer_shared.
2020-01-08 nshahan@google.com [dart:_internal] Update signature of extractTypeArguments()
2020-01-08 whesse@google.com [infra] Handle missing boolean fields in get_builder_status
2020-01-08 sstrickl@google.com [vm] Populate VM isolate group source data and instruction pointers.
2020-01-08 johnniwinther@google.com [analyzer,cfe,dart2js] Add skipMap to id-testing
2020-01-08 johnniwinther@google.com [analyzer,cfe,dart2js] Improve offset of generated library/class/member annotations
2020-01-08 dmitryas@google.com [cfe] Make .{thisF,f}unctionType nullability-aware
2020-01-08 whesse@google.com Revert "Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow"""
2020-01-08 dmitryas@google.com [cfe] Report error on required named parameters having default values
2020-01-08 johnniwinther@google.com [dart2js] Remove ConstantExpression/Constructor/Evaluation
2020-01-08 johnniwinther@google.com [dart2js] Use CFE constant evaluator for non-required constants
2020-01-08 johnniwinther@google.com [dart2js] Remove code dependent on non-cfe-constants
2020-01-08 scheglov@google.com Deprecate DartType.name
2020-01-08 scheglov@google.com InterfaceTypeImpl has one constructor.
2020-01-08 scheglov@google.com Resolve with Never and Never? receivers.
2020-01-08 rmacnak@google.com [vm, service] Speed up generation and transmission of heap snapshots.
2020-01-08 mfairhurst@google.com [nnbd_migration] Fix Enum.toString(), the last exception in flutter.
2020-01-08 paulberry@google.com Analyzer: add some deprecation messages.
2020-01-07 scheglov@google.com Fix deferredPrefix.loadLibrary() resolution to check for extra arguments.
2020-01-07 srawlins@google.com Report unused constructors
2020-01-07 srawlins@google.com migrator: Fix HTML-rendered text in navigation and tooltips
2020-01-07 paulberry@google.com Prepare to publish analyzer 0.39.3
2020-01-07 scheglov@google.com Always return a type from getReadType(), possibly dynamic.
2020-01-07 fishythefish@google.com [dart2js] Add TYPE_REF<T>().
2020-01-07 fishythefish@google.com [dart2js] Represent nullability as its own bit on UnionTypeMasks.
2020-01-07 scheglov@google.com Fix TypeParameterType.== when reloaded elements and recursive bounds.
2020-01-07 markzipan@google.com [dartdevc] Emitting nullability wrappers for generic classes and type parameters.
2020-01-07 sjindel@google.com [vm] Enable multiple entry-points on IA32.

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

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
上级 7821c8b7
......@@ -34,7 +34,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'c0ca187f2699fb7f46fccb8c664a2ba3a0958fce',
'dart_revision': '395daaa3ecfc585ec71550a21b81701da25252ee',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
......@@ -63,7 +63,7 @@ vars = {
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.15.7',
'dart_json_rpc_2_tag': '2.0.9',
'dart_linter_tag': '0.1.106',
'dart_linter_tag': '0.1.108',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.1.1',
'dart_matcher_tag': '0.12.3',
......@@ -231,7 +231,7 @@ deps = {
Var('dart_git') + '/dart2js_info.git' + '@' + Var('dart_dart2js_info_tag'),
'src/third_party/dart/third_party/pkg/dartdoc':
Var('dart_git') + '/dartdoc.git@v0.29.3',
Var('dart_git') + '/dartdoc.git@v0.30.0',
'src/third_party/dart/third_party/pkg/ffi':
Var('dart_git') + '/ffi.git' + '@' + Var('dart_ffi_tag'),
......
Signature: 685bc4373428cffdb439a3d8577b956b
Signature: dbc2d75b9e3dcd7ec2dfebe7410c9069
UNUSED LICENSES:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册