Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.7.2

Bug #1277 Does not remove dependencies from package.xml when addDependency() is removed
Submitted: 2004-04-24 15:49 UTC
From: davey Assigned: cellog
Status: Closed Package: PEAR_PackageFileManager
PHP Version: 5CVS-2004-04-24 (dev) OS: WinXP Home SP1
Roadmaps: (Not assigned)    
Subscription  


 [2004-04-24 15:49 UTC] davey
Description: ------------ When removing an addDependency() line from the packaging script, the dependency is not removed from package.xml upon re-generation. I would suggest that you re-generate the dependencies from scratch every time... - Davey Reproduce code: --------------- Create a package.xml with a dependency, remove the addDependency from the .php and re-generate, the dependency is still there. Expected result: ---------------- Dependency should be removed Actual result: -------------- Dependency not removed

Comments

 [2004-04-27 04:47 UTC] cellog
This will be implemented in 1.3, along with PHP_CompatInfo
 [2004-07-11 22:45 UTC] gurugeek
Dear Maintainer, Your package pear_packagefilemanager has currently 1 open bug. We urge you to take the necessary steps to solve the reported issues at your soonest convenience. If the bug issue hasn’t been addressed yet you are kindly asked to take the necessary steps to ensure a prompt resolution of the problem. If you already addressed the reported problem feel free to change the bug status as soon as possible. Regards David Costa PEAR Quality Assurance pear-qa@lists.php.net
 [2004-07-13 05:13 UTC] cellog
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better. implemented as new option "cleardependencies" so BC is preserved