Yeah, but this still *should* be doable. Not necessarily directly, but doable.
On Jan 22, 2:38 pm, James Reeves <[email protected]> wrote: > Doesn't Lein currently rely on Maven for dependency management? > > - James > > On Jan 22, 6:53 pm, Sean Devlin <[email protected]> wrote: > > > Okay, we've all seen this thread: > > >http://groups.google.com/group/clojure/browse_thread/thread/182f171af... > > > It just hit me that we're all going about this the wrong way. Our > > libraries shouldn't specify specific versions. Each dependency should > > be a Clojure predicate. Then, the lein deps could combine the > > predicates apply a filter operation. Pick the "greatest" version in > > the sequence. If the resulting seq is empty, throw an error. > > > Leave past methods behind. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
