2006-05-27 17:39:38 -04:00
|
|
|
- make-image in the UI leaks memory...
|
2006-05-25 00:12:05 -04:00
|
|
|
+ httpd:
|
|
|
|
|
- outliners don't work
|
|
|
|
|
- browser responder doesn't work
|
2006-05-27 17:56:11 -04:00
|
|
|
- code walker & exceptions -- test and debug problems
|
2006-05-27 18:11:39 -04:00
|
|
|
- another i/o bug: on factorcode eventually all i/o times out
|
|
|
|
|
- x11 title bars are funny
|
|
|
|
|
- save window positions on x11
|
|
|
|
|
- restore windows with the correct stacking order
|
|
|
|
|
- if the listener is running a command when the image is saved, it
|
|
|
|
|
restores to an unresponsive gadget
|
|
|
|
|
- track: don't allow negative dimensions
|
|
|
|
|
- fix top level window positioning
|
|
|
|
|
- services do not launch if factor not running
|
|
|
|
|
- when scrolling wheel, or moving mouse out of window, rollover is not
|
|
|
|
|
updated
|
|
|
|
|
- focus is not top-level window aware
|
|
|
|
|
- amd64 crash
|
|
|
|
|
- get factor running on mac intel
|
|
|
|
|
- constant branch folding
|
|
|
|
|
- new objc syntax
|
2006-05-25 00:12:05 -04:00
|
|
|
|
2006-05-24 18:40:54 -04:00
|
|
|
+ refactor style stack code so that nested styles are handled at a lower-level
|
|
|
|
|
- in HTML, we can nest div tags, etc
|
|
|
|
|
- fix prettyprinter's highlighting of non-leaves looks bad
|
|
|
|
|
- maybe even go from markup to HTML?
|
|
|
|
|
- fix remaining HTML stream issues
|
|
|
|
|
- need to present $list in a useful way
|
|
|
|
|
- better line spacing in ui and html - related issue
|
|
|
|
|
|
|
|
|
|
+ tabular formatting in UI
|
|
|
|
|
- inspector
|
|
|
|
|
- how does this interact with outliner?
|
|
|
|
|
- $values
|
|
|
|
|
- other help aspects
|
|
|
|
|
- grid layout
|
|
|
|
|
|
|
|
|
|
+ fix compiled gc check
|
|
|
|
|
- there was a performance hit, investigate
|
|
|
|
|
- float boxing and overflow checks need a gc check too
|
|
|
|
|
|
2006-02-13 02:46:07 -05:00
|
|
|
+ io:
|
|
|
|
|
|
2006-05-09 21:37:07 -04:00
|
|
|
- gdb triggers 'mutliple i/o ops on port' error
|
2006-05-27 18:11:39 -04:00
|
|
|
- better i/o scheduler - eg, yield in a loop starves i/o
|
2006-02-25 01:45:51 -05:00
|
|
|
- "localhost" 50 <client> won't fail
|
2006-02-13 02:46:07 -05:00
|
|
|
|
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
|
|
|
|
|
- automatically update help graph when adding/removing articles/words
|
|
|
|
|
- document conventions
|
|
|
|
|
- new turtle graphics tutorial
|
|
|
|
|
|
2006-02-13 02:46:07 -05:00
|
|
|
+ ui/help:
|
|
|
|
|
|
2006-05-27 18:11:39 -04:00
|
|
|
- x11 input methods
|
2006-05-26 16:34:31 -04:00
|
|
|
- roundoff is still not quite right with tracks
|
2006-05-24 20:28:37 -04:00
|
|
|
- clearing pane with ^L leaves scrollbar a pixel off
|
2006-05-20 02:37:35 -04:00
|
|
|
- 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
|
2006-05-20 02:37:35 -04:00
|
|
|
- toggle/radio buttons/tabs or something
|
2006-05-20 17:50:59 -04:00
|
|
|
- inspector: less clutter when browsing words
|
2006-05-20 02:13:44 -04:00
|
|
|
- make-frame should compile
|
2006-05-05 20:06:57 -04:00
|
|
|
- clicks sent twice
|
|
|
|
|
- speed up ideas:
|
|
|
|
|
- only do clipping for certain gadgets
|
|
|
|
|
- use glRect
|
2006-03-28 21:14:08 -05:00
|
|
|
- reimplement tab completion
|
2006-03-22 02:43:59 -05:00
|
|
|
- cocoa:
|
2006-03-28 21:14:08 -05:00
|
|
|
- horizontal scrolling
|
2006-05-20 02:13:44 -04:00
|
|
|
- polish OS X menu bar code
|
2006-05-25 16:06:25 -04:00
|
|
|
- dock menu
|
2006-03-29 17:19:58 -05:00
|
|
|
- display lists
|
2006-03-22 02:43:59 -05:00
|
|
|
- variable width word wrap
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ compiler/ffi:
|
|
|
|
|
|
2006-05-27 18:11:39 -04:00
|
|
|
- type inference at branch merge points
|
2006-05-14 20:08:16 -04:00
|
|
|
- free up r11, r12 as a vreg on ppc
|
2006-05-11 02:22:51 -04:00
|
|
|
- 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
|
2006-02-13 02:46:07 -05:00
|
|
|
- complex float type
|
|
|
|
|
- complex float intrinsics
|
|
|
|
|
- remove literal table
|
2006-02-19 22:08:08 -05:00
|
|
|
- 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];
|
2006-03-26 19:47:51 -05:00
|
|
|
- C structs: use new-style string mode parsing
|
2006-01-23 21:03:22 -05:00
|
|
|
- [ [ dup call ] dup call ] infer hangs
|
2006-02-13 02:46:07 -05:00
|
|
|
- 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
|
2006-05-27 17:56:11 -04:00
|
|
|
- break: perhaps use current stdio to run break listener
|