TODO.txt 505 B

12345678910111213141516171819202122
  1. LEGEND
  2. ------
  3. [x] = done;
  4. [~] = in-progress;
  5. [-] = won't do;
  6. [ ] = not started;
  7. (!) = Priority;
  8. (W) = Will do;
  9. (S) = Should do;
  10. (C) = Could do;
  11. (N) = Won't do;
  12. (?) = Needs investigating;
  13. TODO
  14. ----
  15. - [x] (N) Handle user errors (e.g. calling `htrack_allocsiz` on pointer not allocated by htrack).
  16. The stdlib doesn't do this for `free` when you call it on a pointer not malloc'd.
  17. - [ ] (S) Find a better way to handle errors that assert(...)
  18. This was a semi-temporary handler for development.