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

Conversation

@zanderso
Copy link
Member

More work for flutter/flutter#82134

This PR also fixes Dart lints in android_lint.

@zanderso zanderso added the Work in progress (WIP) Not ready (yet) for review! label May 12, 2021
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@google-cla google-cla bot added the cla: yes label May 12, 2021
@zanderso zanderso removed the Work in progress (WIP) Not ready (yet) for review! label May 12, 2021
@zanderso zanderso requested a review from dnfield May 12, 2021 23:43
Comment on lines +1667 to +1670
return entry.name != 'archive' // contains nothing that ends up in the binary executable
&& entry.name != 'file'
&& entry.name != 'platform'
&& entry.name != 'process';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this is safe - it seems like we might want to use entry.fullName.endsWith or something to avoid skipping over some random subdirectory of another thing we care about that happens to have a directory named file or platform or process.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, this class is only used for the Dart third party packages. Ok.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. This only covers exactly third_party/pkg/process etc.

Copy link
Contributor

@dnfield dnfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with nit about removing one of those issue links.

@zanderso zanderso merged commit 01ce6a1 into flutter:master May 13, 2021
@zanderso zanderso deleted the more-path-deps branch May 13, 2021 16:17
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 13, 2021
cbracken pushed a commit to flutter/flutter that referenced this pull request May 13, 2021
* 7adb8de Roll Skia from 6b719c25cade to ca9f6a855071 (3 revisions) (flutter/engine#26127)

* a1062aa [uwptool] Support lookup of full package name (flutter/engine#26121)

* 01ce6a1 Get android_lint deps using gclient rather than pub. (flutter/engine#26106)

* cba6c1e Use cached CanvasKit instance if available (flutter/engine#26059)

* b0bb8ea Switch PlatformMessages to hold data in Mappings (flutter/engine#25867)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants