[rkward-cvs] SF.net SVN: rkward: [1761] trunk/rkward/TODO
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Mar 29 22:36:25 UTC 2007
Revision: 1761
http://svn.sourceforge.net/rkward/?rev=1761&view=rev
Author: tfry
Date: 2007-03-29 15:36:25 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
More TODO
Modified Paths:
--------------
trunk/rkward/TODO
Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO 2007-03-29 19:32:01 UTC (rev 1760)
+++ trunk/rkward/TODO 2007-03-29 22:36:25 UTC (rev 1761)
@@ -10,6 +10,8 @@
- A way to define dependencies between pluginmaps
- Put the embeddable plugins a .pluginmap that is required by most others
- Find a solution for error handling in plugins
+ - Do not use a sink in plugins. Rather, all printing code should print to the output file. Everything else will be added below the output.
+ - Separate plugin output by an <hr> or something (*after* a plugin has run, and *only if* it has produced some sort of output (or warnings/errors))
Advertizing:
- start being a bit bolder about RKWard (descriptions, startup notification, etc.)
@@ -157,6 +159,8 @@
- .rk.get.available.packages ()
- use external (file) storage for cache to save mem
- can the mutex be made non-recursive? I think so, but don't recall
+ - RKComponentProperties:
+ - the whole idea about modifiers is flawed. Instead, a new property should be created, if, and only if the modifier is ever requested. Now, how to make sure this property always has the correct value?
General code:
- use constBegin (), constEnd ()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list