mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Dependencies
- Added check for circular dependencies.
This commit is contained in:
parent
58d678f927
commit
0e2c090dc5
5 changed files with 78 additions and 30 deletions
|
@ -133,7 +133,7 @@ int handleExportYAML (std::string &);
|
|||
// dependency.cpp
|
||||
bool dependencyIsBlocked (Task&);
|
||||
bool dependencyIsBlocking (Task&);
|
||||
bool dependencyCheckCircular (Task&);
|
||||
bool dependencyIsCircular (Task&);
|
||||
|
||||
// list template
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue