2004-12-02 22:44:36 -05:00
|
|
|
[error] AWT-EventQueue-0: java.lang.NullPointerException
|
|
|
|
|
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.Buffer.markTokens(Buffer.java:2109)
|
|
|
|
|
[error] AWT-EventQueue-0: at factor.jedit.WordPreview.getWordAtCaret(WordPreview.java:95)
|
|
|
|
|
[error] AWT-EventQueue-0: at factor.jedit.WordPreview.showPreview(WordPreview.java:137)
|
|
|
|
|
[error] AWT-EventQueue-0: at factor.jedit.WordPreview.actionPerformed(WordPreview.java:79)
|
|
|
|
|
[error] AWT-EventQueue-0: at javax.swing.Timer.fireActionPerformed(Timer.java:271)
|
|
|
|
|
|
|
|
|
|
+ inference/dataflow:
|
|
|
|
|
|
2004-11-11 16:45:55 -05:00
|
|
|
- type inference
|
2004-12-02 22:44:36 -05:00
|
|
|
- handle odd base cases, with code after ifte
|
2004-10-27 23:13:00 -04:00
|
|
|
|
2004-12-19 19:36:10 -05:00
|
|
|
+ compiler:
|
2004-10-27 21:21:31 -04:00
|
|
|
|
2004-12-24 02:52:02 -05:00
|
|
|
- slot compilation
|
|
|
|
|
- optimize away dispatch
|
2004-11-11 16:45:55 -05:00
|
|
|
- getenv/setenv: if literal arg, compile as a load/store
|
2004-12-02 22:44:36 -05:00
|
|
|
- assembler opcodes dispatch on operand types
|
|
|
|
|
|
2004-12-13 19:16:33 -05:00
|
|
|
+ oop:
|
|
|
|
|
|
2004-12-18 19:06:10 -05:00
|
|
|
- make see work with generics
|
|
|
|
|
- doc comments of generics
|
2004-12-24 02:52:02 -05:00
|
|
|
- redo traits with generic method map
|
2004-12-13 19:16:33 -05:00
|
|
|
|
2004-12-02 22:44:36 -05:00
|
|
|
+ ffi:
|
|
|
|
|
|
2004-12-25 18:08:20 -05:00
|
|
|
- figure out how to load an image referring to missing libraries
|
2004-09-19 17:39:28 -04:00
|
|
|
- is signed -vs- unsigned pointers an issue?
|
2004-10-13 23:06:40 -04:00
|
|
|
- bitfields in C structs
|
|
|
|
|
- SDL_Rect** type
|
|
|
|
|
- struct membres that are not *
|
2004-11-11 21:00:28 -05:00
|
|
|
- FFI float types
|
2004-08-22 17:28:31 -04:00
|
|
|
|
2004-08-13 18:43:03 -04:00
|
|
|
+ listener/plugin:
|
2004-08-06 02:51:32 -04:00
|
|
|
|
2004-12-18 23:35:20 -05:00
|
|
|
- faster completion
|
2004-12-12 23:49:44 -05:00
|
|
|
- sidekick: still parsing too much
|
2004-11-29 23:14:12 -05:00
|
|
|
- errors don't always disappear
|
2004-09-04 03:06:53 -04:00
|
|
|
- NPE in ErrorHighlight
|
2004-08-22 16:04:55 -04:00
|
|
|
- maple-like: press enter at old commands to evaluate there
|
2004-08-16 23:52:52 -04:00
|
|
|
- completion in the listener
|
|
|
|
|
- special completion for USE:/IN:
|
2004-08-06 02:51:32 -04:00
|
|
|
|
2004-10-27 21:21:31 -04:00
|
|
|
+ kernel:
|
2004-07-19 00:34:03 -04:00
|
|
|
|
2004-12-25 18:08:20 -05:00
|
|
|
- do partial objects cause problems?
|
2004-10-27 21:21:31 -04:00
|
|
|
- profiler is inaccurate: wrong word on cs
|
2004-08-21 02:55:37 -04:00
|
|
|
- better i/o scheduler
|
2004-11-11 16:45:55 -05:00
|
|
|
- remove sbufs
|
|
|
|
|
- cat, reverse-cat primitives
|
|
|
|
|
- first-class hashtables
|
|
|
|
|
- add a socket timeout
|
2004-12-18 19:06:10 -05:00
|
|
|
- do transfer-word in fixup
|
2004-07-16 02:26:21 -04:00
|
|
|
|
|
|
|
|
+ misc:
|
|
|
|
|
|
2004-12-22 22:16:46 -05:00
|
|
|
- stream server can hang because of exception handler limitations
|
2004-12-18 19:06:10 -05:00
|
|
|
- each-with map-with
|
2004-12-02 22:44:36 -05:00
|
|
|
- step: print NEXT word to execute, not word that JUST executed
|
|
|
|
|
- perhaps /i should work with all numbers
|
2004-11-26 22:23:57 -05:00
|
|
|
- unit test weirdness: 2 lines appears at end
|
2004-10-27 21:21:31 -04:00
|
|
|
- jedit ==> jedit-word, jedit takes a file name
|
|
|
|
|
- nicer way to combine two paths
|
2004-11-11 16:45:55 -05:00
|
|
|
- ditch object paths
|
2004-12-24 02:52:02 -05:00
|
|
|
- browser responder for word links in HTTPd
|
2004-11-11 16:45:55 -05:00
|
|
|
- worddef props
|
|
|
|
|
- prettyprint: when unparse called due to recursion, write a link
|
2004-07-16 02:26:21 -04:00
|
|
|
|
|
|
|
|
+ httpd:
|
|
|
|
|
|
|
|
|
|
- log with date
|
2004-09-01 21:04:16 -04:00
|
|
|
- file responder; last-modified field
|