diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-19 00:25:12 +0200 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-19 00:25:12 +0200 |
| commit | e2fd1f2e101486859899049147df7993c8042df7 (patch) | |
| tree | 8607371fba184e2dfe8761eabc46f7d9c7b41c93 /TODO | |
| parent | b6e7a354ed1ab53aebdb775a800156629744a065 (diff) | |
| download | nbb-e2fd1f2e101486859899049147df7993c8042df7.tar.gz nbb-e2fd1f2e101486859899049147df7993c8042df7.tar.xz nbb-e2fd1f2e101486859899049147df7993c8042df7.zip | |
Ensure cmp/mv/rm rules are correct and silent
Make sure the "if cmp ... mv .. rm" in make rules are
correct and useful, and the cmp is silent.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 44 |
1 files changed, 24 insertions, 20 deletions
@@ -3,6 +3,10 @@ Release Plans: ======================================================================== +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. @@ -11,43 +15,43 @@ nbb-0.1 (done) nbb-0.2 * Make sure the "if cmp ... mv .. rm" in make rules are correct and useful, and the cmp is silent. - * Useful logging infrastructure, and --debug etc user interface. - * Store config in ${srcdir}/.nbb.conf instead of 'git config'. + - 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: + - 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, python setuptools ... - * 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. - * 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. - * 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, ideally autogenerated - * Docs: - * Write docs: README, NEWS, HACKING. - * 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 "nbb make" depend on configure etc. - * Test sh command like run command. + - Make automake's "nbb make" depend on configure etc. + - Test sh command like run command. nbb-1.0 - * Make public release. + - Make public release. ======================================================================== |
