replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

with-out-str #61

Closed mfikes closed 8 years ago

mfikes commented 9 years ago
(with-out-str (pr 3))
Can't find variable: string 
(macroexpand-1 '(with-out-str (pr 3)))
(cljs.core$macros/let [sb__6373__auto__ (string.StringBuffer.)] (cljs.core$macros/binding [cljs.core/*print-newline* true cljs.core/*print-fn* (cljs.core$macros/fn [x__6374__auto__] (.append sb__6373__auto__ x__6374__auto__))] (pr 3)) (cljs.core/str sb__6373__auto__))
(string.StringBuffer.)
Can't find variable: string 
kanaka commented 8 years ago

This is http://dev.clojure.org/jira/browse/CLJS-1406

mfikes commented 8 years ago

fixed