From d5fff1f36c98e1637abb00dbb88dc5ce9f2a7f82 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 18 Nov 2019 21:43:00 -0800 Subject: [PATCH] Roll src/third_party/dart 62c67e40dc..5b72c1c669 (17 commits) dart-lang/sdk@5b72c1c669 [dartdevc] Migrating internal_patch to nnbd. dart-lang/sdk@7c5f81eb0f [dartdevc] Cleanup unused optional parameter from NoSuchMethodError dart-lang/sdk@5eb0d5979a Add new bot configuration for analyzer NNBD dart-lang/sdk@bcc77d8605 (ddc) Generate the sdk.js files by reading a dill file directly dart-lang/sdk@19144db89f Use compile_platform to build the sdk.dill dart-lang/sdk@582cec84f4 Set up new test suites for migrating the tests to NNBD. dart-lang/sdk@baa2d8125f [dartdevc] Cleanup dynamic calls and downcasts in _BigIntImpl dart-lang/sdk@ed8c53ad49 Bump dartfix to 0.1.6 dart-lang/sdk@5ec93e211f [dartfuzz] Adding fuzzer support for extension methods on core library types dart-lang/sdk@2416116208 [analyzer] Support AST variance in visitors and cloning methods. dart-lang/sdk@93c9f97715 [dart:core] Fix analysis error in NNBD fork dart-lang/sdk@bde92ca34a [vm] Late modifier for final local variables. dart-lang/sdk@89b4f55010 Fix an import at the top of the analysis server workspace.dart file dart-lang/sdk@c38cde958d [dartdevc] Finishing NNBD migration of dart:typed_data. dart-lang/sdk@0d40d3736b Change mocks.dart to triple-slash comment style dart-lang/sdk@01614788c8 (ddc) split rule that compiles packages into separate rules for each package dart-lang/sdk@6f00b19174 Migrating dart:convert patch files to NNBD. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 77e41fdfe9d..3196e21ff8c 100644 --- a/DEPS +++ b/DEPS @@ -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': '62c67e40dc9838118b42a9dbe484f956cba4e0ff', + 'dart_revision': '5b72c1c6695cd91c4394414cff88c43ff7495d23', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py