Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2015 at 11:00 UTC
Updated:
18 Feb 2015 at 12:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alexpottNote that #2205271: Project namespace for dependencies did not introduce this. Dependencies could have version strings before that change.
Comment #2
alexpottComment #3
xanoNitpick: for code clarity, I suggest using
$dependent_name, because a dependent and a dependency are each other's opposites.Comment #5
alexpottre #3 gone the other way...
Comment #7
alexpottThere was an unexpected item in the bagging area...
Comment #8
keopxYou had this issue patch in the previous code :P https://www.drupal.org/node/2266991#comment-9527049
Works fine!
Comment #9
trobey commentedIt appears that this bug is also in Drupal 7.
Comment #10
trobey commentedI had a typo that generated an error similar to this issue. Also I did not not see in system_rebuild_module_data() or _system_rebuild_module_data() any call to drupal_parse_dependency(). It took a while to trace through the code to figure out that _module_build_dependencies() calls drupal_parse_dependency() and then system_modules() calls_drupal_check_incompatibility(). So I do not think I need to backport this to Drupal 7.
Comment #12
catchCommitted/pushed to 8.0.x, thanks!