> I checked out midje and tried macroexpanding the test that's giving you 
> problems: it expands to 140KB of Clojure source! The culprit is indeed the 
> creation of your metadata maps: the :midje/body-source and :midje/source keys 
> are each around 40KB literals. 

You are my hero. Somehow the :midje/source gets stored as the 
post-macroexpansion version, instead of the pre-macroexpansion. And 
:midje/body-source should be a SHA1 hash anyway.

--------
Looking for 1/2-time employment as a Clojure programmer
Latest book: /Functional Programming for the Object-Oriented Programmer/
https://leanpub.com/fp-oo

-- 
-- 
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