factor/TODO.FACTOR.txt

65 lines
1.7 KiB
Plaintext
Raw Normal View History

72/73:
2005-02-14 21:58:07 -05:00
- [ [ dup call ] dup call ] infer hangs
- move tuple to generic vocab
- update plugin docs
- extract word keeps indent
- word preview for remote words
- support USING:
- special completion for USE:/IN:
- vectors: ensure its ok with bignum indices
- code gc
- type inference fails with some assembler words;
displaced, register and other predicates need to inherit from list
not cons, and need stronger branch partial eval
- print warning on null class
2004-12-24 02:52:02 -05:00
- optimize away dispatch
- alignment of gadgets inside their bounding boxes needs thought
- faster completion
- ppc register decls
2004-12-02 22:44:36 -05:00
2005-02-15 18:05:28 -05:00
- begin-scan, next-object, end-scan primitives
- each-object, each-slot combinators
2005-02-14 21:58:07 -05:00
- port leak
- references primitive
- ditch % for tuples?
2005-02-12 21:15:30 -05:00
- resize window: world not updated until mouse moved
- x>offset
- fix completion invoke in middle of word
- html: word links
- don't hardcode so many colors
- ffi unicode strings: null char security hole
- utf16 string boxing
- slot compile problem
2005-02-09 20:57:19 -05:00
- sdl console crash
2005-02-09 19:58:53 -05:00
- x86 register decl
2005-02-10 23:58:28 -05:00
- UI: don't roll over if mouse button is down
2004-12-13 19:16:33 -05:00
+ compiler/ffi:
2004-12-02 22:44:36 -05:00
- value type structs
- out parameters
2004-09-19 17:39:28 -04:00
- is signed -vs- unsigned pointers an issue?
- bitfields in C structs
- SDL_Rect** type
- struct membres that are not *
2004-11-11 21:00:28 -05:00
- FFI float types
2004-08-22 17:28:31 -04:00
+ i/o:
- stream server can hang because of exception handler limitations
- better i/o scheduler
- nicer way to combine two paths
- add a socket timeout
- unix ffi i/o
2004-10-27 21:21:31 -04:00
+ kernel:
- cat, reverse-cat primitives
- generational gc
- make see work with union, builtin, predicate
- doc comments of generics
- proper ordering for classes
- make-vector and make-string should not need a reverse step
- worddef props