On Mar 28, 10:24 pm, Andy Fingerhut <andy.finger...@gmail.com> wrote:
> And I should have known about this before, but had not used it.  It adds to 
> Leiningen the capability to search, and I'm not sure, but perhaps also add 
> dependencies that were found:
>
> https://github.com/Licenser/lein-search

This will be rolled into a future version of Leiningen with a proper
lucene-based search instead of the regex+spidering approach. The part
that modifies project.clj to insert new dependencies will probably not
be merged because 0) abritrary code may be embedded in project.clj, so
the :dependencies list is not necessarily a data structure you can
just splice however you feel like and 1) it's basic text editing;
asking Leiningen to do it for you is hardly more convenient than doing
it yourself. It could be done in a 3rd-party plugin with caveats that
it will not always work correctly though.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to