Welcome! Please see the About page for a little more info on how this works.

+2 votes
in IO by
closed by

Hello,

I have noticed what I guess is a mistake in clojure.java.io namespace. The do-copy method here https://github.com/clojure/clojure/blob/master/src/clj/clojure/java/io.clj#L388 shoud have a ^File type metadata instead of ^Writer.

closed with the note: Patch applied for 1.12.0-alpha2

1 Answer

+1 vote
by
selected by
 
Best answer

I think you're right, logged: https://clojure.atlassian.net/browse/CLJ-2724

...