Re: seq fns promoted to clojure.core!

2010-04-28 Thread Phil Hagelberg
On Wed, Apr 28, 2010 at 4:50 PM, Stuart Halloway wrote: > One option is to configure lein to use a specific timestamp instead of > snapshot. Then you can back off the edge a little. Yeah, using Clojure version "1.2.0-master-20100426.160114-46" would allow you to hold off on bringing in the change

Re: seq fns promoted to clojure.core!

2010-04-28 Thread Stuart Halloway
One option is to configure lein to use a specific timestamp instead of snapshot. Then you can back off the edge a little. Stu Unfortunately, group-by is a commonly used function name, used in both Incanter and swank-clojure. I've renamed Incanter's group-by to group- on, but the naming confli

Re: seq fns promoted to clojure.core!

2010-04-28 Thread Phil Hagelberg
On Wed, Apr 28, 2010 at 4:43 PM, liebke wrote: > Unfortunately, group-by is a commonly used function name, used in both > Incanter and swank-clojure. I've renamed Incanter's group-by to group- > on, but the naming conflict of clojure.core/group-by and swank- > clojure.util/group-by is preventing s

Re: seq fns promoted to clojure.core!

2010-04-28 Thread liebke
Unfortunately, group-by is a commonly used function name, used in both Incanter and swank-clojure. I've renamed Incanter's group-by to group- on, but the naming conflict of clojure.core/group-by and swank- clojure.util/group-by is preventing swank from starting up using either lein swank or the swa