[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: - type inference - handle odd base cases, with code after ifte - handle recursion with when, when* etc + compiler: - getenv/setenv: if literal arg, compile as a load/store - assembler opcodes dispatch on operand types - save code in image + oop: - make see work with generics - doc comments of generics + ffi: - is signed -vs- unsigned pointers an issue? - bitfields in C structs - SDL_Rect** type - struct membres that are not * - FFI float types + listener/plugin: - faster completion - sidekick: still parsing too much - errors don't always disappear - NPE in ErrorHighlight - maple-like: press enter at old commands to evaluate there - completion in the listener - special completion for USE:/IN: + kernel: - profiler is inaccurate: wrong word on cs - better i/o scheduler - remove sbufs - cat, reverse-cat primitives - first-class hashtables - rewrite accessors and mutators in Factor, with slot/set-slot primitive - add a socket timeout - do transfer-word in fixup - move dispatch getenv setenv to kernel-internals + misc: - stream server can hang because of exception handler limitations - each-with map-with - step: print NEXT word to execute, not word that JUST executed - perhaps /i should work with all numbers - unit test weirdness: 2 lines appears at end - jedit ==> jedit-word, jedit takes a file name - nicer way to combine two paths - ditch object paths - browser responder for word links in HTTPd; inspect responder for objects - worddef props - prettyprint: when unparse called due to recursion, write a link + httpd: - log with date - file responder; last-modified field