factor/TODO.FACTOR.txt

107 lines
3.5 KiB
Plaintext

- in the ui, run a bunch of files, unfocus; when its done caret appears
- 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
]
- unix i/o: problems with passing f to syscalls
- if a primitive throws an error, :c doesn't show the call frame there
- "benchmark/help": without a yield UI runs out of memory
- x11 title bars are funny
+ httpd:
- outliners don't work
- browser responder doesn't work
- code walker & exceptions -- test and debug problems
- another i/o bug: on factorcode eventually all i/o times out
- bug in pound?
- factorcode httpd started using 99% CPU, but still received connections;
closing read-fds solved it
- if the listener is running a command when the image is saved, it
restores to an unresponsive gadget
- fix top level window positioning
- services do not launch if factor not running
- rollover is not updated on window focus changes
- amd64 crash
- x86 bootstrap intermittent crash
- get factor running on mac intel
- constant branch folding
- cocoa: starting the UI with +foo switches opens them as files
- tests in a loop runs out of memory eventually
+ 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
- fix word wrap with tables in panes
+ fix compiled gc check
- there was a performance hit, investigate
- float boxing and overflow checks need a gc check too
+ io:
- gdb triggers 'mutliple i/o ops on port' error
- better i/o scheduler - eg, yield in a loop starves i/o
- "localhost" 50 <client> won't fail
+ help:
- document that can <void*> only be called with an alien
- help search
- automatically update help graph when adding/removing articles/words
+ ui:
- x11 input methods
- roundoff is still not quite right with tracks
- new browser:
- browse generic words and classes
- need actions for reloading the source file and opening word in jEdit
- highlight showing panes in originating list
- toggle/radio buttons/tabs or something
- inspector: less clutter when browsing words
- make-frame should compile
- speed up ideas:
- only do clipping for certain gadgets
- use glRect
- use complex numbers instead of arrays for co-ordinates
- decrease minimum growable size from 50 to 4 or something, to reduce
memory consumption of a gadget with one child
- use vertex arrays
- use display lists
- reimplement tab completion
- cocoa:
- horizontal scrolling
- polish OS X menu bar code
- dock menu
- variable width word wrap
+ compiler/ffi:
- type inference at branch merge points
- free up r11, r12 as a vreg on ppc
- float= on powerpc doesn't consider nans equal
- intrinsic fixnum>float float>fixnum
- win64 port
- complex float type
- complex float intrinsics
- remove literal table
- C functions returning structs by value
- 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
- [ [ dup call ] dup call ] infer hangs
- the invalid recursion form case needs to be fixed, for inlines too
- code gc
+ misc:
- slice: if sequence or seq start is changed, abstraction violation
- make 3.4 bits>double an error
- break: perhaps use current stdio to run break listener