Skip to content

Commit

Permalink
Lock to data.xml timestamped snapshot, update todos.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 14, 2012
1 parent c0f36a6 commit 4cce496
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 4 additions & 1 deletion todo.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cce496

Please sign in to comment.