-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update Jetpack ref #2729
Update Jetpack ref #2729
Conversation
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
# Please enter the commit message for your changes. Lines starting
Smoke tested the feature as per the description and comments in Automattic/jetpack#17123 and found it to be working well with the caveats explained below. 👍
Defining that variable locally for gutenberg-mobile will make it run (see an example of a similar situation here). It seems there may be a clash in definitions from gutenberg and jetpack for the
With knowing these, again I'd say we should be good to go with this one and open other issues elsewhere to keep the discussion going, wdyt @etoledom ? |
Thank you for your insight @mzorz !
I agree with this, let's solve the issues to merge this PR, then we can think about a proper solution for all these problems. I have added the missing color to Other alternatives I tried (and failed):
|
IMO this is the ideal solution. The conflict appears at this level, and it should be fixed at this level. Having said that, the fix on the core side is quite simple and don't affect the rest of the project (this could only become an issue if there are linters that checks for unused resources). |
Just merged WordPress/gutenberg#26200, would you like to update |
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
Thank you all! 🙏 |
gutenberg
side PR: WordPress/gutenberg#26200This PR updates the reference to the Jetpack Submodule to incorporates the changes from Automattic/jetpack#17123 into
gutenberg-mobile
.This PR partially replaces #2616, due to the (temporal) impossibility of updating the original forked branch directly.
To test:
PR submission checklist: