2004-09-19 17:39:28 -04:00
FFI:
- is signed -vs- unsigned pointers an issue?
2004-09-30 21:49:49 -04:00
- BIN: 2: bad
2004-09-28 00:24:36 -04:00
- symbols are not primitives
2004-09-30 21:49:49 -04:00
- compiled? messy
- compiler: drop literal peephole optimization
- compiler: type-of { ... } call
type-of { ... } execute
arithmetic-type { ... } call
arithmetic-type { ... } execute
- ditch ds/cs envs, just use dlsym instead
- getenv/setenv: if literal arg, compile as a load/store
- inline words
- raise an error when compiling something we can't
call, datastack/callstack, set-datastack/callstack,
execute
2004-09-28 00:24:36 -04:00
2004-09-14 23:23:05 -04:00
[error] SideKick$BufferChangeHandler: We have cplusplus.xml (/home/slava/jEdit/modes/) but got event for DefaultInputHandler.java (/home/slava/jEdit/org/gjt/sp/jedit/gui/)
[error] SideKick$BufferChangeHandler: We have cplusplus.xml (/home/slava/jEdit/modes/) but got event for DefaultInputHandler.java (/home/slava/jEdit/org/gjt/sp/jedit/gui/)
2004-09-26 20:16:02 -04:00
[error] AWT-EventQueue-0: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 98
[error] AWT-EventQueue-0: at org.gjt.sp.jedit.Buffer.getLineOfOffset(Buffer.java:882)
[error] AWT-EventQueue-0: at errorlist.DefaultErrorSource$DefaultError.getLineNumber(Unknown Source)
[error] AWT-EventQueue-0: at errorlist.DefaultErrorSource.getLineErrors(Unknown Source)
[error] AWT-EventQueue-0: at errorlist.ErrorOverview.paintComponent(Unknown Source)
[error] EditBus: Exception while sending message on EditBus:
[error] EditBus: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 98
[error] EditBus: at org.gjt.sp.jedit.Buffer.getLineOfOffset(Buffer.java:882)
[error] EditBus: at errorlist.DefaultErrorSource$DefaultError.getLineNumber(Unknown Source)
[error] EditBus: at errorlist.ErrorList$ErrorCellRenderer.getTreeCellRendererComponent(Unknown Source)
[error] EditBus: at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2751)
[error] EditBus: Exception while sending message on EditBus:
[error] EditBus: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 98
[error] EditBus: at org.gjt.sp.jedit.Buffer.getLineOfOffset(Buffer.java:882)
[error] EditBus: at errorlist.DefaultErrorSource$DefaultError.getLineNumber(Unknown Source)
[error] EditBus: at errorlist.ErrorList$ErrorCellRenderer.getTreeCellRendererComponent(Unknown Source)
[error] EditBus: at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2751)
[error] EditBus: at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:475)
2004-09-24 23:22:44 -04:00
- perhaps /i should work with all numbers
2004-09-20 21:02:48 -04:00
- profiler is inaccurate: wrong word on cs
2004-09-18 22:29:29 -04:00
- buffer change handler in sidekick is screwed
2004-09-14 23:23:05 -04:00
- dec> bin> oct> hex> throw errors
- parse-number doesn't
- eval with multilien strings and #!
2004-09-02 16:40:34 -04:00
- quit responder breaks with multithreading
- nicer way to combine two paths
2004-09-01 21:04:16 -04:00
- don't show listener on certain commands
- plugin should not exit jEdit on fatal errors
- wordpreview: don't show for string literals and comments
2004-08-29 01:04:42 -04:00
- alist -vs- assoc terminology
2004-09-06 22:39:12 -04:00
- file responder: don't show full path in title
2004-09-01 21:04:16 -04:00
- clean up listener's action popups
- jedit ==> jedit-word, jedit takes a file name
2004-09-22 23:42:45 -04:00
- add a socket timeout
- fix error postoning -- not all errors thrown by i/o code are
postponed
- some way to run httpd from command line
2004-08-27 02:09:24 -04:00
2004-08-25 02:00:52 -04:00
+ bignums:
- move some s48_ functions into bignum.c
- remove unused functions
2004-08-25 20:51:19 -04:00
2004-08-24 15:11:10 -04:00
- >lower, >upper for strings
- accept multi-line input in listener
2004-08-17 23:09:16 -04:00
+ docs:
2004-09-14 23:23:05 -04:00
- explain how log uses >polar and rect>
- when* unless*
- simple i/o section
2004-08-24 15:11:10 -04:00
- unparse examples, and difference from prettyprint
2004-08-16 23:52:52 -04:00
- review doc formatting with latex2html
2004-08-24 15:11:10 -04:00
- recursion -vs- iteration in vectors chapter, and combinator
construction
2004-09-04 22:29:07 -04:00
- [, , ,] -- mention that , are usually in nested words
2004-08-24 15:11:10 -04:00
- finish namespaces docs
- mention word accessors/mutators
- to document:
continuations
streams
multitasking
unit testing
2004-08-22 17:28:31 -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
2004-08-26 23:11:46 -04:00
- investigate mandel.factor
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-09-04 03:06:53 -04:00
- 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
- use inferior.factor for everything not just listener
2004-08-22 16:04:55 -04:00
- fedit broken with listener
- maple-like: press enter at old commands to evaluate there
2004-08-22 01:46:26 -04:00
- input style after clicking link
2004-08-17 23:09:16 -04:00
- listener backspace overzealous
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-21 02:55:37 -04:00
- better i/o scheduler
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-29 23:30:54 -04:00
- don't rehash strings on every startup
2004-08-22 01:46:26 -04:00
- 'cascading' styles
2004-07-16 02:26:21 -04:00
- ditch expand
- set-object-path
+ httpd:
2004-08-22 16:04:55 -04:00
- wiki responder:
- port to native
- text styles
2004-07-16 02:26:21 -04:00
- log with date
2004-09-01 21:04:16 -04:00
basic authentication, using httpdAuth function from a config file
- file responder; last-modified field