Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Feb 2014 at 13:51 UTC
Updated:
23 Feb 2015 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ianthomas_ukHere's a patch. My laptop seems to be broken, so I'll test it myself this evening.
Comment #4
ianthomas_ukOh great, drush depends on module_implements(). We'll need to fix that first.
Comment #5
ianthomas_ukThis is postponed on https://github.com/drush-ops/drush/issues/452
Comment #6
ParisLiakos commenteduh, i missed this issue, and posted a patch to remove all module_* deprecated function in #1916134: Remove module_* deprecated functions but had the same problem
Comment #7
mgiffordThat drush issue is closed now.
Comment #10
shumer commentedUpdated patch for test.
Comment #11
shumer commentedStatus update
Comment #15
shumer commentedPatch still fails to run trough test on drush. Looks like drush issue still not applied to git.
Comment #16
oenie commentedfixing the amsterdam sprint tag to amsterdam2014
Comment #19
jeroentComment #20
jeroentmodule_hook is already removed. + Assigned to the following CR: Module/hook system functions replaced with module_handler and module_installer service
Comment #21
linl commentedReroll following #2330181: Remove bootstrap.inc module_invoke().
Comment #24
jeroentRandom failure in Drupal\simpletest\Tests\MissingCheckedRequirementsTest : Allowed memory size of 335544320 bytes exhausted (tried to allocate 1698442 bytes)
Comment #25
jeroentTest pass, no occurrences left, CR was added -> RTBC
Comment #26
alexpottBeta evaluation is in the issue summary. Committed 4709679 and pushed to 8.0.x. Thanks!