Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Mar 2024 at 11:31 UTC
Updated:
2 Apr 2024 at 13:34 UTC
Jump to comment: Most recent
Comments
Comment #2
mondrakeCommitters can you please move credit from #3236391: (outdated) Replace func_get_args with variable-length argument in FormBuilder.
Comment #4
mondrakeComment #5
smustgrave commentedRefactoring seems fine.
Question was there a change record for when it was first added? Don't know if the CR should be updated to include this ticket? Not sure policy on that
Comment #6
mondrakeAdding related issues. The change was prepared in #3355839: Prepare FormBuilder for variadic functions, the CR there is generic though. Do we need a separate CR?
Comment #7
smustgrave commentedI would say probably not. Not sure if this issue should be added to the published CR. Will lean on a committer for that one.
Comment #8
catchYes we should have a dedicated change record for this one given it's an interface change and because the previous CR was for how to deprecate, not the deprecation itself, we can't add it onto that one.
Comment #9
mondrakeAdded CR
Comment #10
mondrakeComment #15
catchComment #17
catch@mondrake fwiw it should have been possible to open a new branch with a new MR for #3236391: (outdated) Replace func_get_args with variable-length argument in FormBuilder but since this is now a follow-up for another issue I think it's OK to continue here anyway.
Thanks for the CR. Committed/pushed to 11.x, thanks!
Comment #18
mondrake#17 @catch I tried that - but the original fork was so old it did not have the 11.x branch reference, so I could not create a new branch against that. What would be the process in that case, is that documented anywhere? Thx
Comment #19
longwave@mondrake assuming
originis the core repo you can doto mirror 11.x from core into the fork, and then raise MRs against it
Comment #20
mondrake#19 great thanks