TODO updates.

This commit is contained in:
Phil Hagelberg 2011-05-03 20:02:19 -07:00
parent 1c85981dd3
commit 1938e64f49
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,8 @@
"Loads the project namespaces as well as all its dependencies and then calls
ns/f, passing it the args."
([project ns & args]
;; TODO: support ns/fn for clojure.main/main
;; TODO: better explanation for nses that don't contain a -main defn
(eval-in-project project `((ns-resolve '~(symbol ns) '~'-main) ~@args)
nil nil `(require '~(symbol ns)))))

View file

@ -41,6 +41,13 @@ See also https://github.com/technomancy/leiningen/issues
- new push task based on clj-ssh
lein-clojars task doesn't support DSA keys
- merge lucene-based lein-search plugin
* For 1.6
- Merge lein-search
- Merge lein-retest
- Merge native-deps
- Add leiningen.util.inject namespace
- Trampoline functionality
http://groups.google.com/group/leiningen/browse_thread/thread/a07a7f10edb77c9b
* For 1.5.1
** TODO
- [x] Move ns docstrings to :help-summary to allow AOT given CLJ-130.