I think the problem happens in leiningen's meta-merge 
<https://github.com/technomancy/leiningen/blob/master/leiningen-core/src/leiningen/core/project.clj#L547>.
 
The :init key is defined as a single expression 
<https://github.com/technomancy/leiningen/blob/stable/sample.project.clj#L359>. 
whidbey adds its own :init, but there is no easy way to do this, without 
special casing :init in meta-merge.

(At least this is my impression of what's going on. I haven't reproduced 
things, so I might be wrong.)


-- 
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/d/optout.

Reply via email to