> I don't know the details, but the ticket is here: > > http://dev.clojure.org/jira/browse/CLJ-31?page=com.atlassian.jira.plu... > > Perhaps better if the REPL caught exceptions in the manner that Clojure's > REPL does: > > https://github.com/clojure/clojure/blob/master/src/clj/clojure/main.c... > > David
Is there a best practice or workaround to refactor existing code that has recur inside try? I just ran into the same issue while running cake against clojure 1.3 ashee:~ amitava$ cake [deps] Fetching dependencies... [deps] Copying 61 files to /Users/amitava/.cake/build/lib [deps] Deleting directory /Users/amitava/.cake/lib [deps] Attempting to rename dir: build/lib to lib [clean] Deleting /Users/amitava/.cake/.cake/run/pom clojure.lang.Compiler$CompilerException: java.lang.UnsupportedOperationException: Cannot recur across try, compiling:(bake/find_namespaces.clj:57) Amitava -- 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 first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en