diff options
| author | dam <dam@gudinoff> | 2022-12-15 17:50:18 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-12-15 17:50:18 +0000 |
| commit | 22f5c6099fb9764256bbaa4b990c9bdf68845a3f (patch) | |
| tree | 423892727544f29806ebd4dd560bd0d30116e1b0 /readme.md | |
| parent | 380d0f24426a7abd0630872c43cd68c2c7058b54 (diff) | |
| download | task-time-tracker-22f5c6099fb9764256bbaa4b990c9bdf68845a3f.tar.zst task-time-tracker-22f5c6099fb9764256bbaa4b990c9bdf68845a3f.zip | |
Added safeguards to avoid discarding entries in case they do not fit on memory. Added error messages in app.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,4 +72,5 @@ Task Time Tracker - By having each column-print job decoulpled, we avoid havint to measure and compensate lengths of UTF8 strings; - [x] Review all code for bugs related to auto-cast on ptrdiff_t (signed/unsigned); - [x] Review all code for bugs related to auto-cast on size_t (signed/unsigned); +- [ ] Hide stderr messages from app screen. - [ ] Go over all `TODO` items; |
