]> gitweb.factorcode.org Git - factor.git/blob - TODO.FACTOR.txt
da7819cfb43aff6d7684e0c63ddd83c28ef5b06b
[factor.git] / TODO.FACTOR.txt
1 + native:\r
2 \r
3 - f >n: crashes\r
4 - typecases: type error reporting bad\r
5 - image output\r
6 - floats\r
7 - {...} vectors\r
8 - parsing should be parsing\r
9 - describe-word\r
10 - clone-sbuf\r
11 - contains ==> contains?\r
12 - telnetd: send errors on socket\r
13 - inspector: sort\r
14 - index of str\r
15 - accept: return socket, instead of printing msg\r
16 - crash: [ primitives, ] with-image .\r
17 - enforce bottom-up in native bootstrap\r
18 \r
19 + interactive:\r
20 \r
21 - inspector links when describe called without object path\r
22 - 'cascading' styles\r
23 \r
24 + math:\r
25 \r
26 - FactorLib.equal() not very good\r
27 - IN: format base: work with all types of numbers\r
28 \r
29 + listener:\r
30 \r
31 - link style lingers\r
32 - back space then type: input style gone\r
33 - fedit broken with listener\r
34 - press enter in the middle of a line\r
35 - new-listener shouldn't suspend continuation in current listener\r
36 \r
37 + compiler:\r
38 \r
39 - tail call optimization broken again\r
40 - don't compile inline words\r
41 - recursive words with code after ifte\r
42 - less unnecessary args to auxiliary methods\r
43 - inlining tail-recursive immediates\r
44 - direct stack access leaks memory on stack\r
45 - unnecessary local allocation: max is instance var, but several methods\r
46   get compiled.\r
47 \r
48 + misc:\r
49 \r
50 - compiled stack traces broken\r
51 - should i -i inf -inf be parsing words?\r
52 - namespace clone drops static var bindings\r
53 - ditch map\r
54 - ditch expand\r
55 - set-object-path\r
56 - more readable traces\r
57 \r
58 + httpd:\r
59 \r
60 - httpd: don't flush so much\r
61 - log with date\r
62 - log user agent\r
63 - add a socket timeout\r
64 - if a directory is requested and URL does not end with /, redirect\r
65 - return more header fields, like Content-Length, Last-Modified, and so on\r
66 - HEAD request\r
67 - basic authentication, using httpdAuth function from a config file\r