Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
bootstrap system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Aug 2014 at 08:55 UTC
Updated:
21 Feb 2015 at 11:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ashutoshsngh commentedComment #2
ashutoshsngh commentedComment #4
berdirPatch also contains the unrelated language_load() changes.
Comment #5
pushpinderchauhan commentedRemoved unwanted code.
Comment #7
tim.plunkettComment #8
oriol_e9gComment #10
joshi.rohit100Updated patch
Comment #14
jeroentPatch is failing because drush uses the module_invoke function, but this was recently committed : https://github.com/bfr/drush/commit/e64ea55d069dabd248a0f15d5c2e2ef5f4e4...
Comment #17
esod commentedSince module_invoke() is added to drush as drush_module_invoke() ( see ~/.composer/vendor/drush/drush/commands/core/drupal/environment.inc line 223), resubmitting the patch for review.
Comment #18
esod commentedComment #19
botanic_spark commentedThe patch #17 applies cleanly.
Comment #21
esod commentedI think my patch failed because the testbot for drush needs to be updated. Please see comment #14. The only difference between https://github.com/bfr/drush/commit/e64ea55d069dabd248a0f15d5c2e2ef5f4e4... and what's in my drush/commands/core/drupal/environment.inc is module_invoke() is named drush_module_invoke().
I'm attempting to run the tests on my local, so I can be sure. How can we tell if the testbot for drush needs to be updated and, if it does need to be updated, how do we update it?
Comment #26
gaurav_varshney commentedComment #28
ranjeet.paliwal commentedComment #30
RavindraSingh commenteddrush needs to be updated to pass the test if removing module_invoke function from bootstrap.inc.
So positioning thing issue to the for more information why https://github.com/bfr/drush/commit/e64ea55d069dabd248a0f15d5c2e2ef5f4e4... was added.
Comment #31
pfrenssenThis is postponed on #2404923: Upgrade Drush on qa.d.o.
Comment #32
rickvug commented#2404923: Upgrade Drush on qa.d.o is now done.
Comment #34
jeroentTests pass and no occurrences of module_invoke left so RTBC. + Assigned it to this CR: https://www.drupal.org/node/1894902
Comment #35
RavindraSingh commented+1, Awesome
Comment #36
alexpottCommitted 49cdfed and pushed to 8.0.x. Thanks!
The beta evaluation is in the meta issue.