Comments

lokapujya’s picture

StatusFileSize
new0 bytes

Remove unused use statements and extra semi colons from system module.

lokapujya’s picture

StatusFileSize
new21.16 KB
lokapujya’s picture

Status: Needs review » Needs work

The last submitted patch, 2: 2187477-2.patch, failed testing.

lokapujya’s picture

Status: Needs work » Needs review
lokapujya’s picture

StatusFileSize
new20.33 KB
lokapujya’s picture

Assigned: lokapujya » Unassigned
vaibhavjain’s picture

StatusFileSize
new17.39 KB
lokapujya’s picture

Thanks for the reroll. Please add a comment to describe what changed or specify that it was a straight reroll. Also, The previous patch had fixed some double semi-colons; I think we should keep those changes.

vaibhavjain’s picture

lokapujya, this was a straight reroll, some lines were added above it and some were removed already which were removed in this patch.
For the double semicolon; I thought it was a bug, and I removed those.
I will add those and attach the patch again.

Just for my information, why do we need these double semicolons ?

vaibhavjain’s picture

Hey Lokapujya,

Just checked on the double semicolon thing in files - "core/modules/system/lib/Drupal/system/Tests/Entity/EntityLanguageTestBase.php" and "core/modules/system/lib/Drupal/system/Form/RegionalForm.php".
For both the cases the double colon has already been removed, so no need to include that in the patch, and I believe the same patch as mentioned in #8 can work.

lokapujya’s picture

It looks good to me. I think a 3rd person should review the change. I pulled the changes over from https://drupal.org/node/2080343#comment-8386367 in order to separate the changes from that issue. Even though the change passes Simpletest, I'd like someone experienced with PHP OOP to say that it's ok to remove the use statements.

LinL’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll

Patch no longer applies, tagging for reroll.

visabhishek’s picture

Status: Needs work » Needs review
StatusFileSize
new15.88 KB

simply reroll

martin107’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -Needs reroll

patch applies cleanly, without error

does what is asked, and nothing more

+1

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 14: 2187477-14.patch, failed testing.

vaibhavjain’s picture

Status: Needs work » Needs review
StatusFileSize
new15.95 KB

Adding rerolled patch.

vastav’s picture

14: 2187477-14.patch queued for re-testing.

martin107’s picture

Status: Needs review » Reviewed & tested by the community

clean reroll, back to rtbc

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

  • Commit 64b838a on 8.x by webchick:
    Issue #2187477 by lokapujya, vaibhavjain, visabhishek: Remove Unused use...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.