factor/TODO.FACTOR.txt

88 lines
2.6 KiB
Plaintext
Raw Normal View History

- fix compiled gc check
- code walker & exceptions -- test and debug problems
- code walker and callbacks is broken?
- prettyprinter's highlighting of non-leaves looks bad
2006-05-24 03:23:45 -04:00
- look at xref issue
+ 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:
2006-05-20 17:50:59 -04:00
- tools section needs updates
2006-05-19 15:53:30 -04:00
- 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
- make the help look better, something like this:
http://twb.ath.cx/~twb/darcs/OBSOLETE/factor/final.html
2006-05-19 15:53:30 -04:00
+ ui/help:
- new browser:
2006-05-20 16:42:33 -04:00
- browse generic words and classes
2006-05-20 17:50:59 -04:00
- need actions for reloading the source file and opening word in jEdit
- toggle/radio buttons/tabs or something
2006-05-20 17:50:59 -04:00
- inspector: less clutter when browsing words
- make-frame should compile
2006-05-20 18:15:46 -04:00
- track: don't allow negative dimensions
2006-05-18 23:23:19 -04:00
- fix top level window positioning
- changing window titles
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:
- horizontal scrolling
2006-05-22 23:46:36 -04:00
- window zooming doesn't work
- implement handlers for open, quit events, and whatever else
- polish OS X menu bar code
- when scrolling wheel, or moving mouse out of window, rollover is not
updated
2006-05-20 17:50:59 -04:00
- focus is not top-level window aware
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-03-22 02:43:59 -05:00
- variable width word wrap
2006-05-20 16:42:33 -04:00
- new gesture style
+ 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