TODO: Make resume_depgraph() return reasons for dropped_tasks, for
authorZac Medico <zmedico@gentoo.org>
Sun, 18 Oct 2009 03:23:07 +0000 (03:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 18 Oct 2009 03:23:07 +0000 (03:23 -0000)
display/logging. (trunk r14611)

svn path=/main/branches/2.1.7/; revision=14640

pym/_emerge/depgraph.py

index b2085a026a3bcc2a78fc7261cb430830b7ac0d45..7bbfde4e8446190e171648888da251d2e55bde67 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)
        """