factor/TODO.FACTOR.txt

69 lines
1.8 KiB
Plaintext
Raw Normal View History

2005-02-27 16:54:09 -05:00
+ plugin:
- update plugin docs
- word preview for remote words
2005-02-16 23:24:35 -05:00
- faster completion
2004-12-13 19:16:33 -05:00
2005-02-27 16:51:12 -05:00
+ ui:
2005-03-01 00:45:50 -05:00
- scrollable inspector
- inspector needs prettier nesting
- <titled> needs to look better
- enforce inspector uniqueness
- auto-updating inspector
2005-02-27 16:51:12 -05:00
- fix up the min thumb size hack
- fix up initial layout of slider
- console: scroll to bottom
2005-02-27 22:28:09 -05:00
- caret clip
2005-03-01 00:45:50 -05:00
- split preferred size and layouting
- remove shelf/pile duplication
- menus
- opaque widgets
- layered gadget
- resizing and moving gadgets interactively with halo on top of gadget
- hand clip
2005-02-27 16:51:12 -05:00
+ compiler/ffi:
2004-12-02 22:44:36 -05:00
2005-02-27 16:54:09 -05:00
- [ [ dup call ] dup call ] infer hangs
- ffi unicode strings: null char security hole
- utf16 string boxing
2005-02-25 17:25:40 -05:00
- more accurate types for various words
- declarations
- 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
- redo partial eval
- optimize away arithmetic dispatch
- dataflow optimizer needs eq not =
- the invalid recursion form case needs to be fixed, for inlines too
- #jump-f #jump-f-label
- 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:
2005-02-19 23:25:21 -05:00
- vectors: ensure its ok with bignum indices
- cat, reverse-cat primitives
2005-02-27 16:54:09 -05:00
- code gc
- 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
2005-02-19 23:25:21 -05:00
- automatically recompiling defs