Re: You should fix this before next release!

2011-04-15 Thread Stuart Sierra
On Apr 15, 9:53 am, "Hugo Duncan" wrote: > Is there a policy as regards whether the new per-library repos will run   > against clojure 1.2? New contrib libraries should work with any version of Clojure that has the necessary features (such as protocols). > Are all contrib libs going to move to n

Re: You should fix this before next release!

2011-04-15 Thread ataggart
Note that the master branch no longer infers dynamic from the earmuffs, though a warning will still be emitted: https://github.com/clojure/clojure/commit/dd49d07b75c619075156d1b38bae9a364ffb63b1 On Apr 14, 9:36 pm, Armando Blancas wrote: > Could "before next release" be changed to something lik

Re: You should fix this before next release!

2011-04-15 Thread Armando Blancas
> New development is happening in new, per-library > repositories athttp://github.com/clojure BTW, last night I noticed that this file hasn't been updated for 1.3: https://github.com/clojure/clojure-contrib/blob/master/modules/repl-utils/src/main/clojure/clojure/contrib/repl_utils/javadoc.clj bu

Re: You should fix this before next release!

2011-04-15 Thread Armando Blancas
I'm using: org.clojure.contrib repl-utils 1.3.0-SNAPSHOT ... clojure-snapshots http://build.clojure.org/snapshots ... My user.clj has: (use '[clojure.contrib.repl-utils :only (show run run*)]) And I launch the repl with: java -cp "C:\Documents and

Re: You should fix this before next release!

2011-04-15 Thread Hugo Duncan
On Fri, 15 Apr 2011 09:28:39 -0400, Stuart Sierra wrote: If you're referring to clojure-contrib in its current, monolithic form, it is all deprecated. New development is happening in new, per-library repositories at http://github.com/clojure A couple of questions to help consider how/whe

Re: You should fix this before next release!

2011-04-15 Thread Stuart Sierra
If you're referring to clojure-contrib in its current, monolithic form, it is all deprecated. New development is happening in new, per-library repositories at http://github.com/clojure -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups "Clo