- Issue created by @dww
- First commit to issue fork.
- Status changed to Needs review
10 months ago 3:38am 8 January 2024 - πΊπΈUnited States dcam
All issues have been resolved except for two which I felt were best ignored for now.
- Status changed to Needs work
10 months ago 3:56pm 8 January 2024 - π·πΊRussia zniki.ru
Thanks for the MR, I provide a feedback. Please check.
- First commit to issue fork.
- Assigned to benjifisher
- πΊπΈUnited States benjifisher Boston area
I rebased and resolved merge conflicts caused by π Fix the issues reported by phpcs Needs work .
I made some changes to MigrationHelper in order to keep phpcs happy.
I am going to provide a BC layer, following Drupal deprecation policy > Constructor parameter additions β .
- Status changed to Needs review
10 months ago 3:21am 30 January 2024 - πΊπΈUnited States benjifisher Boston area
The MR is ready for review.
There are one or two open threads on the MR, but I think the intention is to open follow-up issues for them, As far as I am concerned, we do not need any more code changes for this issue.
- Issue was unassigned.
- Status changed to Needs work
10 months ago 2:35am 31 January 2024 - πΊπΈUnited States dww
Almost there, thanks! Resolved a few MR threads, but opened a couple more.
- Status changed to Needs review
10 months ago 2:55am 31 January 2024 - πΊπΈUnited States dww
Applied a few of my own suggestions π , responded to and resolved all threads.
I think this is RTBC now, but maybe I'll let someone else say so and I can then commit it. π
Cheers,
-Derek - Assigned to benjifisher
- Status changed to RTBC
10 months ago 5:58pm 31 January 2024 - πΊπΈUnited States benjifisher Boston area
@dww:
Congratulations on/thanks for joining as a co-maintainer of this module! I have a client who would like to see a stable release, so you can ping me in Slack if there is a task you would like me to do on the way there.
I reviewed the two commits that you added, and I updated the change record https://www.drupal.org/node/3417929 β to match. LGTM
I am in the same boat as you: I have not stuck to the reviewer role on this issue. But if we are allowed to review each other's work, then I think we can (jointly) declare this issue to be RTBC.
- πΊπΈUnited States dcam
I've reviewed the recent changes that have been made. They look good to me too. Thank you both for the help. RTBC+1.
- Issue was unassigned.
- πΊπΈUnited States benjifisher Boston area
In #3413233-8: Drop PHP7 support to help with code cleanup β , I pointed out that there is another constructor update (from β¨ Allow themes to alter inline entity forms Fixed ) that should have a BC layer. Since we already handle something similar for the
MigrationHelper
class in this issue, we might want to fix that here.