factor/TODO.FACTOR.txt

85 lines
2.9 KiB
Plaintext
Raw Normal View History

2006-07-05 17:12:30 -04:00
- amd64 crash
- make-frame should compile
2006-07-05 17:12:30 -04:00
- httpd search tools
[2:45pm] tathi: Factor's text display is a bit odd sometimes, until you mouse over (or click, if there's no "live" text)
[2:48pm] tathi: it appears to be using the font metrics from the sprite tuple, but re-using the texture from the previous letter
[2:59pm] tathi: hmm...and it looks like it's only be happening the first time you use a given character (from a given font face)
2006-06-14 22:58:17 -04:00
+ io:
2006-06-08 18:29:15 -04:00
2006-06-14 22:58:17 -04:00
- unix i/o: problems with passing f to syscalls
2006-06-04 15:35:00 -04:00
- factorcode httpd started using 99% CPU, but still received connections;
closing read-fds solved it
- sometimes darcs get fails with the httpd
2006-05-09 21:37:07 -04:00
- gdb triggers 'mutliple i/o ops on port' error
- "localhost" 50 <client> won't fail
+ ui:
2006-07-09 21:57:19 -04:00
- graphical module manager tool
2006-07-06 18:08:14 -04:00
- add some handy services:
- base conversion
- search help for selection
- services do not launch if factor not running
2006-07-05 17:12:30 -04:00
- grid slows down with 2000 lines
- integrated error documentation
- roundoff is still not quite right with tracks
- 'show' doesn't work if invoked from a listener on an object which is
itself inspected in the listener
- ui uses too much cpu time idling
2006-07-05 17:12:30 -04:00
- remaining HTML issues need fixing
- see if its possible to only repaint dirty regions
2006-06-14 22:58:17 -04:00
- x11 title bars are funny
- if the listener is running a command when the image is saved, it
restores to an unresponsive gadget
- fix top level window positioning
- prettyprinter's highlighting of non-leaves doesn't really work
- rollover is not updated on window focus changes
2006-05-27 18:11:39 -04:00
- x11 input methods
- 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-06-02 15:12:57 -04:00
- highlight showing panes in originating list
- reimplement tab completion
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-07-05 17:12:30 -04:00
- use models for the following:
- editor gadgets
- search tool
- slider needs range-model or similar
+ compiler/ffi:
2006-07-06 18:08:14 -04:00
- mac intel: struct returns from objc methods
- see if alien calls can be made faster
2006-07-05 17:12:30 -04:00
- faster sequence= for UI
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
- constant branch folding
2006-05-27 18:11:39 -04:00
- type inference at branch merge points
- float= doesn't consider nans equal
- intrinsic fixnum>float float>fixnum
- remove literal table
- C functions returning structs by value
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:
- mach_signal: fault address reporting is not reliable
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
]
- code walker & exceptions -- test and debug problems
2006-05-27 17:56:11 -04:00
- break: perhaps use current stdio to run break listener