-
Notifications
You must be signed in to change notification settings - Fork 821
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
Make extension hook methods protected - part 2 #11258
Comments
There's a bit too much going on here to give me confidence, could we resolve and merge the (get)CMSEditLink() PRs first, rebase any of the non-(get)CMSEditLink() PRs and then redo the kitchen sink build |
They're entirely separate sets of PRs which don't depend on one another in any way, but we can handle them that way if that's what you prefer. |
@GuySartorelli Now that we're using getCMSEditLink() - could you please redo the kitchen-sink CI run with the updated PRs |
Sure, but all we did was change the name of things so it'll be the exact same result. With maybe some need to rebase the PRs just to make the sink run go green even though that doesn't change the result of merging them 😅 |
Please update the sink run, it's unlikely though there may have been a small regression accidentally introduced. It should just a matter of:
|
I'm going to, gimme some time lol
I have to rebase some of the PRs as well most likely, as I mentioned above. This isn't the card I'm currently working on, so you'll need to wait til I'm ready to do this. |
@emteknetnz You've approved #11338 but not merged it, but then you assigned the issue to me? Did you forget to hit merge? |
I've rebased the PRs that had cmseditlink changes and rerunning sink. |
Follow up to this comment
There's a list of of
$doNotMakeHookProtected
in the extension-protector script created for this issueMethods that matches this name were left public because there are currently being called directly
Notes
Acceptance criteria
$doNotMakeHookProtected
methods and where possible and appropriate, update code so they are not being called directlyextend()
call is and evaluate whether this should beextend()
is not the same name as the one being called directlypublic
toprotected
CMSEditLink()
PRsKitchen sink CI run
Recipe reporting job failing because we're forking framework
Other PRs
Kitchen sink CI run
Recipe reporting job failing because we're forking framework
Note these can be merged independently of the
CMSEditLink
PRsThe text was updated successfully, but these errors were encountered: