未验证 提交 71ba20a6 编写于 作者: Z Zachary Anderson 提交者: GitHub

Dart SDK roll for 2018-10-02 to d2c5a24fd9ead97a7f18d02786e679293cc3709e (#6410)

* Dart SDK roll for 2018-10-02 to 72d3798764a374ec50494545c2e9f564e3ee7f17

72d3798764 Improved completion support for mixins
097e8d86b8 Use context severity when calling onProblem
002a3e090d Improve error message on unresolved constructor redirections
a074a87b25 Convert more analyzer tests to use ResourceProviderMixin
a1ebe68359 Change how compile-time NSM is handled
0b48c4a6ad [gardening] Mark appjit_determinism_test flaky on IA32
ff51edf6e2 [infra] Update checked in SDKs to 2.1.0-dev.6.0
b8c831592a Record superInterface and use it for OverrideVerifier.
158290349a Reject diagnostics with missing arguments
df32b2ae49 Ignore synthetic tokens when compiling bodies
f3047f1b9c Improve diagnostics with constructor names
1972ad92d7 Related information (context) may be null
248954117a Consolidate dart2js front-end dependencies
4306245660 Address review comments from 63144 and 74640
49e521c55b [build] Forward load limit from build.py to Ninja.
07a8496919 [VM] Allow for Dart_SetVMFlags to be called again after Dart_Cleanup
d70b0fa3be Revert "Test that the result of instantiate-to-bounds is appropriately checked for super-boundedness."
7ca2f56112 Stop using and deprecate InheritanceManager.getMembersInheritedFromInterfaces().
7419667d67 Test that the result of instantiate-to-bounds is appropriately checked for super-boundedness.
07a2130724 [vm] Set translation helper allocation space in kernel loader
223055242f [vm] Disable bump allocation scope in kernel loader
f5135c6e86 Don't recurse into arguments of constant InstanceCreationExpression while verifying.
32af1be0a4 Check type arguments against bounds when instantiating a typedef.
e90f1f21b8 Remove unused response codes and deprecate an unimplemented request
e98d5d8cc1 [vm] Wait for marker task to finish in BumpAllocateScope
bdeb6a3f95 [dart/fuzzer] Remove use of PATH in env
dd2e6afd5e Add test for InheritanceManager2
f7f31efab0 Disable the reading of a UUID during training
64f02226b3 Stop using InheritanceManager.getMembersInheritedFromClasses().
76bfa425bb bump to linter 0.1.66
e4671346ac Fix build mode to convert input paths to absolute and normalized before giving them to Analyzer.
765a78d44e Fix AST summarizer rules when to store variable initializer.
b6368c78fa Extract PhysicalResourceProvider watch tests and mark them flaky.
1dfdcf3593 [vm] Add bump allocation scope
a1951238f3 [vm] Remove name conflict checks from class finalization
2723fcfb82 Remove more dead code from server
ce8a5ffab2 Remove remaining definitions of EMPTY_LIST in server
9083b116f8 InheritanceManager does not produce errors, don't ask it.
645fbc8a3f Add CompilerOptions.onDiagnostic
6361d9e1c3 Update status for flaky product-mode vm test
ed6d7e23f1 Fix build failure introduced in https://dart-review.googlesource.com/c/sdk/+/77013
0461df2e22 Remove FileState.fileUri.
10f05f45b9 Remove more dead code from server
5cc9ab02a8 Switch all refactoring to using ResolveResult instead of raw unit.
215e80eb0a Fix Analysis Server tests on Windows bot.
85fb1f3de1 Fix Analyzer tests on Windows bot.
1be151dcce Give LibraryScope to AstRewriteVisitor.
e7e8786670 Replace MockSDK in analyzer_plugin to fix its tests on Windows.
24208552ff Fix analyzer_cli tests on Windows.
5bcf91d973 Remove some dead code
fc130a0477 Extract ConstantVerifier.
fc96edc1ce Don't use AstRewriteVisitor in resynthesizer, build InstanceCreationExpression as we build expressions.
25c659934a Change ResourceUriResolver to accept any file URI.
6c577f0620 Deprecate Element.isVirtual
5db21a7998 Tentatively re-enable PhysicalResourceProviderTest.
c78f67cc7e [vm/aot] Use TFA to detect dynamic, non-this and tear-off uses
07852532e3 [ VM ] Additional cleanup in Dart_Initialize and Dart_Cleanup
41a875f420 Fix (super)mixins issues
da3e844cac Fix potential cast exceptions
1bceca91b0 Remove the 'name' constructor parameter from CompilationUnitElementImpl()
4a51268890 [gen_snapshot] Restore support for --snapshot_kind=vm-aot-assembly; update docs.

* Dart SDK roll for 2018-10-02

d2c5a24fd9 Recognize mixins as subtypes of their superclass constraints in hint generation (issue 34633)
0804245caa [vm] Make filtering in Heap::RecordAfterGC consistent with ServiceEvent::ServiceEvent.
上级 9ccc9662
......@@ -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': '8a919426f0e8665a0e6b01c2fcf3113587f8b040',
'dart_revision': 'd2c5a24fd9ead97a7f18d02786e679293cc3709e',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
......@@ -60,7 +60,7 @@ vars = {
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.15.6',
'dart_json_rpc_2_tag': '2.0.9',
'dart_linter_tag': '0.1.65',
'dart_linter_tag': '0.1.66',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.2',
'dart_matcher_tag': '0.12.3',
......
Signature: 1a325f5834d49b7daa016a4f2b01be3d
Signature: 251f936d9bd8ced851a73a4413f02e30
UNUSED LICENSES:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册