Conversation
Warning Messages: "'WEBP' is deprecated. Deprecated in Java" This deprecated warning is suppressed, that is, instead of it being resolved, since using the more explicit 'WEBP_LOSSY' and 'WEBP_LOSSLESS' is a bit complicated and it would need a bit more thought.
Warning Message: "'toLowerCase(Locale): String' is deprecated. Use lowercase() instead."
|
You can test the WordPress changes on this Pull Request by downloading an installable build (wordpress-installable-build-pr17201-30a06c2.apk), or scanning this QR code: |
|
You can test the Jetpack changes on this Pull Request by downloading an installable build (jetpack-installable-build-pr17201-30a06c2.apk), or scanning this QR code: |
|
👋 @ravishanker ! Apologies for the direct ping, but I wonder if you have the capacity for reviewing and testing this PR. Let me know, and if not, I can assign it to another engineer. I would like to avoid keeping this PR open for much longer, risking it becoming stale. |
|
👋 @ravishanker ! As I am seeing you being busy with other priorities I am assigning this PR review to @zwarm for now. Annmarie, let me know if that's okay with you too. I have updated the PR description accordingly. Thank you all for helping out in reviewing, testings and ultimately merging this to |
|
@ParaskP7 - Can the review hold for a day or so? 👍 I won't have time to get to it today. |
👋 @zwarm and thank you so much, short answer yes, please take your time with it! 🙇 PS: This PR is not that urgent, so please feel free to review it when you get some extra time this week. It is just that this needs to be done sooner than later in order to avoid having it become stale. |
|
Awesome, thank you for reviewing, testing and merging this PR @zwarm, you rock! 🙇 ❤️ 🚀 |
Parent: #17173
Closes: #17179
This PR resolves/suppresses a couple of warnings for the
image-editormodule and then enables all warnings as errors on it as well.Warnings Resolution List:
Warnings Suppression List:
The
allWarningsAsErrorsconfiguration is currently applied on the module level in order to make sure that, as the overall Compiler Warnings as Errors work is progressing, no new warnings are added to this module, which is already free of warnings.When the overall Compiler Warnings as Errors work is complete on all modules, then this module level
allWarningsAsErrorsconfiguration will be replaced by a root level such configuration that will be applied by default to all modules (see here).PS:
@ravishanker@zwarm I added you as the main reviewer, that is, in addition to @wordpress-mobile/apps-infrastructure team itself, but randomly, since I want someone from theWordPress Androidteam to primarily sign-off on that change. 🥇FYI: I am going to randomly add more of you in those PRs that will follow, just so you become more aware of this change and how close we are on enabling
allWarningsAsErrorsby default everywhere. 🎉To test:
image-editormodule is responsible for that. For example, you could try cropping an image on a post and see if that works as expected.Regression Notes
The image editor functionality is not workings as expected.
See
To testsection above.N/A
PR submission checklist:
RELEASE-NOTES.txtif necessary.