2004-08-17 23:09:16 -04:00
|
|
|
- sidekick: error source not removed
|
|
|
|
|
- lineno/file for native
|
|
|
|
|
- jedit for native with socket communication
|
|
|
|
|
- input style after clicking link
|
|
|
|
|
- fedit broken with listener
|
|
|
|
|
- maple-like: press enter at old commands to evaluate there
|
2004-08-16 20:42:30 -04:00
|
|
|
- sending ^C on socket
|
2004-08-17 23:09:16 -04:00
|
|
|
- read#
|
|
|
|
|
- enforce bottom-up in native bootstrap
|
|
|
|
|
- standalone listener input style
|
|
|
|
|
- add a socket timeout
|
|
|
|
|
|
|
|
|
|
+ docs:
|
|
|
|
|
|
2004-08-13 18:43:03 -04:00
|
|
|
- vector-each/map examples
|
2004-08-16 19:29:07 -04:00
|
|
|
- unparse examples
|
|
|
|
|
- finish second practical
|
2004-08-13 18:43:03 -04:00
|
|
|
- sbuf-hashcode
|
|
|
|
|
- vector-hashcode
|
2004-08-16 23:52:52 -04:00
|
|
|
- review doc formatting with latex2html
|
2004-08-08 17:20:54 -04:00
|
|
|
|
2004-08-09 21:59:47 -04:00
|
|
|
+ tests:
|
|
|
|
|
|
2004-08-07 18:45:48 -04:00
|
|
|
- java factor: equal numbers have non-equal hashcodes!
|
|
|
|
|
- FactorLib.equal() not very good
|
|
|
|
|
- do nset-nth, nremove-nth, nsubstitute, ninject
|
2004-08-07 19:59:54 -04:00
|
|
|
- IN: format base: work with all types of numbers
|
2004-08-06 02:51:32 -04:00
|
|
|
|
2004-08-13 18:43:03 -04:00
|
|
|
+ listener/plugin:
|
2004-08-06 02:51:32 -04:00
|
|
|
|
2004-08-18 01:13:56 -04:00
|
|
|
- words with < in name
|
2004-08-17 23:42:10 -04:00
|
|
|
- auto insert USE:
|
|
|
|
|
- why > 1 popup
|
2004-08-17 23:09:16 -04:00
|
|
|
- listener backspace overzealous
|
2004-08-17 21:57:45 -04:00
|
|
|
- lineno/file for shuffle defs
|
2004-08-17 23:42:10 -04:00
|
|
|
- completion popups for shuffle defs
|
2004-08-17 21:57:45 -04:00
|
|
|
- balance needs USE:
|
|
|
|
|
- completion: enter no good
|
2004-08-17 20:44:57 -04:00
|
|
|
- completion: don't show automatically
|
2004-08-16 23:52:52 -04:00
|
|
|
- completion in the listener
|
|
|
|
|
- special completion for USE:/IN:
|
|
|
|
|
- inspector links when describe called without object path
|
2004-08-06 02:51:32 -04:00
|
|
|
|
2004-07-19 00:34:03 -04:00
|
|
|
+ native:
|
|
|
|
|
|
2004-08-17 23:09:16 -04:00
|
|
|
- gc call in the middle of some ops might affect callstack
|
|
|
|
|
- postpone errors until actual read/write op
|
|
|
|
|
- multitasking
|
2004-07-18 22:14:36 -04:00
|
|
|
- parsing should be parsing
|
2004-08-17 23:42:10 -04:00
|
|
|
- better error reporting
|
2004-07-16 02:26:21 -04:00
|
|
|
|
2004-08-13 18:43:03 -04:00
|
|
|
+ JVM compiler:
|
2004-07-16 02:26:21 -04:00
|
|
|
|
2004-08-17 21:57:45 -04:00
|
|
|
- compiled stack traces broken
|
|
|
|
|
- save classes to disk
|
2004-08-13 18:43:03 -04:00
|
|
|
- tail call optimization broken again
|
2004-07-16 02:26:21 -04:00
|
|
|
- don't compile inline words
|
|
|
|
|
- recursive words with code after ifte
|
|
|
|
|
- less unnecessary args to auxiliary methods
|
|
|
|
|
- inlining tail-recursive immediates
|
|
|
|
|
- direct stack access leaks memory on stack
|
|
|
|
|
- unnecessary local allocation: max is instance var, but several methods
|
|
|
|
|
get compiled.
|
|
|
|
|
|
|
|
|
|
+ misc:
|
|
|
|
|
|
2004-08-17 23:09:16 -04:00
|
|
|
- rethink strhead/strtail&co
|
2004-07-16 02:26:21 -04:00
|
|
|
- namespace clone drops static var bindings
|
|
|
|
|
- ditch map
|
|
|
|
|
- ditch expand
|
|
|
|
|
- set-object-path
|
|
|
|
|
- more readable traces
|
2004-08-16 23:52:52 -04:00
|
|
|
- 'cascading' styles
|
2004-08-17 23:09:16 -04:00
|
|
|
- telnetd: send errors on socket
|
|
|
|
|
- contains ==> contains?
|
2004-07-16 02:26:21 -04:00
|
|
|
|
|
|
|
|
+ httpd:
|
|
|
|
|
|
2004-08-17 23:09:16 -04:00
|
|
|
- file responder:
|
|
|
|
|
- port to native
|
|
|
|
|
- if a directory is requested and URL does not end with /, redirect
|
2004-08-16 20:42:30 -04:00
|
|
|
- if user clicks stop in browser, doesn't stop sending?
|
2004-07-16 02:26:21 -04:00
|
|
|
- log with date
|
|
|
|
|
- return more header fields, like Content-Length, Last-Modified, and so on
|
|
|
|
|
- HEAD request
|
|
|
|
|
- basic authentication, using httpdAuth function from a config file
|