bobwhitelock / todotxt-ui

Developer-focused plain text todo list manager, using todo.txt format and Git for storage/syncing. Currently very WIP.
1 stars 0 forks source link

Double progressing tasks again #140

Open bobwhitelock opened 3 years ago

bobwhitelock commented 3 years ago

Related: https://github.com/bobwhitelock/todotxt-ui/issues/135, https://github.com/bobwhitelock/todotxt-ui/issues/100, https://github.com/bobwhitelock/todotxt-ui/issues/134, https://github.com/bobwhitelock/todotxt-ui/issues/128 (this seems like same issue).

Commit in question this time is 23d4216a174ef0a99e8d45b34b00124f6342c7c9.

bobwhitelock commented 2 years ago

And also sometimes not progressing things at all when it should, need to investigate

bobwhitelock commented 2 years ago

Bizarrely, a task tagged @tomorrow was progressed to have both @yesterday @today, and a task tagged with nothing was progressed to both of these too - suspect some changes were left uncommitted for some reason, see commit 2244f41e14067c9397c65916a4d074028639d70a, and adding exhaustive logging of all git commands run and git status might help debug.