From 3affe1919ad0ea6b3d90edebbc56ec83803432da Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 12 Sep 2019 12:46:32 -0700 Subject: [PATCH] Roll src/third_party/dart e6887536aa..c74e68e501 (14 commits) dart-lang/sdk@c74e68e501 Add documentation for more diagnostics dart-lang/sdk@59008b8692 Skip parts with invalid URIs. dart-lang/sdk@3b1d3de988 update parser to report out of order "?.." operator dart-lang/sdk@420b292410 [vm/compiler] More work on the IL serializer. dart-lang/sdk@ebf1f01ca5 [vm/compiler] Continued work on the IL deserializer. dart-lang/sdk@bdf237fa77 [cfe] Add a bit to Library to inticate if it's opted in for NNBD dart-lang/sdk@a350f6e57d [gardening] Always use Dart binary from checked-in sdk when running gen_kernel in vm/dart tests dart-lang/sdk@94b3a3f2ac [cfe] Don't reuse type parameters of FunctionNode in its functionType dart-lang/sdk@a9a9765eb3 [gardening] Skip dart/run_appended_aot_snapshot_test on simarm_x64 dart-lang/sdk@8b26ae942f Change name of test configuration on abi test builder. dart-lang/sdk@ce5556ab36 [kernel] Load classes lazily dart-lang/sdk@2bfe714d42 [kernel] Make class hierarchy member lists lazy dart-lang/sdk@a62289451d Update changelog to include the recent breaking change dart-lang/sdk@60ca2b840d Revert "Enable visibleForTesting on unnamed constructors" --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6d18cc52ee1..8f478e8945c 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': 'e6887536aadc7fbd1990448989601cee0224958d', + 'dart_revision': 'c74e68e50170e9d3965b7d649d22ceba939995ba', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py