Skip to content

Commit 7fcc986

Browse files
Roll src/third_party/dart 439cabaec02f..a9ea9365ad8a (4 commits) (flutter#15886)
https://dart.googlesource.com/sdk.git/+log/439cabaec02f..a9ea9365ad8a git log 439cabaec02f..a9ea9365ad8a --date=short --first-parent --format='%ad %ae %s' 2020-01-22 eernst@google.com Change null-aware `operator []`, `operator []=`, and function call to not have a period. 2020-01-22 eernst@google.com Migrate lib_2/typed_data to NNBD. 2020-01-22 johnniwinther@google.com [cfe] Use legacy erasure and nnbd top merge in computation of supertypes in ClassHierarchyBuilder 2020-01-22 johnniwinther@google.com [cfe] Test supertypes computed from ClassHierarchyBuilder Created with: gclient setdep -r src/third_party/dart@a9ea9365ad8a 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 dart-vm-team@google.com 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: dart-vm-team@google.com
1 parent b6d7d0c commit 7fcc986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': '439cabaec02f5d9f219f3d7d33ec29cad167863c',
37+
'dart_revision': 'a9ea9365ad8a3e3b59115bd889a55b6aa2c5a5fa',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

0 commit comments

Comments
 (0)