-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Disable warnings for the dart plugin registrant #76561
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
| mainUri, | ||
| newMainDart, | ||
| mainFile, | ||
| // TODO(egarciad): Turn this on when the plugins are fixed. |
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.
What about plugins that we don't own and can't fix? Should this ever be shown when building an app? Is there something actionable the plugin consumer can do? If so, we should specialize the warning for them.
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.
For those, we could send PRs to fix their pubspec.yaml. Maybe, we could detect if the app being built is the plugin's example app.
Also, this is an action item to the consumer of the plugin as well, since according to the design, a user can specify the default implementation of a plugin for a platform.
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
* Revert "Enable dart_plugin_registry_test (#76645)" This reverts commit 109e0bb. * Revert "Apply changes caused by #76662 (#77093)" This reverts commit cdca648. * Revert "Disable clang format in the plugin registrants (#76662)" This reverts commit dadbd47. * Revert "Disable warnings for the dart plugin registrant (#76561)" This reverts commit 098ece5. * Revert "Remove dart_plugin_registry_test timeouts (#76838)" This reverts commit 1610a27. * Revert "Implement dartPluginClass support for plugins (#74469)" This reverts commit b7d4806. Kick.
Disables the warnings mentioned in #76396