Skip to content

Commit dd3656a

Browse files
committed
Roll src/third_party/dart 0f9a5198bd..385be0cf31 (14 commits)
385be0cf31 Remove unused imports 7e0c2c83f4 Update pub revision d4ff20f005 Remove unwanted @SOLOTEST 155ac6afbd Create subtype benchmarks based on dart2js and a large application f0042a3225 [vm/ffi] Factor out FFI code shared between compiler and runtime. 2eb3ac7c02 Specify implicit creation b446d0a226 BenchMaker: a benchmark that reads the output from BenchMaker f6389a4216 TypeComputer: handle named parameters cffdd356ed BenchMaker: Don't obfuscate dart:async 1171c4735b BenchMaker: Ensure all classes are serialized 47555a25b8 Fix detection of implicit bounds eb19bba3e3 Implement TypeBuilderComputer.visitFunctionType 7f00ea7e43 Subst interface types copied from superclass 561f7905d6 A type variable can be a subtype of another
1 parent 4434a39 commit dd3656a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vars = {
3131
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3232
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3333
# updated revision list of existing dependencies.
34-
'dart_revision': '0f9a5198bd644e908adcf8061e6a9722a40a2f93',
34+
'dart_revision': '385be0cf31938ebdadba92755bae8e049b840d9a',
3535

3636
# WARNING: DO NOT EDIT MANUALLY
3737
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -75,7 +75,7 @@ vars = {
7575
'dart_plugin_tag': 'f5b4b0e32d1406d62daccea030ba6457d14b1c47',
7676
'dart_pool_tag': '1.3.6',
7777
'dart_protobuf_tag': '0.9.0',
78-
'dart_pub_rev': '9f00679ef47bc79cadc18e143720ade6c06c0100',
78+
'dart_pub_rev': '980fc947db32bca6ae7d07fbb4ad0fcdba0050ec',
7979
'dart_pub_semver_tag': '1.4.2',
8080
'dart_quiver_tag': '2.0.0+1',
8181
'dart_resource_rev': '2.1.5',

ci/licenses_golden/licenses_third_party

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 2a3c0900bc68d785d90b2766bbcd7351
1+
Signature: 3f8effa6275dd8795e4b6866c042b476
22

33
UNUSED LICENSES:
44

@@ -5720,6 +5720,8 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_x64.cc
57205720
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_checker.cc
57215721
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_checker.h
57225722
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot_test.cc
5723+
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.cc
5724+
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.h
57235725
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.cc
57245726
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.h
57255727
FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier_arm.cc

0 commit comments

Comments
 (0)