Closed (fixed)
Project:
GeSHi Filter for syntax highlighting
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2012 at 23:31 UTC
Updated:
23 Mar 2012 at 00:46 UTC
Drupal 7 allows modules to define a dependency against a specific version of a module. Geshi requires Libraries 2.x specifically, and fatals with 1.x, even though you can enable it with 1.x. This is a bug. The info file should specify a 2.x dependency so that you cannot enable it with the wrong version of Libraries.
Comments
Comment #1
soxofaan commentedHow does this work? Where is specifying version of a dependency documented?
I only found this example in
simpletest/tests/system_incompatible_module_version_dependencies_test.info:Comment #2
Crell commentedSee: http://drupal.org/node/542202
Comment #3
soxofaan commentedthanks
fixed