factor/TODO.FACTOR.txt

84 lines
2.4 KiB
Plaintext
Raw Normal View History

- remove F_USERENV rel
- update walker for new interpreter
- quotations should store their originating word
- core foundation should use unicode strings
- alien>utf16-string, utf16-string>alien words
- fix compiled gc check
- 3 >n fep
- code walker & exceptions
- code walker and callbacks is broken?
- prettyprinter's highlighting of non-leaves looks bad
+ io:
2006-05-18 23:23:19 -04:00
- another i/o bug: on factorcode eventually all i/o times out
2006-05-09 21:37:07 -04:00
- gdb triggers 'mutliple i/o ops on port' error
- stream server can hang because of exception handler limitations
- better i/o scheduler
- yield in a loop starves i/o
- "localhost" 50 <client> won't fail
2006-05-19 15:53:30 -04:00
+ help:
- method ordering and interpreter algorithm sections need updates
- document that can <void*> only be called with an alien
- help search
- fix remaining HTML stream issues
- automatically update help graph when adding/removing articles/words
- document conventions
- new turtle graphics tutorial
- better line spacing in ui and html
- tabular formatting - for inspector, changes and $values in help
- grid layout
+ ui/help:
2006-05-18 23:23:19 -04:00
- implement handlers for open, quit events, and whatever else
- fix top level window positioning
- changing window titles
- reimplement clicking input
- polish OS X menu bar code
2006-05-05 20:06:57 -04:00
- clicks sent twice
- speed up ideas:
- only do clipping for certain gadgets
- use glRect
- reimplement tab completion
- x11 input methods
2006-03-29 17:19:58 -05:00
- x11 title bars are funny
2006-03-22 02:43:59 -05:00
- cocoa:
- don't multiplex in the event loop if there is no pending i/o
- horizontal scrolling
2006-03-23 17:46:35 -05:00
- fix mouse-overs...
2006-03-29 17:19:58 -05:00
- display lists
2006-03-19 15:43:40 -05:00
- saving the image should save window configuration
2006-02-14 17:27:07 -05:00
- make the UI look better, something like this:
http://twb.ath.cx/~twb/darcs/OBSOLETE/factor/final.html
2006-01-23 21:03:22 -05:00
- fix up the min thumb size hack
2006-03-22 02:43:59 -05:00
- variable width word wrap
+ compiler/ffi:
2006-05-18 23:23:19 -04:00
- get factor running on mac intel
2006-05-14 20:08:16 -04:00
- free up r11, r12 as a vreg on ppc
- float= on powerpc doesn't consider nans equal
- intrinsic fixnum>float float>fixnum
2006-05-05 20:06:57 -04:00
- win64 port
- amd64 %unbox-struct
- constant branch folding
- complex float type
- complex float intrinsics
- remove literal table
- C functions returning structs by value
2006-01-23 21:03:22 -05:00
- FIELD: char key_vector[32];
- FIELD: union { char b[20]; short s[10]; long l[5]; } data;
- MEMBER: long pad[24];
- C structs: use new-style string mode parsing
2006-01-23 21:03:22 -05:00
- [ [ dup call ] dup call ] infer hangs
- the invalid recursion form case needs to be fixed, for inlines too
- code gc
+ misc:
2006-01-23 21:03:22 -05:00
- slice: if sequence or seq start is changed, abstraction violation
- make 3.4 bits>double an error