factor/TODO.FACTOR.txt

97 lines
2.9 KiB
Plaintext
Raw Normal View History

- workspace window takes too long to come up
2006-11-13 01:34:01 -05:00
- bogus compile error
2006-11-13 19:51:20 -05:00
- windows crash
+ 0.87:
2006-11-09 02:02:14 -05:00
2006-11-14 00:34:14 -05:00
- these things are "Too Slow":
- all-words
- make-image
2006-10-31 00:52:02 -05:00
- 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"
- slider needs to be modelized
- better help result ranking
- help search looks funny
- variable width word wrap
- graphical module manager tool
- graphical crossref tool
2006-09-13 02:17:46 -04:00
- ui browser: show currently selected vocab & words
- auto-update browser and help when sources reload
- amd64 structs-by-value bug
- intrinsic fixnum>float float>fixnum
- mac intel: struct returns from objc methods
- faster apropos
- compiled call traces
+ ui:
2006-11-14 00:34:14 -05:00
- new windows don't always have focus, eg focus follows mouse
- dataflow for [ ] map [ ] subset looks weird (wrong?)
2006-11-11 00:43:24 -05:00
- listener commands from a menu should not include 'hide-glass' etc
- some way of intercepting all gestures
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-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:
- recompile get/set/>n/n>/ndrop if needed
2006-11-10 03:21:03 -05:00
- %allot-bignum-signed-2 is broken on both platforms
- cross-word type inference
2006-11-09 00:25:15 -05:00
- callback scheduling issue
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
- float= doesn't consider nans equal
- C functions returning structs by value
2006-08-09 16:14:54 -04:00
- compiled continuations
+ prettyprinter:
- 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 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
- gdb triggers 'multiple 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