One thing I would like to see is something like the tiddle-wakka in Ruby
Gemfiles,  ie,

gem 'foo',  '~> 1.2.3'

would match 1.2.x where x > 3, and so on for the most precise specified
version number (major, minor, patch)

It's super effective.
On Jun 18, 2012 8:32 PM, "Phil Hagelberg" <p...@hagelb.org> wrote:

> On Mon, Jun 18, 2012 at 5:20 PM, Murtaza Husain
> <murtaza.hus...@sevenolives.com> wrote:
> > Does leiningen support wildcards in dependencies version numbers ? I
> would
> > usually like to use the latest version for some library, and it would be
> > nice if I can indicate it by using a wildcard, so tat I dont need to keep
> > checking if a new version has been released.
>
> You can do this, but it's not a good idea:
> https://github.com/technomancy/leiningen/wiki/Repeatability
>
> -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

-- 
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