clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
645 stars 56 forks source link

Potential AOT bug during DEX creation #122

Open yamafaktory opened 9 years ago

yamafaktory commented 9 years ago

I was trying to use compojure but somehow the DEX creation is broken by the instaparse dependency:

Exception in thread "main" java.lang.ExceptionInInitializerError,
compiling:(/tmp/form-init5346068747255877407.clj:1:72)

Caused by: java.lang.IllegalArgumentException: No implementation of method
::conj-flat of protocol: #'instaparse.auto-flatten-seq/ConjFlat found
for class: instaparse.auto_flatten_seq.AutoFlattenSeq                      

It seems that it could eventually be linked to https://github.com/Engelberg/instaparse/issues/85 but the bug should have already been removed.