2006-11-13 00:16:22 -05:00
|
|
|
- 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
|
2006-11-13 00:16:22 -05:00
|
|
|
|
2006-11-10 22:49:03 -05:00
|
|
|
+ 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"
|
2006-10-09 17:04:08 -04:00
|
|
|
- slider needs to be modelized
|
|
|
|
|
- better help result ranking
|
|
|
|
|
- help search looks funny
|
2006-09-02 15:57:29 -04:00
|
|
|
- variable width word wrap
|
|
|
|
|
- graphical module manager tool
|
2006-11-10 03:56:37 -05:00
|
|
|
- graphical crossref tool
|
2006-09-13 02:17:46 -04:00
|
|
|
- ui browser: show currently selected vocab & words
|
2006-09-20 03:22:26 -04:00
|
|
|
- auto-update browser and help when sources reload
|
2006-11-10 22:49:03 -05:00
|
|
|
- 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
|
2006-11-10 22:49:03 -05:00
|
|
|
- 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
|
2006-08-15 03:01:24 -04:00
|
|
|
- editor:
|
2006-08-27 23:22:30 -04:00
|
|
|
- autoscroll
|
|
|
|
|
- transpose char/word/line
|
2006-09-27 03:11:18 -04:00
|
|
|
- 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
|
|
|
|
|
|
2006-02-13 02:46:07 -05:00
|
|
|
+ compiler/ffi:
|
|
|
|
|
|
2006-11-13 00:16:22 -05:00
|
|
|
- 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
|
2006-11-09 18:09:39 -05:00
|
|
|
- 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
|
2006-07-09 19:50:56 -04:00
|
|
|
- float= doesn't consider nans equal
|
2006-02-19 22:08:08 -05:00
|
|
|
- C functions returning structs by value
|
2006-08-09 16:14:54 -04:00
|
|
|
- compiled continuations
|
2006-07-24 15:42:33 -04:00
|
|
|
|
2006-10-28 15:50:37 -04:00
|
|
|
+ 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
|
|
|
|
|
|
2006-02-13 02:46:07 -05:00
|
|
|
+ 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
|
2006-11-10 22:49:03 -05:00
|
|
|
- gdb triggers 'multiple i/o ops on port' error
|
2006-08-09 18:09:10 -04:00
|
|
|
- incremental GC
|
2006-08-09 17:19:33 -04:00
|
|
|
- UDP
|
2006-07-06 18:08:14 -04:00
|
|
|
- slice: if sequence or seq start is changed, abstraction violation
|
2006-10-26 01:17:40 -04:00
|
|
|
- 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
|