TODO updates.

This commit is contained in:
Phil Hagelberg 2010-03-11 21:22:42 -08:00
parent ca975f95d8
commit e9862ce66c

View file

@ -19,13 +19,15 @@ Leiningen TODOs
* For 1.1.0 * For 1.1.0
** DONE upgrade task (patch submitted) ** DONE upgrade task (patch submitted)
** DONE doc generation (autodoc plugin) ** DONE doc generation (autodoc plugin)
* Later * For 1.2.0
** TODO specify min. lein version in project.clj ** TODO specify min. lein version in project.clj
** TODO user config file for activating plugins across all projects ** TODO set arbitrary jar metadata
** TODO write shell wrappers
** TODO move repl task from shell script to clojure code ** TODO move repl task from shell script to clojure code
** TODO advise existing tasks from plugins ** TODO advise existing tasks from plugins
** TODO allow *warn-on-reflection* to be turned on in project.clj ** TODO allow *warn-on-reflection* to be turned on in project.clj
* For later
** TODO write shell wrappers
** TODO user config file for activating plugins across all projects
** Plugin Ideas: ** Plugin Ideas:
*** Code statistics (LOC, doc coverage, etc) *** Code statistics (LOC, doc coverage, etc)
*** Graph output for dependencies between namespaces *** Graph output for dependencies between namespaces