Re: Questions about using error-kit

2012-09-30 Thread Thomas Hicks
Thanks Luc and Mayank. I will chuck the monolithic contrib lib and check out Slingshot as an error-kit replacement. -t On Sunday, September 30, 2012 1:52:08 PM UTC-7, Luc wrote: > > Contrib has been separated into separate libs since 1.3 > > http://dev.clojure.org/display/design/Where+Did+Cl

Re: Questions about using error-kit

2012-09-30 Thread Softaddicts
Contrib has been separated into separate libs since 1.3 http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go Suggests to use slingshot. The are 1.3 compliant monolithic contrib versions out there but it's better to move to the new implementations. Luc P. > I'm trying to learn s

Re: Questions about using error-kit

2012-09-30 Thread Mayank Jain
As far as I know contrib is deprecated[1]. Perhaps others can shed more light on your problem. [1] : dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go Sent from phone. Please excuse brevity. On Oct 1, 2012 2:04 AM, "Thomas Hicks" wrote: > I'm trying to learn something about error-kit

Questions about using error-kit

2012-09-30 Thread Thomas Hicks
I'm trying to learn something about error-kit and encountering some unexpected responses, as follows: Clojure 1.3.0 user=> (use 'clojure.contrib.error-kit) Warning: *handler-stack* not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicat