mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Recurrence: Fixed broken build
This commit is contained in:
parent
3a57ca26f8
commit
e991004c43
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmake.h>
|
||||
#include <Datetime.h>
|
||||
#include <Context.h>
|
||||
|
||||
extern Context context;
|
||||
|
@ -36,6 +37,7 @@ extern Context context;
|
|||
// - Sync must merge duplicate N.
|
||||
// - Remove recurrence.limit. Now always 1. It is not something that can be done
|
||||
// with rtype:chained tasks.
|
||||
// - Handle until.
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Given an old-style task, upgrades it perfectly.
|
||||
|
@ -65,7 +67,6 @@ static void synthesizeTasks (const Task&)
|
|||
// TODO 'recur' = frequency
|
||||
// TODO 'last' = index of most recently synthesized instance
|
||||
|
||||
|
||||
context.debug ("synthesizeTasks end");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue