X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=TODO;h=65a66779add913c8878f5041b406cb6eed991ebd;hb=f9d1c7feffe08f79884856d47eb0f8aa3833d06d;hp=78b558830fdba13b3cd97ea17f405270c8c02b7e;hpb=3a4b22332acd7b76bcbe4150b5eba9fc80b7f459;p=tt.git diff --git a/TODO b/TODO index 78b5588..65a6677 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,24 @@ +- [ ] Convert to Typed Racket + - requires: build executable (otherwise too slow) +- [ ] Build executable + - requires: fix of "collection not found" when executing the built executable + outside the source directory: + + collection-path: collection not found + collection: "tt" + in collection directories: + context...: + /usr/share/racket/collects/racket/private/collect.rkt:11:53: fail + /usr/share/racket/collects/setup/getinfo.rkt:17:0: get-info + /usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt:555:3 + /usr/share/racket/collects/racket/cmdline.rkt:191:51 + '|#%mzc:p + - [ ] Support redirects - should permanent redirects update the feed somehow? - [ ] Support time ranges (i.e. reading the timeline between given time points) - [ ] Implement rfc3339->epoch and remove dependency on rfc3339-old -- [ ] remove dependency on http-client +- [x] remove dependency on http-client - [ ] optional text wrap - [ ] write - [x] caching (use cache by default, unless explicitly asked for update)