mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Task: Improved method signature
This commit is contained in:
parent
5193f7d03e
commit
245ed39b78
7 changed files with 26 additions and 52 deletions
|
@ -456,10 +456,7 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
for (auto& task : all)
|
||||
{
|
||||
// Check dependencies
|
||||
std::vector <std::string> dependencies;
|
||||
task.getDependencies(dependencies);
|
||||
|
||||
for (auto& uuid : dependencies)
|
||||
for (auto& uuid : task.getDependencyUUIDs ())
|
||||
{
|
||||
if (! context.tdb2.has (uuid))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue