Skip to content

Commit

Permalink
Roll src/third_party/dart caa8747..6c680a0 (12 commits)
Browse files Browse the repository at this point in the history
6c680a0 Update dartfix readme and update version numbers
33337cf Fix API breakage, reexport ConstantEvaluator.
c2cdc1c Allow migration of multiple files at once.
d68d852 Allow nullabilty migration prepareInput/processInput to operate on different ASTs.
5ecf660 [dartdevc] skip co19 tests on linux bots
ba9fbda Rework provisional migration API.
a4b681b Update dartdoc to 0.28.1+2.
fea5413 [ VM ] Fix hang of Flutter engine tests caused by global RuntimeEntry objects being destroyed when exit() is called when the VM hasn't finished shutting down.
a5570bd [vm/compiler] Add optimization flag
f0d5cb7 Guard the custom formatter for a Map against errors
df77978 Support two more cases in the convert-to-spread assist (issue 35867)
fd2225a Adapt to the flow analysis spec v2.
bkonyi committed Feb 7, 2019
1 parent 168cabc commit d0fee9b
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
@@ -31,7 +31,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': 'caa8747a377778f4349ff416d6e9aa7a7e410837',
'dart_revision': '6c680a0ebd195d60bb80fd68f92aed1626db997e',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -49,7 +49,7 @@ vars = {
'dart_csslib_tag': '0.14.4+1',
'dart_dart2js_info_tag': '0.5.15',
'dart_dart_style_tag': '1.2.2',
'dart_dartdoc_tag': 'v0.28.0',
'dart_dartdoc_tag': 'v0.28.1+2',
'dart_fixnum_tag': '0.10.9',
'dart_glob_tag': '1.1.7',
'dart_html_tag': '0.13.3+2',
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: b3a9b7d84197e4af9acec558e5c89894
Signature: fd8b05c8fdf470d9f4330846e131a5fe

UNUSED LICENSES:

0 comments on commit d0fee9b

Please sign in to comment.