Re: how 'bout a debug-repl?

2009-12-08 Thread Mike Douglas
Very cool. Any chance we'd see this get merged into 'new'? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your firs

Re: :pre and :post throwing Exception - is this a smell?

2009-12-23 Thread Mike Douglas
Hi, I've written a related patch that makes three changes: 1. assert now raises AssertionError, instead of Exception. 2. assert is now overloaded with a second parameter that replaces "Assert failed" in the original message. 3. the (pre- or post-) condition that raised the exception, along with t