diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index eb3ca91b..daf626a4 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -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 diff --git a/project.clj b/project.clj index ebe027e6..9ae47cb3 100644 --- a/project.clj +++ b/project.clj @@ -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) diff --git a/todo.org b/todo.org index 6831d14d..217290f4 100644 --- a/todo.org +++ b/todo.org @@ -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