From: Mikhael G. <mi...@ho...> - 2000-12-31 17:27:39
|
On 30 Dec 2000 19:33:20 +0100, Olivier Chapuis wrote: > > If not I've: > - provides: just to define keys > - follows/precedes: just order relations (need to be extended to the > provides keys) > - requires: order + reload the component that provides if > the one which requires is reloaded > - extends: no order but reload the two components if one is reloaded > - needs: no order but reload the needed component My definition of "extends" is different. As I wrote, I really prefer for now instead of changing rules, to hardcode the reload dependances: $reloads = { 'bindings' => [ 'settings/stroke', 'globalfeel' ], ... }; > Moreover I can hard code the extra component dependence, or we can add > immediate? I planned to solve this after a New Year. Regards, Mikhael. |