2004-08-08 17:20:54 -04:00
|
|
|
[error] AWT-EventQueue-0: java.lang.NullPointerException
|
|
|
|
|
[error] AWT-EventQueue-0: at sidekick.SideKickParsedData.getTreePathForPosition(Unknown Source)
|
|
|
|
|
[error] AWT-EventQueue-0: at sidekick.SideKickParsedData.getTreePathForPosition(Unknown Source)
|
|
|
|
|
[error] AWT-EventQueue-0: at sidekick.SideKickTree.expandTreeAt(Unknown Source)
|
|
|
|
|
[error] AWT-EventQueue-0: at sidekick.SideKickTree.access$100(Unknown Source)
|
|
|
|
|
[error] AWT-EventQueue-0: at sidekick.SideKickTree$1.actionPerformed(Unknown Source)
|
|
|
|
|
[error] AWT-EventQueue-0: at javax.swing.Timer.fireActionPerformed(Timer.java:271)
|
|
|
|
|
[error] AWT-EventQueue-0: at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
|
|
|
|
|
[error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
|
|
|
|
|
[error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
|
|
|
|
|
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
|
|
|
|
|
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
|
|
|
|
|
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
|
|
|
|
|
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
|
|
|
|
|
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
|
|
|
|
|
|
2004-08-09 21:59:47 -04:00
|
|
|
+ docs:
|
|
|
|
|
|
|
|
|
|
- vocabulary section: what is the dictionary?
|
|
|
|
|
- document swons, uncons, unswons
|
|
|
|
|
- vector-push/pop examples
|
|
|
|
|
- vector-each/map examples
|
|
|
|
|
- string construction examples
|
|
|
|
|
- string construction ackward
|
|
|
|
|
|
|
|
|
|
+ tests:
|
|
|
|
|
|
2004-08-07 18:45:48 -04:00
|
|
|
- java factor: equal numbers have non-equal hashcodes!
|
2004-08-12 02:13:43 -04:00
|
|
|
- sbuf-hashcode
|
2004-08-07 18:45:48 -04:00
|
|
|
- vector-hashcode
|
|
|
|
|
- clone-sbuf
|
|
|
|
|
- FactorLib.equal() not very good
|
|
|
|
|
- test substitute, set-nth, remove-nth
|
|
|
|
|
- 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-08 17:20:54 -04:00
|
|
|
- bitwise operations
|
2004-08-07 18:45:48 -04:00
|
|
|
|
2004-08-06 02:51:32 -04:00
|
|
|
- tail call optimization broken again
|
2004-08-07 18:45:48 -04:00
|
|
|
- rethink strhead/strtail&co
|
2004-08-06 02:51:32 -04:00
|
|
|
|
|
|
|
|
+ listener:
|
|
|
|
|
|
2004-08-10 00:58:52 -04:00
|
|
|
- backspace overzealous
|
2004-08-06 02:51:32 -04:00
|
|
|
- fedit broken with listener
|
2004-08-08 17:20:54 -04:00
|
|
|
- maple-like: press enter at old commands to evaluate there
|
2004-08-06 02:51:32 -04:00
|
|
|
|
2004-07-19 00:34:03 -04:00
|
|
|
+ native:
|
|
|
|
|
|
2004-08-12 17:36:36 -04:00
|
|
|
- SIGBUS handler
|
|
|
|
|
- handle division by zero
|
2004-08-11 01:30:44 -04:00
|
|
|
- broken pipe errors with httpd and telnetd in cfactor
|
|
|
|
|
- read#
|
2004-08-09 21:59:47 -04:00
|
|
|
- to_fixnum and friends: error on float
|
2004-07-31 14:58:16 -04:00
|
|
|
ERROR: I/O error: [ "primitive_read_line_fd_8" "Resource temporarily unavailable" ]
|
2004-08-05 15:18:31 -04:00
|
|
|
- errors: don't show .factor-rc
|
2004-07-18 22:14:36 -04:00
|
|
|
- parsing should be parsing
|
|
|
|
|
- describe-word
|
|
|
|
|
- contains ==> contains?
|
|
|
|
|
- telnetd: send errors on socket
|
|
|
|
|
- inspector: sort
|
2004-07-27 20:23:08 -04:00
|
|
|
- accept: return socket, instead of printing msg
|
2004-07-30 16:22:20 -04:00
|
|
|
- enforce bottom-up in native bootstrap
|
2004-07-16 02:26:21 -04:00
|
|
|
|
|
|
|
|
+ interactive:
|
|
|
|
|
|
|
|
|
|
- inspector links when describe called without object path
|
|
|
|
|
- 'cascading' styles
|
|
|
|
|
|
|
|
|
|
+ compiler:
|
|
|
|
|
|
|
|
|
|
- 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-12 02:13:43 -04:00
|
|
|
- telnetd: needs own history
|
2004-07-30 02:44:12 -04:00
|
|
|
- compiled stack traces broken
|
2004-07-16 02:26:21 -04:00
|
|
|
- namespace clone drops static var bindings
|
|
|
|
|
- ditch map
|
|
|
|
|
- ditch expand
|
|
|
|
|
- set-object-path
|
|
|
|
|
- more readable traces
|
|
|
|
|
|
|
|
|
|
+ httpd:
|
|
|
|
|
|
2004-08-10 23:48:08 -04:00
|
|
|
- multitasking
|
2004-07-16 02:26:21 -04:00
|
|
|
- httpd: don't flush so much
|
|
|
|
|
- log with date
|
|
|
|
|
- log user agent
|
|
|
|
|
- add a socket timeout
|
|
|
|
|
- if a directory is requested and URL does not end with /, redirect
|
|
|
|
|
- return more header fields, like Content-Length, Last-Modified, and so on
|
|
|
|
|
- HEAD request
|
|
|
|
|
- basic authentication, using httpdAuth function from a config file
|