TODO: Make resume_depgraph() return reasons for dropped_tasks, for
authorZac Medico <zmedico@gentoo.org>
Fri, 16 Oct 2009 18:02:43 +0000 (18:02 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 16 Oct 2009 18:02:43 +0000 (18:02 -0000)
display/logging.

svn path=/main/trunk/; revision=14611

pym/_emerge/depgraph.py

index 650c8b1993e2e56e2b178bbf4746283f5c30de98..525a052964f708ae84a85c550ff3ec0c03ac5e41 100644 (file)
@@ -5225,6 +5225,7 @@ def resume_depgraph(settings, trees, mtimedb, myopts, myparams, spinner):
        """
        Construct a depgraph for the given resume list. This will raise
        PackageNotFound or depgraph.UnsatisfiedResumeDep when necessary.
+       TODO: Return reasons for dropped_tasks, for display/logging.
        @rtype: tuple
        @returns: (success, depgraph, dropped_tasks)
        """