> Since it's not apparently a simple bug in my function above, but > something about a combination of that version of that function and > some other part of my code, I can't think of a way to track the > cause down short of the very tedious method of commenting out > functions or replacing them with dummy functions (if they're called > by the above function) and seeing which one has the property that > commenting it out or dummy-izing it makes the error go away. > > That will probably take all afternoon, unfortunately; there are > dozens of functions and over 1600 lines of code in that source file.
Have you tried simpler things like splitting the offending function into a separate namespace, or seeing what happens with (or without) AOT compilation? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---