From 61747c4cb74087d028ded0dcbc60cc9a9140c4c2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 19 Jan 2013 18:24:17 +0100 Subject: [PATCH] ++comments Signed-off-by: Nico Schottelius --- docs/dev/logs/2012-12-11.dependencies | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/dev/logs/2012-12-11.dependencies b/docs/dev/logs/2012-12-11.dependencies index 5e673b23..1c0adad8 100644 --- a/docs/dev/logs/2012-12-11.dependencies +++ b/docs/dev/logs/2012-12-11.dependencies @@ -44,6 +44,13 @@ possible solutions: - define non inheritent dependencies (?) - because __git bar really depends only on __git foo - proposal: introduce require_non_recursive and require_recursive (previously: require) + - recording the source of the dependency and use it to assist resolving (?) + __package git: + inherited require: __git foo von __git bar + __git foo: + inherited autorequire: __package git durch Nutzung + - break out circular references (?) + - if either of both parties is only locked by the other, allow execution of this one? --------------------------------------------------------------------------------