mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
ANALYSIS
- Removed some fixed items, added more info about other tests.
This commit is contained in:
parent
66a8ebe014
commit
c42179aff4
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
FH month and year are treated as IDs
|
FH month and year are treated as IDs
|
||||||
|
|
||||||
* project.t
|
* project.t
|
||||||
PB problem known, disabled output (???)
|
PB There is a bug in the calculation
|
||||||
|
|
||||||
* text.t
|
* text.t
|
||||||
PB need to use a UTF-8 friendly way of doing input[--eol].
|
PB need to use a UTF-8 friendly way of doing input[--eol].
|
||||||
|
@ -18,4 +18,10 @@ FH merge fails because of missing undo.data in data dirs.
|
||||||
FH 'task info' shows tasks from the completed.data file when doing a filter on the ID
|
FH 'task info' shows tasks from the completed.data file when doing a filter on the ID
|
||||||
could it be confused and interpretes this as an UUID
|
could it be confused and interpretes this as an UUID
|
||||||
|
|
||||||
|
* uuid.t
|
||||||
|
PB There is a (likely) timezone problem in uuid.t that causes an off-by-one day
|
||||||
|
problem that we have seen before.
|
||||||
|
|
||||||
|
* bug.concat.t
|
||||||
|
PB The word 'original' is parsed as 'or'(operator) ' '(space) 'iginal'(word).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue