Explanation/clarification added to the ticket.
--
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 u
I created an issue, doesn't look like we are getting a big response on the
clojure group, maybe clojure dev?
http://dev.clojure.org/jira/browse/CLJ-955
On Saturday, March 17, 2012 5:00:59 PM UTC-4, Brent Millare wrote:
>
> I still see this in 1.4.0-beta5
>>
>>
--
You received this message bec
I still see this in 1.4.0-beta5
>
>
--
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
And another transcript that might help narrow this down:
user=> (clojure-version)
"1.4.0-beta1"
user=> (def x
#java.net.URL["file:///home/hara/dj/usr/src/clojurescript/src/cljs/cljs/core.cljs"])
#'user/x
user=> (printf "(class x)=%s x='%s'\n" (class x) x)
(class x)=class java.net.URL
x='file:/ho
I'm not sure what it is, but here is another transcript that may provide
additional clues, and with a slightly later version of Clojure:
user=> (clojure-version)
"1.4.0-beta1"
user=> (def x
#java.net.URL["file:/home/hara/dj/usr/src/clojurescript/src/cljs/cljs/core.cljs"])
#'user/x
user=> x
#
use
Is this a reader bug?
;user=> *clojure-version*
{:major 1, :minor 4, :incremental 0, :qualifier "alpha5"}
;user=> (.getProtocol
#java.net.URL["file:/home/hara/dj/usr/src/clojurescript/src/cljs/cljs/core.cljs"])
MalformedURLException no protocol:
/home/hara/dj/usr/src/clojurescript/src/cljs/cljs/