-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[cp] Stop recursively including assets from asset folders #120209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cp] Stop recursively including assets from asset folders #120209
Conversation
|
|
||
| testWithoutContext('wildcard directories do not include subdirectories', () async { | ||
| final Platform platform = FakePlatform(); | ||
| final FileSystem fs = MemoryFileSystem.test(); |
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.
This test failed on ToT and had to be reverted. To make this more stable, you'll need to change this to use testUsingContext and getFlutterRoot()
jonahwilliams
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.
Test needs to be fixed
jonahwilliams
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.
LGTM
…#3185) * 9bbe247fc Fix lexer issue where select/plural/other/underscores cannot be in identifier names. (#119190) (flutter/flutter#119862) * 4c3796466 [cp] Stop recursively including assets from asset folders (flutter/flutter#120209) * 994429713 Roll engine version. (flutter/flutter#120324)
Cherry-pick for #120167. Fixes: #120208.
Pre-launch Checklist
///).