taskwarrior
taskwarrior
_Paul Beckingham on 2017-01-16T21:10:42Z says:_ What's the use case? Is it something like "Going away for a month, pause the recurring weekly task to mow the lawn"?
Migrated metadata: ``` Created: 2016-08-01T11:33:16Z Modified: 2017-01-16T20:24:28Z ```
_Paul Beckingham on 2017-01-16T20:14:59Z says:_ Added (disabled) `tw-1837.t` Interestingly this works from the Linux CLI, and fails in Python unit test form.
Migrated metadata: ``` Created: 2016-07-11T19:49:34Z Modified: 2016-07-12T15:01:31Z ```
_Paul Beckingham on 2016-07-12T15:01:31Z says:_ Good idea.
Migrated metadata: ``` Created: 2017-01-30T09:45:21Z Modified: 2017-10-12T03:04:55Z ```
Migrated metadata: ``` Created: 2016-08-31T17:28:54Z Modified: 2017-10-12T03:01:28Z ```
_Jan Stolarek on 2016-09-01T09:51:19Z says:_ I tried symlinking `.task` to point to my directory with task data in hope to work around this problem. Surprisingly this also triggers the bug.
_Jan Stolarek on 2016-09-01T11:27:56Z says:_ Another bit of information is that `mod` command correctly displays task ID: {code} [killy(at)GLaDOS : ~] t add "Foo" Created task 21. [killy(at)GLaDOS : ~]...
_Jan Stolarek on 2016-09-02T11:36:10Z says:_ I investigated source code for the stable release a little bit. It looks like the bug is related to adding tasks to backlog. In `CmdDone`,...