2006-07-28 15:33:23 -04:00
|
|
|
+ 0.84:
|
2006-06-08 18:29:15 -04:00
|
|
|
|
2006-08-02 15:17:13 -04:00
|
|
|
- fix contribs: boids, automata
|
2006-07-09 19:50:56 -04:00
|
|
|
- sometimes darcs get fails with the httpd
|
2006-05-09 21:37:07 -04:00
|
|
|
- gdb triggers 'mutliple i/o ops on port' error
|
2006-07-28 15:33:23 -04:00
|
|
|
- factorcode httpd crashed: bad file descriptor
|
|
|
|
|
- editor:
|
|
|
|
|
- better listener multi-line expression handling
|
|
|
|
|
- history doesn't work in a good way if you ^K the input
|
|
|
|
|
- services do not launch if factor not running
|
|
|
|
|
- roundoff is still not quite right with tracks
|
|
|
|
|
- fix top level window positioning
|
|
|
|
|
- nasty inference regressions
|
|
|
|
|
- [ [ dup call ] dup call ] infer hangs
|
|
|
|
|
- the invalid recursion form case needs to be fixed, for inlines too
|
2006-08-05 18:10:01 -04:00
|
|
|
- graphical module manager tool
|
2006-07-28 15:33:23 -04:00
|
|
|
- instead of decompiling words, add them to a 'recompile' set; compiler
|
|
|
|
|
treats words in the recompile set as if they were not compiled
|
|
|
|
|
- see if alien calls can be made faster
|
|
|
|
|
- remove literal table
|
|
|
|
|
|
|
|
|
|
========================================================================
|
2006-02-13 02:46:07 -05:00
|
|
|
|
2006-06-05 22:50:16 -04:00
|
|
|
+ ui:
|
2006-02-13 02:46:07 -05:00
|
|
|
|
2006-08-07 15:41:31 -04:00
|
|
|
- doc front page: document stack effect notation
|
2006-08-05 18:10:01 -04:00
|
|
|
- better doc for accumulate, link from tree
|
2006-08-02 02:49:23 -04:00
|
|
|
- we have trouble drawing rectangles
|
2006-07-31 17:36:15 -04:00
|
|
|
- the UI listener has a shitty design. perhaps it should not call out
|
|
|
|
|
to the real listener.
|
2006-07-31 16:49:26 -04:00
|
|
|
- remaining walker tasks:
|
|
|
|
|
- <input> handled by walker itself
|
|
|
|
|
- ^W in interactor
|
|
|
|
|
- ^I in interactor
|
|
|
|
|
- error handling is still screwy
|
|
|
|
|
- continuation handling is also screwy
|
2006-07-28 17:57:24 -04:00
|
|
|
- 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
|
2006-07-24 02:08:57 -04:00
|
|
|
- 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-22 17:16:58 -04:00
|
|
|
- only redraw visible lines
|
|
|
|
|
- more efficient multi-line inserts
|
2006-07-25 21:33:56 -04:00
|
|
|
- editor should support stream output protocol
|
2006-07-25 16:30:40 -04:00
|
|
|
- cocoa: windows are not updated while resizing
|
2006-07-06 18:08:14 -04:00
|
|
|
- add some handy services:
|
|
|
|
|
- base conversion
|
|
|
|
|
- search help for selection
|
2006-07-05 17:12:30 -04:00
|
|
|
- grid slows down with 2000 lines
|
2006-07-09 19:50:56 -04:00
|
|
|
- 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
|
2006-05-20 02:13:44 -04:00
|
|
|
- polish OS X menu bar code
|
2006-03-22 02:43:59 -05:00
|
|
|
- variable width word wrap
|
2006-07-19 20:32:51 -04:00
|
|
|
- slider needs to be modelized
|
2006-02-13 02:46:07 -05:00
|
|
|
|
2006-07-23 18:51:25 -04:00
|
|
|
+ module system:
|
|
|
|
|
|
2006-08-07 15:41:31 -04:00
|
|
|
- generic 'define ( asset def -- )'
|
2006-08-02 15:17:13 -04:00
|
|
|
- track individual method usages
|
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
|
|
|
|
|
- modularize core
|
|
|
|
|
- TUPLE: module files tests articles article main ;
|
|
|
|
|
- requesting a list of assets loaded from a specific file
|
|
|
|
|
- file out
|
|
|
|
|
|
2006-02-13 02:46:07 -05:00
|
|
|
+ compiler/ffi:
|
|
|
|
|
|
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
|
2006-07-09 19:50:56 -04:00
|
|
|
- float= doesn't consider nans equal
|
2006-05-11 02:22:51 -04:00
|
|
|
- intrinsic fixnum>float float>fixnum
|
2006-02-19 22:08:08 -05:00
|
|
|
- C functions returning structs by value
|
2006-02-13 02:46:07 -05:00
|
|
|
- code gc
|
2006-07-25 02:08:06 -04:00
|
|
|
- infer which variables are read, written in a quotation
|
2006-07-24 15:42:33 -04:00
|
|
|
|
2006-02-13 02:46:07 -05:00
|
|
|
+ misc:
|
|
|
|
|
|
2006-08-06 22:30:52 -04:00
|
|
|
- EOF kills a port
|
2006-07-28 17:57:24 -04:00
|
|
|
- make a word to do '0 swap set-length'
|
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
|
|
|
|
|
]
|
|
|
|
|
|
2006-07-28 00:50:09 -04:00
|
|
|
- httpd search tools
|
|
|
|
|
- remaining HTML issues need fixing
|