factor/TODO.FACTOR.txt

135 lines
4.1 KiB
Plaintext
Raw Normal View History

2006-07-28 15:33:23 -04:00
+ 0.84:
2006-06-08 18:29:15 -04:00
2006-08-24 18:23:48 -04:00
new browser:
- show currently selected vocab & words
- scroll to existing won't work
- initial scroll dim is wrong
- show callers
2006-08-24 23:06:07 -04:00
- alternative way to invoke 2/3 buttons on one-button mice using modifiers
2006-08-24 18:23:48 -04:00
- list of key bindings
- RT_WORD should refer to XTs not word objects.
2006-07-28 15:33:23 -04:00
- services do not launch if factor not running
- roundoff is still not quite right with tracks
- fix top level window positioning
- see if alien calls can be made faster
2006-08-18 00:54:39 -04:00
- sometimes darcs get fails with the httpd
- gdb triggers 'mutliple i/o ops on port' error
- factorcode httpd crashed: bad file descriptor
2006-08-18 16:15:08 -04:00
- signal 4 on datastack underflow on mac intel??
2006-07-28 15:33:23 -04:00
+ 0.85:
2006-08-12 16:56:45 -04:00
- fix ui listener delay
2006-08-02 02:49:23 -04:00
- we have trouble drawing rectangles
- editor:
- only redraw visible lines
- more efficient multi-line inserts
- editor should support stream output protocol
- slider needs to be modelized
- track individual method usages
- modularize core
- track module files and modification times, and a list of assets loaded
from that file
- 'changes' word, asks if files changed on disk from loaded modules
should be reloaded -- do this in the right order
- more compact relocation info
- UI dataflow visualizer
- problem if major gc happens during relocation
- in fact relocation should not cons at all
========================================================================
+ ui:
2006-08-24 18:23:48 -04:00
- closing walker should continue; clicking continue should close walker
2006-08-24 04:08:21 -04:00
- continuation handling in walker is screwy
2006-08-18 01:35:04 -04:00
- graphical module manager tool
- figure out what goes in the .app and what doesn't
- should be possible to drop an image file on the .app to run it
- add-gadget, model-changed, set-model should compile
2006-07-25 21:33:56 -04:00
- shortcuts:
- find a listener
- find a browser
- find a help window
- they'll either focus such a window, or if the current window is of
that type, cycle
- support x11's large selections, if needed
2006-07-24 02:23:15 -04:00
- own-selection violates ICCCM
2006-07-19 19:30:02 -04:00
- editor:
- undo and redo
- transpose char/word/line
- autoscroll
- page up/down
- search and replace
2006-07-25 16:30:40 -04:00
- cocoa: windows are not updated while resizing
2006-07-05 17:12:30 -04:00
- grid slows down with 2000 lines
- ui uses too much cpu time idling
2006-07-05 17:12:30 -04:00
- see if its possible to only repaint dirty regions
2006-06-14 22:58:17 -04:00
- x11 title bars are funny
- rollover is not updated on window focus changes
2006-05-27 18:11:39 -04:00
- x11 input methods
2006-03-22 02:43:59 -05:00
- cocoa:
2006-06-12 03:21:08 -04:00
- horizontal wheel scrolling
- polish OS X menu bar code
2006-03-22 02:43:59 -05:00
- variable width word wrap
2006-08-09 16:14:54 -04:00
- structure editor
- loading space invaders slows the UI down
2006-07-23 18:51:25 -04:00
+ module system:
2006-08-07 15:41:31 -04:00
- generic 'define ( asset def -- )'
2006-07-23 18:51:25 -04:00
- C types should be words
- TYPEDEF: float { ... } { ... } ; ==> \ float T{ c-type ... } "c-type" swp
- TYPEDEF: float FTFloat ; ==> \ float \ FTFloat "c-type" swp
- make typedef aliasing explicit
- seeing a C struct word should show its def
- file out
+ compiler/ffi:
- [ r> ] infer should throw an inference error
- better way of dealing with compiler errors
2006-08-18 01:35:04 -04:00
- compiler tests are not as reliable now because of try-compile usage
- we can just do [ t ] [ \ foo compiled? ] unit-test
2006-08-18 01:17:23 -04:00
- [ [ dup call ] dup call ] infer hangs
- callstack overflow when compiling mutually recursive inline words
2006-08-15 21:23:05 -04:00
- test what is done in the case of an invalid declaration on an inline
recursive
2006-08-09 16:14:54 -04:00
- ppc64 backend
2006-08-18 00:54:39 -04:00
- arm backend
2006-08-07 01:17:04 -04:00
- we need to optimize [ dup array? [ array? ] [ array? ] if ]
2006-07-06 18:08:14 -04:00
- mac intel: struct returns from objc methods
2006-06-14 22:58:17 -04:00
- fix compiled gc check
- there was a performance hit, investigate
- float boxing and overflow checks need a gc check too
- float= doesn't consider nans equal
- intrinsic fixnum>float float>fixnum
- C functions returning structs by value
- code gc
2006-07-25 02:08:06 -04:00
- infer which variables are read, written in a quotation
2006-08-09 16:14:54 -04:00
- compiled continuations
- compiled call traces
+ misc:
2006-08-24 18:23:48 -04:00
- move jedit word to contrib
- growable data heap
- incremental GC
- UDP
2006-08-09 16:14:54 -04:00
- faster I/O
- buffer-ptr should be an alien
- faster Unix stream-read#
2006-08-06 22:30:52 -04:00
- EOF kills a port
2006-07-06 18:08:14 -04:00
- slice: if sequence or seq start is changed, abstraction violation
2006-07-05 17:12:30 -04:00
- hashed generic method dispatch
2006-06-14 22:58:17 -04:00
- fix this:
[ 1 2 3 4 5 6 7 8 9 10 10 10 10 10 10 10 10 10 10 11 11 11 113 ] .
[ 1 2 3 4 5 6 7 8 9 10 10 10 10 10 10 10 10 10 10 11 11 11 113
]
- prettier printing of hashtable literals, alists, cond, ...
2006-07-28 00:50:09 -04:00
- httpd search tools
- remaining HTML issues need fixing