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

Conversation

@mvanbeusekom
Copy link
Contributor

@mvanbeusekom mvanbeusekom commented Nov 28, 2021

This will pre-emptively ignore the prefer_const_constructor warning to make it possible to migrate the webview_flutter_platform_interface without breaking changes to the more strict analysis_options.yaml (see issue flutter/flutter#76229).

A cleanup issue also exist as a reminder to remove the temporary ignore statements and can be found here: flutter/flutter#94311

No version change: this is a temporary change and only necessary to land on master not to break the build when merging #4549. These changes will be undone as part of flutter/flutter#94311 as soon as #4549 lands.

No CHANGELOG change: this is a temporary change and only necessary to land on master not to break the build when merging #4549. These changes will be undone as part of flutter/flutter#94311 as soon as #4549 lands.

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [relevant style guides] and ran [the auto-formatter]. (Unlike the flutter/flutter repo, the flutter/plugins repo does use dart format.)
  • I signed the [CLA].
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].
  • I updated CHANGELOG.md to add a description of the change, [following repository CHANGELOG style].
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is [test-exempt].
  • All existing and new tests are passing.

This will preemptively ignore the prefer_const_constructor warning to
make it possible to migrate the webview_flutter_platform_interface
without breaking changes to the more strict analysis_options.yaml (see
issue flutter/flutter#76229).

A cleanup issue also exist as a reminder to remove the temporary ignore
statements and can be found here:
flutter/flutter#94311)
@google-cla google-cla bot added the cla: yes label Nov 28, 2021
@github-actions github-actions bot added p: webview_flutter Edits files for a webview_flutter plugin platform-android labels Nov 28, 2021
Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

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

LGTM

@stuartmorgan-g
Copy link
Contributor

Did you need the "no version change", or was that pre-emptive? This should have passed the version check without that due to the files touched; if it failed that's a bug.

@mvanbeusekom
Copy link
Contributor Author

No I added it preemptively. I did receive the "No CHANGELOG" warning though (which was fixed by added the right description).

@mvanbeusekom mvanbeusekom added the waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land. label Nov 28, 2021
@fluttergithubbot fluttergithubbot merged commit 07e4027 into flutter:master Nov 28, 2021
@stuartmorgan-g
Copy link
Contributor

Great, sounds like it worked as intended then; the automatic exemptions are just for the version change, not the CHANGLOG (since that's the general policy we're using, at least for now).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes p: webview_flutter Edits files for a webview_flutter plugin platform-android waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants