Re: clojure url exception

2012-03-19 Thread Michael Fogus
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

Re: clojure url exception

2012-03-18 Thread Brent Millare
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

Re: clojure url exception

2012-03-17 Thread Brent Millare
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

Re: clojure url exception

2012-03-03 Thread Andy Fingerhut
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

Re: clojure url exception

2012-03-03 Thread Andy Fingerhut
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

clojure url exception

2012-03-03 Thread Brent Millare
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/