Hi, y'all.

I'm having trouble with core.async in ClojureScript.
Inside 'let forms in 'go blocks, making calls to namespaced functions 
causes the compiler to die with an IndexOutOfBoundsException.

For example:
(ns my-ns
  (:require [bar]))

(go (let [foo (bar/baz 1 2 3)]
  (.log js/console foo)))

When :refer-ing to baz without the "bar/" prefix, the compiler works again 
and everything is fine.

I haven't used core.async in Clojure yet, so I don't know if it also has 
that problem there.

-- 
-- 
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 group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to