Roll src/third_party/dart e1fce75301..0b96f9f9ae (28 commits)

dart-lang/sdk@0b96f9f9ae [vm] Fix dropping values from the middle of the stack when there is a temporary variable
dart-lang/sdk@ea16e39e2f [dart2js] new-rti: defer selection of is-test specializations
dart-lang/sdk@225df822b6 Migrate dart:convert to NNBD.
dart-lang/sdk@fe3aa126a2 [frontend_server] fix package-scheme crash in dartdevc target
dart-lang/sdk@18acdf11ef status file update for js_ast
dart-lang/sdk@669375b269 linter context package api
dart-lang/sdk@2e15d0eb8c [dart:io] add IOOverrides.serverSocketBind to enable overriding ServerSocket.bind()
dart-lang/sdk@1505654f5c [dartdevc] regexp / ff fix
dart-lang/sdk@5fba90b2f8 [vm/metrics] Ensure the metrics exposed by VM also include on-the-fly metrics
dart-lang/sdk@abb6f993b5 Extract ToSourceVisitor into separate file.
dart-lang/sdk@805989b7cd Use includedElementNames to choose between server and client suggestions
dart-lang/sdk@a8566798d3 roll back implicit setter/getter metadata “fix”
dart-lang/sdk@c60daa3229 Use shared instance of LocalVariableInfo.
dart-lang/sdk@32a9a5f181 Add '--enable-experiment' to DAS.
dart-lang/sdk@919d292cee Compare nullabilitySuffix(s) in TypeParameterTypeImpl.==
dart-lang/sdk@6ae42758fb Remove ToSourceVisitor.
dart-lang/sdk@df8876582c Include all variations of a message in diagnostic docs
dart-lang/sdk@0663721533 Fix warnings by renaming prefixes and associated files
dart-lang/sdk@8a7ffc5b81 Make InterfaceTypeImpl.typeArguments final.
dart-lang/sdk@581b959423 Remove methods _typeOfExecutableElement().
dart-lang/sdk@c3e2158171 Remove CompilationUnitElementImpl.annotationMap
dart-lang/sdk@5a92c0e395 Remove FunctionElementImpl_forFunctionTypedParameter.
dart-lang/sdk@995fcfc1e9 [CFE] Rename parser test that used to cause an infinate loop
dart-lang/sdk@eb04e0922b [cfe] Refactor CompoundPropertySet and add CompoundExtensionSet
dart-lang/sdk@bb02531b7e [cfe] Move creation of error nodes to inferrer
dart-lang/sdk@a14bf89eb9 [CFE] Move old dill files to CIPD
dart-lang/sdk@0f7343e1a9 [parser] Reproduce analyser crash _OperatorName in endClassConstructor
dart-lang/sdk@29a040ac55 Flow analysis: Add a clarifying comment to tryCatch assigned_variables test
This commit is contained in:
Ben Konyi 2019-10-28 21:43:37 -07:00
parent 63ddf0ce72
commit cebcbc2ae1

2
DEPS
View File

@ -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': 'e1fce75301558bf756b0b8647fb8beec46583c0f',
'dart_revision': '0b96f9f9ae610c354e7dc2df51455e5404178b08',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py