factor/TODO.FACTOR.txt

81 lines
2.4 KiB
Plaintext
Raw Normal View History

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:
- type inference
2004-12-02 22:44:36 -05:00
- handle odd base cases, with code after ifte
- handle recursion with when, when* etc
2004-12-03 22:12:58 -05:00
- alien-call need special nodes
2004-10-27 23:13:00 -04:00
2004-12-02 22:44:36 -05:00
+ linearizer/generator:
2004-10-27 21:21:31 -04:00
2004-12-02 22:44:36 -05:00
- peephole optimizer
- tail call optimization
- getenv/setenv: if literal arg, compile as a load/store
- compiler: drop literal peephole optimization
2004-12-02 22:44:36 -05:00
+ compiler frontend:
- assembler opcodes dispatch on operand types
- save code in image
- compile word twice; no more 'cannot compile' error!
+ ffi:
2004-09-19 17:39:28 -04:00
- is signed -vs- unsigned pointers an issue?
- 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-07 23:21:32 -05:00
- unterminated ; -- NPE
- no USE:'s wrong place
2004-11-29 23:14:12 -05:00
- errors don't always disappear
- console: wrong history
2004-11-24 21:45:30 -05:00
- listener: if too many things popped off the stack, complain
- NPE in ErrorHighlight
2004-09-01 21:04:16 -04:00
- some way to not have previous definitions from a source file
clutter the namespace
2004-08-22 16:04:55 -04:00
- maple-like: press enter at old commands to evaluate there
- 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-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
- remove sbufs
- cat, reverse-cat primitives
- first-class hashtables
- rewrite accessors and mutators in Factor, with slot/set-slot primitive
- replace -export-dynamic with sundry-xt
- add a socket timeout
2004-07-16 02:26:21 -04:00
+ misc:
2004-12-02 22:44:36 -05:00
- some way to step over a word in the stepper
- 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
- command line parsing cleanup
- nicer way to combine two paths
2004-11-28 21:56:58 -05:00
- finish OOP
- 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
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