I've really been enjoying using "lein midje :autotest" to run my tests every time I do an editor save. However, I introduced a bug in my code which it didn't detect.
I re-arranged some code and accidentally moved a function reference above the point where the function is defined. When I saved, the automatic re-load of the file did not generate an unresolved symbol error because the function was already defined from the previously saved version. It wasn't until I killed lein and restarted it that the load of the file generated the "Unable to resolve symbol" error. Any suggestions besides killing and restarting "lein midje :autotest" from time to time? (To be avoided given the long delay starting it.) Thanks. Steve -- 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.