From: Siraaj Khandkar Date: Sun, 21 Mar 2021 09:56:15 +0000 (-0400) Subject: Add TODOs for typed and executable X-Git-Tag: 0.10.0~1 X-Git-Url: https://git.xandkar.net/?p=tt.git;a=commitdiff_plain;h=33cf28486d0a9b2e8fba1e07bc298d9a8092d078 Add TODOs for typed and executable --- diff --git a/TODO b/TODO index 78b5588..be161db 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,19 @@ +- [ ] 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)