Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Apr 2021 at 12:11 UTC
Updated:
6 Jul 2021 at 15:14 UTC
Jump to comment: Most recent
Comments
Comment #3
matroskeenReady for review
Comment #4
quietone commented@Matroskeen, thanks for another one!
I applied the patch locally and read the changes in PhpStorm. It all looks great, I didn't find any nits. :-)
I do want to comment that some of the changes are only to the summary lines. I see that this is done so that all the summary lines use a consistent style and make it explicit that this is for a Drupal 6 or Drupal 7 source. I think it is worth adding that to the summary line and means the reader does not have to scan the Namespace to figure that out.
So, RTBC it is.
Comment #6
matroskeenThere were some formatting changes, so it needs review again.
I tried to change a base branch from 9.2.x to 9.3.x and got a huge diff with "Not currently mergeable" error.
I've downloaded a patch from MR and applied it successfully on top of the latest 9.3.x.
Comment #7
quietone commented@Matroskeen, Looks good, just one grammar error to fix.
Comment #9
nishantghetiya commented@quietone i have made changes according to your suggestion in #7 Please review.
Comment #10
quietone commented@nishantghetiya, thanks for working on this. The change is the correct text but it does not meet Drupal coding standards. The standards state that comments are to be wrapped at 80 columns. See Drupal API documentation standards (general), I think the 9th point.
Cheers
Comment #11
matroskeenSomething weird happened to commit history, but a diff should be fine.
Comment #12
quietone commented@Matroskeen, apologies, I forgot it was a long holiday weekend here.
I reviewed the MR in #7 and only found 1 item to fix. That has now been resolved. So off we go!
Thanks.
Comment #14
catchCommitted/pushed to 9.3.x and cherry-picked to 9.2.x, thanks!