mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Recurrence: Debug msg
This commit is contained in:
parent
9fe77ab5b5
commit
803c49b6c4
1 changed files with 4 additions and 0 deletions
|
@ -327,6 +327,10 @@ static void synthesizeTasks (const Task& templateTask)
|
|||
// TODO 'recur' = frequency
|
||||
// TODO 'last' = index of most recently synthesized instance
|
||||
|
||||
auto all = generateAllDueDates (templateTask);
|
||||
for (auto& date : all)
|
||||
context.debug (" date " + date.toISOLocalExtended ());
|
||||
|
||||
// TODO Create task instances for each period between N and now.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue