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
Conversation
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
Contributor
Author
|
Checks failed, abandoning roll. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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