Looks like a problem to me. Please file an issue in JIRA, thanks!

David

On Sun, Jul 2, 2017 at 3:12 PM, Vojimir Golem <vojimir.go...@gmail.com>
wrote:

>
> I think that the following line might cause the problem on windows:
> https://github.com/clojure/clojurescript/blob/master/src/
> main/clojure/cljs/repl.cljc#L713
>
> For file param e.g. "src\duct3\client.cljs"
>
> (str "file://" (.getAbsolutePath file))
>
> evaluates on windows as:
> "file://C:\Projects\Playground\duct3\src\duct3\client.cljs"
>
> which is not legal file Url (https://en.wikipedia.org/
> wiki/File_URI_scheme#Windows)
>
> and final result is: java.net.UnknownHostException (java treat that URL
> as FTP address).
>
> Is this a known issue?
>
> Thx!
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at https://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to