factor/TODO.FACTOR.txt

63 lines
1.6 KiB
Plaintext

72/73:
- [ [ dup call ] dup call ] infer hangs
- move tuple to generic vocab
- update plugin docs
- word preview for remote words
- 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
- optimize away dispatch
- faster completion
- ppc register decls
- extract word inside M:, C:, and structure browsing for these
- fix checkbox alignment
- begin-scan, next-object, end-scan primitives
- each-object, each-slot combinators
- port leak
- references primitive
- ditch % for tuples?
- 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
- sdl console crash
- x86 register decl
- UI: don't roll over if mouse button is down
+ compiler/ffi:
- value type structs
- out parameters
- is signed -vs- unsigned pointers an issue?
- bitfields in C structs
- SDL_Rect** type
- struct membres that are not *
- FFI float types
+ 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
+ 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