Factual / factual-clojure-driver

Officially supported Clojure driver for Factual's API.
Other
20 stars 6 forks source link

Stop AOT compiling #12

Closed travis closed 9 years ago

travis commented 9 years ago

I'm not entirely sure why, but AOT compilation causes arcane dependency issues when compiling ClojureScript. See

https://github.com/travis/factual-cljs-issue

for a minimal failing example. I have tested and confirmed that removing AOT compilation fixes the issue - see

https://clojars.org/tvachon/factual-clojure-driver

dirtyvagabond commented 9 years ago

Mav, please verify and merge

dirtyvagabond commented 9 years ago

(thanks @travis for the PR!)

mavericklou commented 9 years ago

Hi, @travis Don't see any compile issue in your project. Can you provide more detail? image

mavericklou commented 9 years ago

Ok, it does fail when compiling with ClojureScript(lein cljsbuild once) image