diff options
| author | dam <dam@gudinoff> | 2022-12-08 02:16:00 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-12-08 02:16:00 +0000 |
| commit | 1dc23481beffe9fd82c09e4ce7948c6a363835ba (patch) | |
| tree | 49306506854f995f19198d9c59e3d3910e9840fb /readme.md | |
| parent | 4fac0b884665c67e840cc53f90eaae583729932c (diff) | |
| download | task-time-tracker-1dc23481beffe9fd82c09e4ce7948c6a363835ba.tar.zst task-time-tracker-1dc23481beffe9fd82c09e4ce7948c6a363835ba.zip | |
Reviewed code for auto-cast problems with ptrdiff_t.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -70,6 +70,7 @@ Task Time Tracker - [x] Fix bug: archiving/unarchiving task introduces " ," at end of name and increases the number of spaces before comma; - [x] Check if draw_tui may be simplified by drawing entire lines of tasks at once and draw columns separators after; - By having each column-print job decoulpled, we avoid havint to measure and compensate lengths of UTF8 strings; -- [ ] Review all code for bugs related to auto-cast on ptrdiff_t/size_t (signed/unsigned); +- [x] Review all code for bugs related to auto-cast on ptrdiff_t (signed/unsigned); +- [ ] Review all code for bugs related to auto-cast on size_t (signed/unsigned); - [ ] Try to fix flickering of ncurses; - [ ] Go over all `TODO` items; |
