Update todos.

This commit is contained in:
Phil Hagelberg 2009-11-24 22:24:49 -08:00
parent 39f6ab8be1
commit cee9dcc0ee
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@
(def tasks (filter #(re-find #"^leiningen\.(?!core)" (name %))
(find-namespaces-on-classpath)))
;; Clojure ticket #130 fixes bug of AOT'd namespaces losing docstrings
;; affected by clojure ticket #130: bug of AOT'd namespaces losing metadata
(defn help-for [task]
(let [task-ns (symbol (str "leiningen." task))
_ (require task-ns)

View file

@ -8,7 +8,7 @@ Leiningen TODOs
* For 1.0
** TODO Remove install task dependency on having Maven installed :Phil:
** TODO Use -Xbootclasspath where possible
** TODO Don't write manifest, pom, etc. to disk when jarring :Dan:
** DONE Don't write manifest, pom, etc. to disk when jarring :Dan:
** TODO Don't put uberjar in ~/.m2
** TODO Perform compilation in either a subprocess or with a separate classloader
** TODO Allow test task to take namespaces as an argument
@ -17,6 +17,8 @@ Leiningen TODOs
** TODO doc generation
** TODO user config file for activating plugins across all projects
** TODO write shell wrappers
** TODO advise existing tasks from plugins
* Low Priority
** TODO Slim jar task
** TODO Remove duplication between deps.clj and pom.clj
** TODO Resources directory added to classpath? (for properties, etc)