Skip to content

Commit 13d7bca

Browse files
committed
Feedback: update legacy ns metadata
1 parent 2555809 commit 13d7bca

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

src/byte_streams.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(ns
2-
^{:doc "DEPRECATED: moved to clj-commons.byte-streams"
3-
:deprecated "1.0.0"}
2+
^{:deprecated true
3+
:doc "DEPRECATED: moved to clj-commons.byte-streams"
4+
:no-doc true
5+
:superceded-by "clj-commons.byte-streams"}
46
byte-streams
57
(:refer-clojure :exclude [byte-array vector-of])
68
(:require

src/byte_streams/char_sequence.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(ns
2-
^{:doc "DEPRECATED: moved to clj-commons.byte-streams.char-sequence"
3-
:deprecated "1.0.0"}
2+
^{:deprecated true
3+
:doc "DEPRECATED: moved to clj-commons.byte-streams.char-sequence"
4+
:no-doc true
5+
:superceded-by "clj-commons.byte-streams.char-sequence"}
46
byte-streams.char-sequence
57
(:refer-clojure :exclude [flush])
68
(:import

src/byte_streams/graph.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(ns
2-
^{:doc "DEPRECATED: moved to clj-commons.byte-streams.graph"
3-
:deprecated "1.0.0"}
2+
^{:deprecated true
3+
:doc "DEPRECATED: moved to clj-commons.byte-streams.graph"
4+
:no-doc true
5+
:superceded-by "clj-commons.byte-streams.graph"}
46
byte-streams.graph
57
(:refer-clojure :exclude [type])
68
(:require

src/byte_streams/protocols.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(ns
2-
^{:doc "DEPRECATED: moved to clj-commons.byte-streams.protocols"
3-
:deprecated "1.0.0"}
2+
^{:deprecated true
3+
:doc "DEPRECATED: moved to clj-commons.byte-streams.protocols"
4+
:no-doc true
5+
:superceded-by "clj-commons.byte-streams.protocols"}
46
byte-streams.protocols
57
(:require
68
[byte-streams.utils :refer [defprotocol+]])

src/byte_streams/pushback_stream.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(ns
2-
^{:doc "DEPRECATED: moved to clj-commons.byte-streams.pushback-stream"
3-
:deprecated "1.0.0"}
2+
^{:deprecated true
3+
:doc "DEPRECATED: moved to clj-commons.byte-streams.pushback-stream"
4+
:no-doc true
5+
:superceded-by "clj-commons.byte-streams.pushback-stream"}
46
byte-streams.pushback-stream
57
(:refer-clojure :exclude [take])
68
(:require

src/byte_streams/utils.clj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(ns
2-
^{:doc "DEPRECATED: moved to clj-commons.byte-streams.utils"
3-
:deprecated "1.0.0"}
2+
^{:deprecated true
3+
:doc "DEPRECATED: moved to clj-commons.byte-streams.utils"
4+
:no-doc true
5+
:superceded-by "clj-commons.byte-streams.utils"}
46
byte-streams.utils)
57

68
(defmacro defprotocol+ [name & body]

0 commit comments

Comments
 (0)