Skip to content

Commit

Permalink
deprecate seq-utils. use clojure.core or c.c.seq
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Bedra and Stuart Halloway committed Jul 23, 2010
1 parent 2a2879f commit b485ffc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/clojure/clojure/contrib/seq_utils.clj
Expand Up @@ -14,16 +14,20 @@

;; Change Log
;;
;; DEPRECATED in 1.2. Some functions promoted to clojure.core and some
;; moved to c.c.seq
;;
;; January 10, 2009 (Stuart Sierra):
;;
;; * BREAKING CHANGE: "includes?" now takes collection as first
;; argument. This is more consistent with Clojure collection
;; functions; see discussion at http://groups.google.com/group/clojure/browse_thread/thread/8b2c8dc96b39ddd7/a8866d34b601ff43

;;

(ns
^{:author "Stuart Sierra (and others)",
:doc "Sequence utilities for Clojure"}
:deprecated "1.2"
:doc "Sequence utilities for Clojure"}
clojure.contrib.seq-utils
(:import (java.util.concurrent LinkedBlockingQueue TimeUnit)
(java.lang.ref WeakReference))
Expand Down

0 comments on commit b485ffc

Please sign in to comment.