factor/TODO.FACTOR.txt

88 lines
2.8 KiB
Plaintext
Raw Normal View History

2006-10-04 17:21:37 -04:00
+ ui:
2006-11-09 01:56:04 -05:00
- sometimes fep when closing window
2006-11-09 00:25:15 -05:00
- windows rollover broken again
- docs: don't pass volatile aliens to callbacks
2006-10-31 00:52:02 -05:00
- live search: timer delay would be nice
- menu should stay up if mouse button released
- roundoff is still not quite right with tracks
2006-10-22 18:46:02 -04:00
- grid displays quickly now, but constructing large amounts of gadgets
is slow: eg, 10000 [ dup number>string ] map describe
2006-10-20 15:48:58 -04:00
- completion is not ideal: eg, C+e "buttons"
- some way of intercepting all gestures
- slider needs to be modelized
- better help result ranking
- help search looks funny
- variable width word wrap
- graphical module manager tool
2006-09-13 02:17:46 -04:00
- ui browser: show currently selected vocab & words
- auto-update browser and help when sources reload
2006-09-19 18:39:51 -04:00
- how do we refer to command shortcuts in the docs?
2006-08-28 18:14:54 -04:00
- fix top level window positioning
- editor:
- autoscroll
- transpose char/word/line
- more efficient multi-line inserts
2006-07-05 17:12:30 -04:00
- see if its possible to only repaint dirty regions
2006-08-09 16:14:54 -04:00
- structure editor
2006-09-16 15:57:07 -04:00
2006-07-23 18:51:25 -04:00
+ module system:
2006-10-28 02:41:21 -04:00
- modules should support definition protocol
2006-09-09 00:12:46 -04:00
- track a list of assets loaded from each module's file
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:
2006-11-09 01:56:04 -05:00
- %allot-bignum-signed-2 is broken on both platforms
2006-11-09 00:25:15 -05:00
- callback scheduling issue
- amd64 structs-by-value bug
- intrinsic fixnum>float float>fixnum fixnum>bignum bignum>fixnum
2006-11-01 00:20:49 -05:00
- we may be able to remove the dlsym primitive
2006-10-31 01:04:02 -05:00
- [ [ dup call ] dup call ] infer hangs
2006-09-09 00:12:46 -04:00
- stdcall callbacks
2006-08-18 01:17:23 -04:00
- 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-07-06 18:08:14 -04:00
- mac intel: struct returns from objc methods
- float= doesn't consider nans equal
- C functions returning structs by value
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
+ prettyprinter:
- array with POSTPONE: in it: printed wrong
- clean it up
- if we're printing a block on multiple lines, break at some words like
set off on % # , ... and assembler opcodes
- don't end lines with literals, shuffle words or symbols?
- see should try to not show ; on a line by itself
- IN: on its own line if the entire 'see' form doesn't fit
- don't build entire tree to print first
+ misc:
2006-10-31 15:48:34 -05:00
- faster apropos
2006-10-31 00:52:02 -05:00
- growable data heap
2006-09-26 19:04:30 -04:00
- minor GC takes too long now, we should card mark code heap
2006-09-24 17:22:11 -04:00
- buffer-ptr should be an alien
2006-09-11 00:12:42 -04:00
- swap nappend ==> nappend
2006-08-25 20:52:13 -04:00
- gdb triggers 'mutliple i/o ops on port' error
- incremental GC
- UDP
2006-07-06 18:08:14 -04:00
- slice: if sequence or seq start is changed, abstraction violation
- hashed generic method dispatch
2006-09-11 00:12:42 -04:00
+ httpd:
2006-07-28 00:50:09 -04:00
- remaining HTML issues need fixing