Lock to data.xml timestamped snapshot, update todos.

This commit is contained in:
Phil Hagelberg 2012-02-13 21:02:18 -08:00
parent c0f36a6abd
commit 4cce496b36
3 changed files with 7 additions and 2 deletions

View file

@ -44,6 +44,8 @@ launching the JVM, so `(System/getProperty "user.dir")` should be the
project root. The current directory of the JVM cannot be changed once
launched.
TODO: mention accepting :keyword args for certain things
The `lein help` task uses docstrings. A namespace-level docstring will
be used as the short summary if present; if not then it will take the
first line of your function's docstring. Try to keep the summary under

View file

@ -11,7 +11,7 @@
[useful "0.7.6-alpha1"]
[lein-newnew "0.2.2"]
[reply "0.1.0-alpha1"]
[org.clojars.ninjudd/data.xml "0.0.1-SNAPSHOT"]]
[org.clojars.ninjudd/data.xml "0.0.1-20110809.143608-1"]]
:test-selectors {:default (complement :busted)}
:eval-in-leiningen true)

View file

@ -22,11 +22,14 @@ See also https://github.com/technomancy/leiningen/issues
- [X] Trampoline
- [X] Allow hooks to provide activate fn to avoid load-time side-effects
- [X] Hook up reply to nrepl for new repl task
- [X] Look for aliases in project.clj
- [X] Get off snapshots (data.xml, reply)
- [ ] Pass user-level repository auth settings on to pomegranate.
- [ ] Use ordered map for :dependencies and :repositories?
- [ ] Honor hooks declared in plugin jar metadata?
- [ ] Get off snapshots (data.xml, reply)
** Other stuff (post-preview)
- [ ] Offline mode
- [ ] Project-level profiles (nrepl dep comes from repl profile, etc)
- [ ] Investigate issues with :eval-in :classloader and bootclasspath
- [ ] Address chaining issues in with-profile
- [ ] Use pomegranate to dynamically resolve missing "lein new" templates