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

Roll dart to 01350005aab7a7bfe2dc98066cb7acc95a811f7a #40455

Merged
merged 2 commits into from
Mar 20, 2023

Conversation

aam
Copy link
Member

@aam aam commented Mar 20, 2023

Changes since last roll

bd62be296cb [tests] Avoid imports across null safety suites
a2307a1110c [dart2js] Use CFE static types for variables in null-safe libraries.
62e3c47e45b [dart2js] Don't rely on `== null` promoting to Null in rti.dart.
6f45c8534ee Bump matcher to dc310d95663da10a90e7898cd4e322695f693d4f
1755f890926 [vm/ffi] Add class modifiers
80c2b02bd0b [ddc] Adding a runtime flag for real deferred loading in DDC
2cec283bd07 update covariant setter test to test mixin class behavior also
d190e167661 Fix handling of `@Injectable` functions
7cc2553fa1f [_fe_shared_analyzer] Use real exhaustiveness checking algorithm
771042f5ca8 Prepare to publish analyzer 5.8.0 and _fe_analyzer_shared 56.0.0
cf7d78cc2c2 [dart2js] Run modular steps with sound null safety
4c70caf4dfc [deps] rev http
3b06df241fe Clean up a number of 2.19 opt outs in language tests.
e34165c5431 Reland "[io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes."
dcd65d0122a [ Benchmarks ] Update SDKArtifactSizes benchmarks to include dart2wasm and DevTools
d362996c9ce Issue 51758. Don't consider not ClassElement to be a supertype of a class type alias.
43b74160e07 Fix crash when trying to do cast `X` to `FutureOr<X>`
337d2cc8b18 [ANTLR] Move optional trailing question mark up.
8912e037976 [co19] Roll co19 to e8141111c3315b0a9c151fcac0e14656dcfddac5
bf68f9320b5 [_fe_analyzer_shared] Improve exhaustiveness for cast pattern
21737a6c2ec [dart2js] Fix type variable detection for interfaces nested in records for RTI.
fbe4cbf69f5 Bump linter to 07c4d17, just before new deprecated_member rule
5604db5fc92 Issue 51661. Fix for SwitchExpression in serialized expressions.
743caee6f0b [js_types] Migrate Dart2Wasm internal interop classes to JS types.
539dad5657d [analysis_server] Support moving sealed classes in "Move to File" refactor
3802bc7e32d Support for RecordTypeAnnotation in constants, in summaries.
f46c9afc12d [analysis_server] Add type arguments to remaining raw types
454219b371f [analysis_server] Retain body's leading comments when adding curly braces
26311db0b52 [cfe] Avoid reporting subtype modifier errors on final supertypes outside of library.
c761de6e3ef [analyzer] Move 3 more HintCodes to be WarningCodes, UNNECESSARY_N*
68353d76a49 Add a flag to disable the new unified_analytics for a single session.
ec39319bf78 [VM/Timeline] Add a synchronization monitor to TimelineTrackMetadataRace test
51d5eb6e939 Remove build_daemon constraint from web template.
c828440c79c [js] Erase types in `_skwasm_impl`.
f910c3d92bc [libraries.dart] update and normalize the libraries.dart file
1f598154a0b [beta][vm] Fix `Dart_CObject_Type` breaking change

Manual roll due to changes needed in BUILD.gn for matcher

Changes since last roll
```
bd62be296cb [tests] Avoid imports across null safety suites
a2307a1110c [dart2js] Use CFE static types for variables in null-safe libraries.
62e3c47e45b [dart2js] Don't rely on `== null` promoting to Null in rti.dart.
6f45c8534ee Bump matcher to dc310d95663da10a90e7898cd4e322695f693d4f
1755f890926 [vm/ffi] Add class modifiers
80c2b02bd0b [ddc] Adding a runtime flag for real deferred loading in DDC
2cec283bd07 update covariant setter test to test mixin class behavior also
d190e167661 Fix handling of `@Injectable` functions
7cc2553fa1f [_fe_shared_analyzer] Use real exhaustiveness checking algorithm
771042f5ca8 Prepare to publish analyzer 5.8.0 and _fe_analyzer_shared 56.0.0
cf7d78cc2c2 [dart2js] Run modular steps with sound null safety
4c70caf4dfc [deps] rev http
3b06df241fe Clean up a number of 2.19 opt outs in language tests.
e34165c5431 Reland "[io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes."
dcd65d0122a [ Benchmarks ] Update SDKArtifactSizes benchmarks to include dart2wasm and DevTools
d362996c9ce Issue 51758. Don't consider not ClassElement to be a supertype of a class type alias.
43b74160e07 Fix crash when trying to do cast `X` to `FutureOr<X>`
337d2cc8b18 [ANTLR] Move optional trailing question mark up.
8912e037976 [co19] Roll co19 to e8141111c3315b0a9c151fcac0e14656dcfddac5
bf68f9320b5 [_fe_analyzer_shared] Improve exhaustiveness for cast pattern
21737a6c2ec [dart2js] Fix type variable detection for interfaces nested in records for RTI.
fbe4cbf69f5 Bump linter to 07c4d17, just before new deprecated_member rule
5604db5fc92 Issue 51661. Fix for SwitchExpression in serialized expressions.
743caee6f0b [js_types] Migrate Dart2Wasm internal interop classes to JS types.
539dad5657d [analysis_server] Support moving sealed classes in "Move to File" refactor
3802bc7e32d Support for RecordTypeAnnotation in constants, in summaries.
f46c9afc12d [analysis_server] Add type arguments to remaining raw types
454219b371f [analysis_server] Retain body's leading comments when adding curly braces
26311db0b52 [cfe] Avoid reporting subtype modifier errors on final supertypes outside of library.
c761de6e3ef [analyzer] Move 3 more HintCodes to be WarningCodes, UNNECESSARY_N*
68353d76a49 Add a flag to disable the new unified_analytics for a single session.
ec39319bf78 [VM/Timeline] Add a synchronization monitor to TimelineTrackMetadataRace test
51d5eb6e939 Remove build_daemon constraint from web template.
c828440c79c [js] Erase types in `_skwasm_impl`.
f910c3d92bc [libraries.dart] update and normalize the libraries.dart file
1f598154a0b [beta][vm] Fix `Dart_CObject_Type` breaking change
```
@aam aam requested review from zanderso and goderbauer March 20, 2023 19:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App platform-fuchsia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants