-
Notifications
You must be signed in to change notification settings - Fork 6k
Pub workspace-ify most of testing/
and parts of tools/
#54124
Conversation
testing/
and parts of tools/
The With the workspace, the analyzer will resolve (Without the workspace the analyzer was obtaining the path for CI is having issues analyzing the |
Not quite, I think I just need to tweak dependency overrides. |
Ok looks fine locally, PTAL @jason-simmons. |
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.
RSLGTM
…152414) flutter/engine@e28f875...0c5504e 2024-07-26 [email protected] [impeller] adds test for catching shimmer in gaussian blur (flutter/engine#54116) 2024-07-26 [email protected] Revert "[Impeller] Use downsample shader for blur instead of mip levels. (#53760)" (flutter/engine#54148) 2024-07-26 [email protected] Roll Skia from 61ac357e8e33 to 4a97d01dfedd (2 revisions) (flutter/engine#54146) 2024-07-26 [email protected] Roll Dart SDK from 1b29ac31628f to de1925e18998 (1 revision) (flutter/engine#54145) 2024-07-26 [email protected] Pub workspace-ify most of `testing/` and parts of `tools/` (flutter/engine#54124) 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
…lutter#152414) flutter/engine@e28f875...0c5504e 2024-07-26 [email protected] [impeller] adds test for catching shimmer in gaussian blur (flutter/engine#54116) 2024-07-26 [email protected] Revert "[Impeller] Use downsample shader for blur instead of mip levels. (flutter#53760)" (flutter/engine#54148) 2024-07-26 [email protected] Roll Skia from 61ac357e8e33 to 4a97d01dfedd (2 revisions) (flutter/engine#54146) 2024-07-26 [email protected] Roll Dart SDK from 1b29ac31628f to de1925e18998 (1 revision) (flutter/engine#54145) 2024-07-26 [email protected] Pub workspace-ify most of `testing/` and parts of `tools/` (flutter/engine#54124) 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
…lutter#152414) flutter/engine@e28f875...0c5504e 2024-07-26 [email protected] [impeller] adds test for catching shimmer in gaussian blur (flutter/engine#54116) 2024-07-26 [email protected] Revert "[Impeller] Use downsample shader for blur instead of mip levels. (flutter#53760)" (flutter/engine#54148) 2024-07-26 [email protected] Roll Skia from 61ac357e8e33 to 4a97d01dfedd (2 revisions) (flutter/engine#54146) 2024-07-26 [email protected] Roll Dart SDK from 1b29ac31628f to de1925e18998 (1 revision) (flutter/engine#54145) 2024-07-26 [email protected] Pub workspace-ify most of `testing/` and parts of `tools/` (flutter/engine#54124) 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
Replaces and closes #53997.
This PR migrates the following packages to the pub workspace:
It also makes minor changes to the Dart build rules in order to resolve the root package_config, instead of per-package.
I am not totally confident of the
_embedder.yaml
change, but I also can't explain what is needed to continue analyzinglib/ui
without analysis failures that all of the symbols indart:nativewrappers
are missing.