[CONTRIB-83] clojure.contrib.shell broken with clojure commit 37d8f7a Created: 12/May/10 Updated: 08/Jan/11 |
|
| Status: | Open |
| Project: | Clojure-Contrib |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Minor |
| Reporter: | Assembla Importer | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
clojure.core/byte was modified a couple weeks ago as follows: (defn byte
byteValue and byteCast behave differently with values outside the The new version breaks clojure.contrib.shell/sh's :out :bytes mode (mapping byte over values returned by InputStream.read in shell.clj, line 125). |
| Comments |
| Comment by Assembla Importer [ 24/Aug/10 11:01 AM ] |
|
Converted from http://www.assembla.com/spaces/clojure/tickets/83 |
| Comment by Allen Rohner [ 08/Jan/11 1:58 PM ] |
|
I've tested that using #(.byteValue %) rather than byte? fixes the problem. |