lynaghk / c2

Declarative data visualization in Clojure(Script).
http://keminglabs.com/c2/
Other
643 stars 47 forks source link

Use/require of c2.geo.core from lein run requires ^{:skip-aot true} #8

Closed pandeiro closed 10 years ago

pandeiro commented 12 years ago

...Otherwise the geo->svg function doesn't work, probably due to an issue with core.match

lynaghk commented 12 years ago

I filed a ticket on core.match already: http://dev.clojure.org/jira/browse/MATCH-53

I'll look into this one after CLJS tooling for C2 is resolved, probably in two weeks at the earliest.

In the mean time, if you need to AOT compile you can manually full macroexpand the geo->svg call and inline it.

lynaghk commented 10 years ago

Issue resolved upstream.