From f4d7e866b8cc399fd1ce7daa4e6fc136c2c91368 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 7 Aug 2019 00:41:18 -0700 Subject: [PATCH] Roll src/third_party/dart c262cbd414..8740bb5c68 (18 commits) dart-lang/sdk@8740bb5c68 [dart2js] New RTI tests for generic functions. dart-lang/sdk@f95aebee8c [dart2js] New RTI typechecking for generic functions. dart-lang/sdk@0b349e8c0a Compensate classic suggestions rather than penalizing cached ones dart-lang/sdk@01d1f8074b [dart2js] New RTI parsing for generic functions. dart-lang/sdk@b985161932 [dart2js] New RTI canonicalization/creation/lookup for generic functions. dart-lang/sdk@44a3e8e534 [dart2js] New RTI printing for generic functions. dart-lang/sdk@0f0f2eb583 [dart2js] New RTI representation for generic functions. dart-lang/sdk@0400e4695b Update tests/README to point to new doc. dart-lang/sdk@78c3fc4595 [dart2js] Don't encode types as their own superinterfaces. dart-lang/sdk@f715515531 [dart2js] Encode type variable as index in type rules when the target type declares the type variable. dart-lang/sdk@6103ecd6f1 Migration: add support for nullability propagation through implicit downcasts. dart-lang/sdk@9139de8b88 Migration: handle an assignment from a type parameter type to its bound. dart-lang/sdk@595f5c9b3e Migration: add support to EdgeBuilder for assignment of complex generic types. dart-lang/sdk@2a7a9b5572 Migration: don't make hard edges for function parameter and return types. dart-lang/sdk@bcb9d1582a Migration: Move EdgeBuilder._checkAssignment to a mixin so it can be unit tested. dart-lang/sdk@a2d0f6bd74 Migration: fix DecoratedType.toString for bottom types. dart-lang/sdk@1aa98e5dc6 Fix incorrect getter names in basic_static_extension_test and static_extension_inference_test . dart-lang/sdk@b095be9531 Resolve methods when the type of this is defined by a type parameter bounds --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 351551f5afd..c4177ff23ac 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': 'c262cbd4143c1849617906b558152624f5b69990', + 'dart_revision': '8740bb5c6858b7d9f20d93aa910c156b5956239c', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py