factor/TODO.FACTOR.txt

72 lines
1.8 KiB
Plaintext
Raw Normal View History

+ native:
2004-07-31 14:58:16 -04:00
ERROR: I/O error: [ "primitive_read_line_fd_8" "Resource temporarily unavailable" ]
2004-08-01 19:26:43 -04:00
- bignum=
2004-07-31 16:11:30 -04:00
- fixup-words is crusty
2004-07-31 14:58:16 -04:00
- decide if overflow is a fatal error
2004-07-28 19:02:24 -04:00
- f >n: crashes
- typecases: type error reporting bad
2004-07-24 00:54:57 -04:00
- image output
- floats
2004-07-18 22:14:36 -04:00
- {...} vectors
- parsing should be parsing
- describe-word
- clone-sbuf
- contains ==> contains?
- telnetd: send errors on socket
- inspector: sort
- index of str
2004-07-27 20:23:08 -04:00
- accept: return socket, instead of printing msg
2004-07-30 16:22:20 -04:00
- enforce bottom-up in native bootstrap
2004-07-16 02:26:21 -04:00
+ interactive:
- inspector links when describe called without object path
- 'cascading' styles
+ math:
- FactorLib.equal() not very good
- IN: format base: work with all types of numbers
+ listener:
- link style lingers
- back space then type: input style gone
- fedit broken with listener
- press enter in the middle of a line
- new-listener shouldn't suspend continuation in current listener
+ compiler:
- tail call optimization broken again
- don't compile inline words
- recursive words with code after ifte
- less unnecessary args to auxiliary methods
- inlining tail-recursive immediates
- direct stack access leaks memory on stack
- unnecessary local allocation: max is instance var, but several methods
get compiled.
+ misc:
2004-07-30 02:44:12 -04:00
- compiled stack traces broken
2004-07-16 02:26:21 -04:00
- should i -i inf -inf be parsing words?
- namespace clone drops static var bindings
- ditch map
- ditch expand
- set-object-path
- more readable traces
+ httpd:
- httpd: don't flush so much
- log with date
- log user agent
- add a socket timeout
- if a directory is requested and URL does not end with /, redirect
- return more header fields, like Content-Length, Last-Modified, and so on
- HEAD request
- basic authentication, using httpdAuth function from a config file