[clojure-contrib commit] r930 - condition: add 'based on a idea from Chouser' and reference to the discussion

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 10, 2009, 10:13:09 AM6/10/09
to clojure...@googlegroups.com
Author: scgilardi
Date: Wed Jun 10 07:12:12 2009
New Revision: 930

Modified:
trunk/src/clojure/contrib/condition.clj

Log:
condition: add 'based on a idea from Chouser' and reference to the
discussion

Modified: trunk/src/clojure/contrib/condition.clj
==============================================================================
--- trunk/src/clojure/contrib/condition.clj (original)
+++ trunk/src/clojure/contrib/condition.clj Wed Jun 10 07:12:12 2009
@@ -16,6 +16,9 @@
;;
;; Note: requires AOT compilation.
;;
+;; Based on an idea from Chouser:
+;;
http://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5
+;;
;; scgilardi (gmail)
;; Created 09 June 2009

@@ -26,7 +29,10 @@
- keys and values specified as arguments to raise, and
- a stack trace at key :stack-trace.

-Note: requires AOT compilation."}
+Note: requires AOT compilation.
+
+Based on an idea from Chouser:
+http://groups.google.com/group/clojure/browse_frm/thread/da1285c538f22bb5"}
clojure.contrib.condition
(:require clojure.contrib.condition.Condition)
(:import clojure.contrib.condition.Condition))

Reply all
Reply to author
Forward
0 new messages