Closed (fixed)
Project:
Node import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2009 at 01:15 UTC
Updated:
31 Mar 2009 at 09:20 UTC
Would it be possible to make the date and advanced_help dependencies optional? Perhaps date is necessary to handle date conversions, but advanced help should only really be a nice to have, I'd have thought.
Comments
Comment #1
Robrecht Jacques commentedThe date_api dependency can not be removed because otherwise I have to write all date handling functions again.
Advanced help has been removed as a dependency (although the help is still there if you install it).
Fixed in CVS. Will be included in -rc5 release.
Comment #2
geodaniel commentedThanks Robrecht, sounds good.