mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- The bash completion script no longer expands IDs after 'depends:'. (Such expansion required running gc() which is not correct.) - The unit tests for expanding 'depends:' were commented out (and not removed) in the case that someday we implement a command to list IDs without running gc(). - Unit tests to check that gc() is not run after 'depends:' were added.
This commit is contained in:
parent
c87ce366a9
commit
c68b2a149f
4 changed files with 40 additions and 38 deletions
|
@ -95,6 +95,7 @@ Bugs
|
|||
+ Integrated latest UTF8 character width calculations from Markus Kuhn.
|
||||
+ Fixed bug where localized UTF8 strings were not properly substr'd (thanks to
|
||||
Fidel Mato).
|
||||
+ Fixed a bug where the bash completion script was causing gc() to be run.
|
||||
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue