Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Roll src/third_party/dart 7b9ab9f353..cf4444b803 (44 commits)#8639

Merged
bkonyi merged 1 commit into
masterfrom
dart-sdk-roll-2019-04-18
Apr 18, 2019
Merged

Roll src/third_party/dart 7b9ab9f353..cf4444b803 (44 commits)#8639
bkonyi merged 1 commit into
masterfrom
dart-sdk-roll-2019-04-18

Conversation

@bkonyi

@bkonyi bkonyi commented Apr 18, 2019

Copy link
Copy Markdown
Contributor

This is an automated pull request which will automatically merge once checks pass.

Roll src/third_party/dart 7b9ab9f..cf4444b (44 commits)

cf4444b Revert "[ VM / Service ] Temporarily disable VM service auth codes by default"
f849195 Create List, not Impl.
fa7485f Build types for not simply bounded elements using dynamic type arguments.
9d376de [vm] Remove code collection.
0c0e49c update keyword list to include "late" modifier
3cf3e4e [dart/vm] Reduce trip count of osr test
503e209 [vm] Start logging if shutdown takes too long.
2b9f968 Convert engine.dart to triple-slash comment style
73b917c [vm/compiler] Do not generate unnecessary field length guards
20fde9a Don't overwrite inherited types of fields with types of initializers.
e6e2a19 Issue 36667. Check for unresolved URI in getLibraryByUri().
6ac38a9 The synthetic default constructor should have reference.
92729e0 Remove UndefinedTypeImpl.
cf77b82 [analyzer] handle youtube and animation dartdoc directives
6384f62 new conflicting-modifiers error code
f3703c1 change "late" from built-in to keyword
af9c014 Remove unused import
7b6b8f8 Restore 'parameters' and 'typeParameters' for ParameterElementImpl.
bc58bf5 Add summary serialization support for nullability suffixes.
8093f73 [vm/dbc] Add UNREACHABLE() stubs to simulator_dbc.cc in 32-bit mode to make 32-build work
336fc90 Fix for getting type of a DefaultFormalParameter during building types.
e93c6b7 Add AST representation of the late keyword
43eebea [kernel_worker] retry on failure
284a299 Fix mustCallSuper for mixins; fixes #36492
5a82458 Read directive annotations before returning offset.
703ccc9 Support for TypeParameter metadata.
242ed77 Fix for FormalParameter without name.
92dd370 Write / read Annotation element.
d8a0d68 Rename devcompiler to ddc
6d91643 [vm, interpreter] Handle closure case of invoke-field-dispatchers as bytecode.
b8a9711 Update AstBuilder to handle "required" modifier
ca28e2c forward "required" modifier to parser listeners
250d931 When URI cannot be resolved, the library is null.
2491767 Use correct CompilationUnitElement for annotations.
4ef18fd Fix nameOffset for Export/ImportElement.
7873dbd Fix for duplicate declarations.
38049f3 [vm, interpreter] Handle implicit static getters as bytecode.
714a082 Minimal integration of summary2 into AnalysisDriver.
dd35304 make "late" and "required" builtin keywords
836efd6 Add a language_2 test for having an invalid type in an on clause
81e554e parse "required" modifier for NNBD
1eab04e Reland "[VM-debugger] resolve column breakpoint tokenposition into a single value"
ec27b09 [vm, service] Fix deferral of service extension invocation to not be mislead by other OOB messages.
1e30bb9 [vm/dbc] Support unboxed Int64 on DBC

cf4444b Revert "[ VM / Service ] Temporarily disable VM service auth codes by default"
f849195 Create List<TypeParameterElement>, not Impl.
fa7485f Build types for not simply bounded elements using dynamic type arguments.
9d376de [vm] Remove code collection.
0c0e49c update keyword list to include "late" modifier
3cf3e4e [dart/vm] Reduce trip count of osr test
503e209 [vm] Start logging if shutdown takes too long.
2b9f968 Convert engine.dart to triple-slash comment style
73b917c [vm/compiler] Do not generate unnecessary field length guards
20fde9a Don't overwrite inherited types of fields with types of initializers.
e6e2a19 Issue 36667. Check for unresolved URI in getLibraryByUri().
6ac38a9 The synthetic default constructor should have reference.
92729e0 Remove UndefinedTypeImpl.
cf77b82 [analyzer] handle youtube and animation dartdoc directives
6384f62 new conflicting-modifiers error code
f3703c1 change "late" from built-in to keyword
af9c014 Remove unused import
7b6b8f8 Restore 'parameters' and 'typeParameters' for ParameterElementImpl.
bc58bf5 Add summary serialization support for nullability suffixes.
8093f73 [vm/dbc] Add UNREACHABLE() stubs to simulator_dbc.cc in 32-bit mode to make 32-build work
336fc90 Fix for getting type of a DefaultFormalParameter during building types.
e93c6b7 Add AST representation of the late keyword
43eebea [kernel_worker] retry on failure
284a299 Fix mustCallSuper for mixins; fixes #36492
5a82458 Read directive annotations before returning offset.
703ccc9 Support for TypeParameter metadata.
242ed77 Fix for FormalParameter without name.
92dd370 Write / read Annotation element.
d8a0d68 Rename devcompiler to ddc
6d91643 [vm, interpreter] Handle closure case of invoke-field-dispatchers as bytecode.
b8a9711 Update AstBuilder to handle "required" modifier
ca28e2c forward "required" modifier to parser listeners
250d931 When URI cannot be resolved, the library is null.
2491767 Use correct CompilationUnitElement for annotations.
4ef18fd Fix nameOffset for Export/ImportElement.
7873dbd Fix for duplicate declarations.
38049f3 [vm, interpreter] Handle implicit static getters as bytecode.
714a082 Minimal integration of summary2 into AnalysisDriver.
dd35304 make "late" and "required" builtin keywords
836efd6 Add a language_2 test for having an invalid type in an on clause
81e554e parse "required" modifier for NNBD
1eab04e Reland "[VM-debugger] resolve column breakpoint tokenposition into a single value"
ec27b09 [vm, service] Fix deferral of service extension invocation to not be mislead by other OOB messages.
1e30bb9 [vm/dbc] Support unboxed Int64 on DBC
@bkonyi

bkonyi commented Apr 18, 2019

Copy link
Copy Markdown
Contributor Author

Checks failed, abandoning roll.

@bkonyi bkonyi closed this Apr 18, 2019
@bkonyi bkonyi deleted the dart-sdk-roll-2019-04-18 branch April 18, 2019 22:18
@bkonyi bkonyi restored the dart-sdk-roll-2019-04-18 branch April 18, 2019 23:21
@bkonyi bkonyi reopened this Apr 18, 2019
@bkonyi bkonyi merged commit 9a53f5f into master Apr 18, 2019
@bkonyi bkonyi deleted the dart-sdk-roll-2019-04-18 branch April 18, 2019 23:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

2 participants