Skip to content

Commit

Permalink
Roll src/third_party/dart f96c483..0205858 (16 commits) (flutter#15744)
Browse files Browse the repository at this point in the history
https://dart.googlesource.com/sdk.git/+log/f96c48307d14..020585872a25

git log f96c483..0205858 --date=short --first-parent --format='%ad %ae %s'
2020-01-17 [email protected] Intersect promoted types in joinV().
2020-01-17 [email protected] Fix await(ing) tests for List/MapLiteral inference.
2020-01-17 [email protected] Issue 40110. Update switchStatement_end() to 'isExhaustive', use for switch on enum in analyzer.
2020-01-17 [email protected] stop suggesting keywords in method type argument lists
2020-01-17 [email protected] type argument completions for generic method invocations
2020-01-17 [email protected] Remove unnecessary @OverRide
2020-01-17 [email protected] lambda generation for positional args
2020-01-17 [email protected] [dartdevc] Using a single cache for _typeObject and normalized types.
2020-01-17 [email protected] Migration: adapt instrumentation tests to test FixBuilder integration.
2020-01-17 [email protected] Migration: handle code changes within a non-dead branch of an if.
2020-01-17 [email protected] Migration: add support for converting `@required` to `required`.
2020-01-17 [email protected] Migration: further support for adding `?`s to types in FixBuilder.
2020-01-17 [email protected] Fix resolveNameInScope() for import scope.
2020-01-17 [email protected] NNBD preview: Fix html-escaping bug in region text
2020-01-17 [email protected] Re-read condition after resolution, it might be rewritten.
2020-01-17 [email protected] [observatory] Progress on making heap snapshot analysis a public library.

Created with:
  gclient setdep -r src/third_party/dart@020585872a25

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 [email protected] 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: [email protected]
  • Loading branch information
skia-flutter-autoroll authored Jan 17, 2020
1 parent aa50eae commit 3ad42c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': 'f96c48307d14db2c16e7c3d4c01e9dee7fef4625',
'dart_revision': '020585872a25cc77add7f19e075b5b94cbf7eebf',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand Down
6 changes: 2 additions & 4 deletions ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 44f46a78ddddd9fd8b69e83fb77505af
Signature: 1b431972d9ced09c15d9af9f36e19fa9

UNUSED LICENSES:

Expand Down Expand Up @@ -7757,6 +7757,7 @@ LIBRARY: dart
ORIGIN: ../../../third_party/dart/benchmarks/ListCopy/dart/ListCopy.dart + ../../../third_party/dart/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/dart/benchmarks/ListCopy/dart/ListCopy.dart
FILE: ../../../third_party/dart/runtime/observatory/bin/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/vm/field_table.cc
FILE: ../../../third_party/dart/runtime/vm/field_table.h
FILE: ../../../third_party/dart/runtime/vm/timeline_macos.cc
Expand Down Expand Up @@ -8403,7 +8404,6 @@ FILE: ../../../third_party/dart/runtime/lib/vmservice.cc
FILE: ../../../third_party/dart/runtime/observatory/lib/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/cli.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/debugger.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/sample_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/allocation_profile/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/app/analytics.dart
Expand Down Expand Up @@ -8929,7 +8929,6 @@ FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/retaining_p
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/source_link.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/strongly_reachable_instances.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/elements/vm_connect_target.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/heap_snapshot/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/exceptions.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/allocation_profile.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/breakpoint.dart
Expand All @@ -8944,7 +8943,6 @@ FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/flag.
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/frame.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/function.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/guarded.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/heap_snapshot.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/heap_space.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/icdata.dart
FILE: ../../../third_party/dart/runtime/observatory/lib/src/models/objects/inbound_references.dart
Expand Down

0 comments on commit 3ad42c4

Please sign in to comment.