Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=911029 Bug ID: 911029 Summary: Review Request: nodejs-dep-graph - Node.js module for simple dependency graph management in JavaScript Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Reporter: jamielinux@xxxxxxxxxxxxxxxxx Spec URL: http://jamielinux.fedorapeople.org/buddycloud-server/nodejs-dep-graph.spec SRPM URL: http://jamielinux.fedorapeople.org/buddycloud-server/SRPMS/nodejs-dep-graph-1.1.0-1.fc18.src.rpm Fedora Account System Username: jamielinux Description: This is a Node.js module for simple dependency graph management in JavaScript. Say you have a set of resources that depend on each other in some way. These resources can be anything (eg, files, chains of command etc.). All that matters is that each one has a unique string identifier, and a list of direct dependencies. dep-graph makes it easy to compute "chains" of dependencies, with guaranteed logical ordering and no duplicates. That's trivial in most cases, but if A depends on B and B depends on A, a naïve dependency graph would get trapped in an infinite loop. dep-graph throws an error if any such "cycles" are detected. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=WLuTukhDaD&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review