-
Notifications
You must be signed in to change notification settings - Fork 6k
Roll dart to 3.3.0-242.0.dev #49239
Roll dart to 3.3.0-242.0.dev #49239
Conversation
Changes since last roll ``` e8cdc554c59 (tag: 3.3.0-242.0.dev, origin/dev) Version 3.3.0-242.0.dev a5109dc82ba [build] Handle RBE in -fdebug-prefix-map. 2ff976e9e3a [infra] Specify Linux in RBE platform. 12c548d331b [macros] Add first language tests for introspection. 3eeba4a4e2a [cfe] Refactor FunctionNode.futureValueType into emitted value type 8d8c4c61250 [cfe] Handle extension types in *Concatenation nodes f49c7864436 [cfe/analyzer] Report error on invalid abstract final class modifier combinations 338fd6501b6 [dart2wasm] Make _RecordType use WasmArray<>s instead of List<>s 355d7e02fcf (origin/base) Stop testing nnbd-weak and nnbd-legacy on analyzer. 27892de3497 Adding DTD and DTD_impl owners. 6a9216a46fc Remove Requirements=nnbd-weak from superinterfaces_out_of_order_error_test.dart. d646c92abe6 Macro. Tests for StaticType.isSubtype() 5881d669f0a Update DevTools rev to c7aa1df42178b054901c36bb1b8ea25b5542be8c 63594497660 Remove dead code in prefer_constructors_over_static_methods.dart 739baa4bc10 Macro. Implement DefinitionPhaseIntrospector.inferType() 794d3adf93d [VM] - Minor cleanups 3e73f10de09 Disable fixes for unawaited_futures in cascades. 8348807c860 stop collecting `strictCasts` settings from options 38e2d34424e [ddc] Erase extension types in as expressions 8d24f7ebd41 [ddc] Erase extension types in string concats b2cd914227b [ddc] Erase extension types in assertions 66a955b09f1 Fixed typo 48ac398f112 Fix `Directory.current` setter compatibility with `IOOverrides` c84edaefe9e Check in //third_party/root_certificates. 63f5b1272b1 Discover actual dart-sdk/ and bin/ when running tools/test.py 81dc3f6f6e7 [tests/ffi]: Fix failing pointer arithmetic test. 83ba9fe0a8d [ddc] Enable new runtime types by default 95e049c7e28 Add a test case for flutter#52233 3e2ac6721d5 [linter] Report deprecated_consistency only on constructor name 89381ea4dbe [linter] Simplify 'prefer_mixin' implementation ```
21cb127 to
5a3d080
Compare
|
@zanderso PTAL at license-related changes |
zanderso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still lgtm if the license check is still happy.
| '/third_party/libcxx/LICENSE.TXT': _RepositoryCxxStlDualLicenseFile.new, | ||
| '/third_party/libcxxabi/LICENSE.TXT': _RepositoryCxxStlDualLicenseFile.new, | ||
| '/third_party/libpng/LICENSE': _RepositoryLibPngLicenseFile.new, | ||
| '/third_party/root_certificates/LICENSE': _RepositoryMpl2File.new, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if this will need to be updated to the new path rather than removed, but if the license script is still happy this lgtm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, the script seems to be happy without this.
|
auto label is removed for flutter/engine/49239, due to - The status or check suite Linux linux_unopt has failed. Please fix the issues identified (or deflake) before re-applying this label. |
…140422) flutter/engine@3b156c8...df1593e 2023-12-19 [email protected] Rolls clang to 725656bdd885483c39f482a01ea25d67acf39c46 (flutter/engine#49248) 2023-12-19 [email protected] Roll dart to 3.3.0-242.0.dev (flutter/engine#49239) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…0422) flutter/engine@3b156c8...df1593e 2023-12-19 [email protected] Rolls clang to 725656bdd885483c39f482a01ea25d67acf39c46 (flutter/engine#49248) 2023-12-19 [email protected] Roll dart to 3.3.0-242.0.dev (flutter/engine#49239) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Changes since last roll
This PR also includes changes to license script to accommodate new location for
root_certificatessources.