[jhbuild] Don't warn on circular dependencies (GNOME bug 669554)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Don't warn on circular dependencies (GNOME bug 669554)
- Date: Thu, 17 May 2012 11:43:31 +0000 (UTC)
commit c7ac6186c454d9bea705d5566f546f0b602f05bf
Author: Craig Keogh <cskeogh adam com au>
Date: Thu May 17 21:12:02 2012 +0930
Don't warn on circular dependencies (GNOME bug 669554)
jhbuild/moduleset.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/jhbuild/moduleset.py b/jhbuild/moduleset.py
index 7e952e6..4632232 100644
--- a/jhbuild/moduleset.py
+++ b/jhbuild/moduleset.py
@@ -119,9 +119,7 @@ class ModuleSet:
'invalid' : edge_name})
elif edge_name not in skip and edge not in resolved_deps:
if edge in seen:
- self._warn(_('Circular dependencies detected: %s') % \
- ' -> '.join([i.name for i in seen] + \
- [edge.name]))
+ # circular dependency detected
circular = True
break
else:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]