-
Notifications
You must be signed in to change notification settings - Fork 29.7k
flutter_tool: only enable wasm compile in master channel #121755
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
Need to wait on the parent PR to land, first |
b3457bb to
3602381
Compare
|
@christopherfujino – suggestions on adding tests for this? Or not needed? |
|
@eyebrowsoffire – the only thing I worry about here is |
Yeah, can you add a test here: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/test/general.shard/features_test.dart |
eyebrowsoffire
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!
christopherfujino
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.
nit about capitalization of JavaScript, otherwise LGTM
bf0b573 to
dfd85e6
Compare
|
auto label is removed for flutter/flutter, pr: 121755, due to - The status or check suite Mac tool_integration_tests_1_4 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
| /// All current Flutter feature flags that can be configured. | ||
| /// | ||
| /// [Feature.configSetting] is not `null`. | ||
| Iterable<Feature> get allConfigurableFeatures => allFeatures.where((Feature feature) => feature.configSetting != null); |
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.
@christopherfujino – seems there are a number of tests that assume every feature is configurable. Figured this was a clean way to address it.
Added an associated
Feature