Re: cljs-143 - possible issue

2012-02-06 Thread Dave Sann
that was fast. Nice work! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this

Re: cljs-143 - possible issue

2012-02-06 Thread David Nolen
Fixed, thanks for the report. On Mon, Feb 6, 2012 at 10:30 PM, Dave Sann wrote: > I tried to comment on JIRA - but am not sure if it was accepted. > > http://dev.clojure.org/jira/browse/CLJS-143 > > There appears to still be an issue with this in the following scenario: > > (ns test > (:requir

cljs-143 - possible issue

2012-02-06 Thread Dave Sann
I tried to comment on JIRA - but am not sure if it was accepted. http://dev.clojure.org/jira/browse/CLJS-143 There appears to still be an issue with this in the following scenario: (ns test (:require [cljs.reader :as reader] ) ) (defn log [x] (.log js/console (pr-str x)) x )