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