Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 May 2013 at 21:05 UTC
Updated:
29 Jul 2014 at 22:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xjmComment #2
alanmoo commentedComment #3
micahredding commentedWorking on as part of DrupalCon Portland core sprint.
Comment #4
alanmoo commentedSearched for double semicolons and removed from .php and .module files (left .js files alone as they were libraries like Modernizr.)
Comment #5
micahredding commentedPatch created as part of DrupalCon Portland core mentoring sprint.
Comment #6
chx commentedThanks for contributing to Drupal!
However, you should not change core/lib/Drupal/Component/Archiver/ArchiveTar.php or anything in core/vendor. These are not Drupal files and we do not change them.
Comment #7
alanmoo commentedComment #8
alanmoo commentedRemoved changes from vendor files
edit...oops, wrong file changed
Comment #9
alanmoo commentedWhat about PluginManagerBase.php? That's also in core/lib/Drupal/Component.
Comment #10
xjmComment #11
xjmComment #12
chx commentedYes, this is correct. Here are the missing interdiffs.
Comment #13
xjmComment #15
robloachNot sure why it's not passing. Manually went through and re-generated the patch.
Comment #17
edb commented#15: 2002110.patch queued for re-testing.
Comment #18
linl commentedRe-roll as PluginManagerBase.php has already been fixed in #2002232: Cleanup PluginManagerBase
Comment #19
robloachComment #20
alexpottCommitted ecd19d9 and pushed to 8.x. Thanks!