Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2014 at 02:54 UTC
Updated:
29 Jul 2014 at 23:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettComment #2
larowlanjust a self update to bring in the psr-4 stuff, so only autoloader changes
Comment #3
webchickAwesome, thanks for the fast turnaround on this!
Committed and pushed to 8.x.
Comment #4
donquixote commentedThe commit contains some noise that we could avoid in the future:
#2176265: Set an explicit ["config"]["autoloader-suffix"] in composer.json to avoid noise on composer update.
Purpose:
- Reduce patch footprint.
- Make it easier to merge different branches that each did their own autoload-dump.
- Make it possible to blindly run composer autoload-dump with no changes at all to see that the autoload stuff is up to date.