Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Nov 2013 at 13:52 UTC
Updated:
29 Jul 2014 at 23:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
msonnabaum commentedThis is just a smarter approach in general. It should show more memory savings when the file list is larger as well.
Comment #2
damiankloip commentedComment #3
amateescu commentedI wrote the same patch a few months ago (https://drupal.org/comment/7362224#comment-7362224) but for some reason it was failing on the testbot. Good to know things have improved since then :)
Comment #4
damiankloip commentedYeah, I think I tried this 'back in the day' too :)
Did you x-post, I have just changed the issue title and updated the patch include the other 2 uses of glob in core. There are only 4, so it seems ok to tackle here in one go?
Comment #5
amateescu commentedIt was an x-post indeed, but the changes from #2 make sense as well, so I thought I'd leave it to the testbot to kick it back to NW if there's anything wrong.
Comment #7
damiankloip commentedSpoke to amateescu on IRC, Let's just not make the change in install.core.inc, and not tackle the php bug there.
Comment #8
amateescu commentedYep, and I'll wait for the testbot this time.
Comment #9
tim.plunkettThe numbers in the screenshot are pretty impressive. Looks good to me!
(Just hiding files, #7 is still the one to commit)
Comment #10
alexpottCommitted 14336d9 and pushed to 8.x. Thanks!
Comment #11
amateescu commentedOpened a critical followup: #2139407: HEAD broken on Windows
Comment #12
amateescu commentedI have a feeling that this patch might be the reason for the recent random fails for 8.x, so here's a patch that rolls it back (along with #2139407: HEAD broken on Windows). Since this not any critical piece of new functionality, I think it's safe to commit it, wait a few days and observe the testbot behavior..
Comment #13
amateescu commentedThe fact that this patch passed from the first try might be a small confirmation of my hunch..
Comment #14
webchickOk, rolled back for now. Thanks!
Adding some tags so we don't forget.
Comment #15
amateescu commentedIt seems I was wrong, this is not the culprit for recent testbot failures, sorry for that :/
To bring back this change we just need a
git revert 40e903f89794e1cf99af881c8292ad1937c77379Comment #16
damiankloip commentedI knew it! :p (didn't really).
Comment #17
tstoecklerYeah, I just hit the same crazy amount of failures in #1987726: Convert language content page related callback to new style controller:-/
Comment #18
damiankloip commentedYep, I've had lots today. So I think it's not this patch for sure :)
Comment #19
webchickUn-committed the un-commit of the previously committed commit. :P~