mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1723: task info causes segfault
- Thanks to Roman Golovin. - Calls like 'context.columns[name]' autovivify the key 'name' with a default ctor value, which ends up polluting the context.columns map with every unique attribute name, which is a lot of 'annotation_nnnnnnnnnn' attributes.
This commit is contained in:
parent
fdda485032
commit
79189c448c
4 changed files with 37 additions and 31 deletions
|
@ -17,6 +17,7 @@
|
|||
- TW-1704 Use Task::identifier to reference the Task in the output
|
||||
- TW-1720 CmdContext uses a mix of both throw and std::cout to convey
|
||||
errors (thanks to Paul Beckingham).
|
||||
- TW-1723 task info causes segfault (thanks to Roman Golovin).
|
||||
- Fixed broken build for Cygwin and older GCC (thanks to Richard Boß).
|
||||
- The default configuration is now 256-color only.
|
||||
- The 'columns' report now shows whether a column is modifiable or read only.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue