summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO75
1 files changed, 45 insertions, 30 deletions
diff --git a/TODO b/TODO
index dd544bc..82b56df 100644
--- a/TODO
+++ b/TODO
@@ -2,56 +2,70 @@
Release Plans:
========================================================================
-nbb-0.1
+
+Items starting with "*" have been finished, while those marked with "-"
+still need to be done.
+
+
+nbb-0.1 (done)
* Start new git repo (get rid of ndim-git-utils history).
* Clean up git tags.
-nbb-0.5
- * Write docs: man page equivalent, README, NEWS, HACKING.
-nbb-1.0
- * Make public release.
+nbb-0.2
+ * Make sure the "if cmp ... mv .. rm" in make rules are correct and useful,
+ and the cmp is silent.
+ * Make automake's "nbb make" depend on configure etc.
+ * Switch to release tags including the package name
-========================================================================
-TODO (some time):
-========================================================================
- * Separate generic plugin/command/etc. stuff and nbb specific
- code into separate modules.
- * Switch plugins.Foo.validate() functions to different protocol:
+nbb-0.3
+ - License review. Every source file needs a license. Trace back origin
+ of all code.
+ - Useful logging infrastructure, and --debug etc user interface.
+ - Store config in ${srcdir}/.nbb.conf instead of 'git config'.
+ More portable. bzr does not have a config interface, for example.
+
+
+nbb-0.9 or earlier
+ - Switch plugins.Foo.validate() functions to different protocol:
Either return or raise an exception.
- * Use different exceptions for plugins signalling detection failure
+ - Use different exceptions for plugins signalling detection failure
to detect() and detect() to signal "no matching plugin detected"
to detect()'s caller.
- * BS support: cmake, scons, ...
- * VCS support: SVN, darcs, hg, ...
- * Out-of-source builds for systems which require in-source-tree builds:
+ - BS support: cmake, scons, python setuptools ...
+ - VCS support: SVN, darcs, hg, ...
+ - Out-of-source builds for systems which require in-source-tree builds:
"cp -rl foo.src foo.build"?
- * General removal of redundancy in Python code.
- * Useful logging infrastructure, and --debug etc user interface.
- * Make sure the "if cmp ... mv .. rm" in make rules are correct and useful.
- * More declarative syntax elements in the Python code.
- * Use declarations for command line parsing, and help text generation.
+ - General removal of redundancy in Python code.
+ - More declarative syntax elements in the Python code.
+ - Use declarations for command line parsing, and help text generation.
Use optparse stuff for both global params and extra optparse stuff
for each command?
- * Add global --nick or similar option to determine the branch
+ - Add global --nick or similar option to determine the branch
name to use for composing the pathes.
- * Store config in ${srcdir}/.nbb.conf instead of 'git config'?
- More portable. bzr does not have a config interface, for example.
- * Model different "stages" of e.g. automake builds as distinct objects,
+ - Model different "stages" of e.g. automake builds as distinct objects,
including proper dependency detectors, and stuff? OK, we're not going
to duplicate scons here.
- * Bash syntax completion
- * Man page or something similar. Generate from help texts?
- * Command aliases:
+ - Bash syntax completion, ideally autogenerated
+ - Docs:
+ - Write docs: README, NEWS, HACKING.
+ - Man page or something similar. Generate from help texts?
+ - Command aliases:
make -> build (for automake, or similar mapping)
- * Make automake's make depend on configure etc.
- * Test sh command like run command.
+ - Test sh command like run command.
+
+
+nbb-1.0
+ - Make public release.
+
========================================================================
-DONE:
+DONE (some time in the past)
========================================================================
+ * Separate generic plugin/command/etc. stuff and nbb specific
+ code into separate modules.
* Implement sh and run commands.
* supports execution of user commands in source, build, install dirs
* Do not move command objects to plugin detection framework (bad idea!)
@@ -80,6 +94,7 @@ DONE:
gained with git-amb, especially the command interdependencies.
(Nothing to do! :)
+
========================================================================
End of TODO file.
========================================================================