Skip to content

Commit 2f34bc2

Browse files
committed
mark 0.2.3-alpha1
1 parent 7a17a4f commit 2f34bc2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject byte-streams "0.2.2"
1+
(defproject byte-streams "0.2.3-alpha1"
22
:description "A simple way to handle the menagerie of Java byte represenations."
33
:license {:name "MIT License"
44
:url "http://opensource.org/licenses/MIT"}

test/byte_streams_test.clj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
(map (partial map eval')))]
3939
(doseq [[src dst] pairwise-conversions]
4040

41-
(prn 'conversion src dst)
42-
4341
(is (= text
4442
(-> text
4543
(convert src)
@@ -63,8 +61,6 @@
6361
(map (partial map eval')))]
6462
(doseq [[src dst] pairwise-conversions]
6563

66-
(prn 'no-string-conversion src dst)
67-
6864
(is (= (seq ary)
6965
(-> ary
7066
(convert src)
@@ -92,8 +88,6 @@
9288
possible-conversions
9389
(map eval'))]
9490

95-
(prn 'transfer dst)
96-
9791
(let [file (temp-file)
9892
file' (temp-file)]
9993
(transfer (convert text dst) dev-null)

0 commit comments

Comments
 (0)