Dependencies

- Improved error message when entering "task 1 dep:2; task 1 dep:2".
- Documented circularity checking.
- Stubbed dependencyChainBroken ().
- Stubbed dependencyNag ().
- Improved existing unit tests, added more.
This commit is contained in:
Paul Beckingham 2010-08-27 17:19:15 -04:00
parent 0e2c090dc5
commit 199114abcd
4 changed files with 53 additions and 15 deletions

View file

@ -134,6 +134,8 @@ int handleExportYAML (std::string &);
bool dependencyIsBlocked (Task&);
bool dependencyIsBlocking (Task&);
bool dependencyIsCircular (Task&);
bool dependencyChainBroken (Task&);
void dependencyNag (Task&);
// list template
///////////////////////////////////////////////////////////////////////////////