Skip to content

Commit

Permalink
Dart SDK roll for 2018-10-02 to d2c5a24 (flutter#6410)
Browse files Browse the repository at this point in the history
* Dart SDK roll for 2018-10-02 to 72d3798

72d3798 Improved completion support for mixins
097e8d8 Use context severity when calling onProblem
002a3e0 Improve error message on unresolved constructor redirections
a074a87 Convert more analyzer tests to use ResourceProviderMixin
a1ebe68 Change how compile-time NSM is handled
0b48c4a [gardening] Mark appjit_determinism_test flaky on IA32
ff51edf [infra] Update checked in SDKs to 2.1.0-dev.6.0
b8c8315 Record superInterface and use it for OverrideVerifier.
1582903 Reject diagnostics with missing arguments
df32b2a Ignore synthetic tokens when compiling bodies
f3047f1 Improve diagnostics with constructor names
1972ad9 Related information (context) may be null
2489541 Consolidate dart2js front-end dependencies
4306245 Address review comments from 63144 and 74640
49e521c [build] Forward load limit from build.py to Ninja.
07a8496 [VM] Allow for Dart_SetVMFlags to be called again after Dart_Cleanup
d70b0fa Revert "Test that the result of instantiate-to-bounds is appropriately checked for super-boundedness."
7ca2f56 Stop using and deprecate InheritanceManager.getMembersInheritedFromInterfaces().
7419667 Test that the result of instantiate-to-bounds is appropriately checked for super-boundedness.
07a2130 [vm] Set translation helper allocation space in kernel loader
2230552 [vm] Disable bump allocation scope in kernel loader
f5135c6 Don't recurse into arguments of constant InstanceCreationExpression while verifying.
32af1be Check type arguments against bounds when instantiating a typedef.
e90f1f2 Remove unused response codes and deprecate an unimplemented request
e98d5d8 [vm] Wait for marker task to finish in BumpAllocateScope
bdeb6a3 [dart/fuzzer] Remove use of PATH in env
dd2e6af Add test for InheritanceManager2
f7f31ef Disable the reading of a UUID during training
64f0222 Stop using InheritanceManager.getMembersInheritedFromClasses().
76bfa42 bump to linter 0.1.66
e467134 Fix build mode to convert input paths to absolute and normalized before giving them to Analyzer.
765a78d Fix AST summarizer rules when to store variable initializer.
b6368c7 Extract PhysicalResourceProvider watch tests and mark them flaky.
1dfdcf3 [vm] Add bump allocation scope
a195123 [vm] Remove name conflict checks from class finalization
2723fcf Remove more dead code from server
ce8a5ff Remove remaining definitions of EMPTY_LIST in server
9083b11 InheritanceManager does not produce errors, don't ask it.
645fbc8 Add CompilerOptions.onDiagnostic
6361d9e Update status for flaky product-mode vm test
ed6d7e2 Fix build failure introduced in https://dart-review.googlesource.com/c/sdk/+/77013
0461df2 Remove FileState.fileUri.
10f05f4 Remove more dead code from server
5cc9ab0 Switch all refactoring to using ResolveResult instead of raw unit.
215e80e Fix Analysis Server tests on Windows bot.
85fb1f3 Fix Analyzer tests on Windows bot.
1be151d Give LibraryScope to AstRewriteVisitor.
e7e8786 Replace MockSDK in analyzer_plugin to fix its tests on Windows.
2420855 Fix analyzer_cli tests on Windows.
5bcf91d Remove some dead code
fc130a0 Extract ConstantVerifier.
fc96edc Don't use AstRewriteVisitor in resynthesizer, build InstanceCreationExpression as we build expressions.
25c6599 Change ResourceUriResolver to accept any file URI.
6c577f0 Deprecate Element.isVirtual
5db21a7 Tentatively re-enable PhysicalResourceProviderTest.
c78f67c [vm/aot] Use TFA to detect dynamic, non-this and tear-off uses
0785253 [ VM ] Additional cleanup in Dart_Initialize and Dart_Cleanup
41a875f Fix (super)mixins issues
da3e844 Fix potential cast exceptions
1bceca9 Remove the 'name' constructor parameter from CompilationUnitElementImpl()
4a51268 [gen_snapshot] Restore support for --snapshot_kind=vm-aot-assembly; update docs.

* Dart SDK roll for 2018-10-02

d2c5a24 Recognize mixins as subtypes of their superclass constraints in hint generation (issue 34633)
0804245 [vm] Make filtering in Heap::RecordAfterGC consistent with ServiceEvent::ServiceEvent.
  • Loading branch information
zanderso authored Oct 2, 2018
1 parent 9ccc966 commit 71ba20a
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down
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: 1a325f5834d49b7daa016a4f2b01be3d
Signature: 251f936d9bd8ced851a73a4413f02e30

UNUSED LICENSES:

Expand Down

0 comments on commit 71ba20a

Please sign in to comment.