On 10 May 2014, at 18:36, Ambrose Bonnaire-Sergeant 
<abonnaireserge...@gmail.com> wrote:
> Have you tried naming the anonymous functions that might be culprits?
> 
> (fn trace-me [..] ...)

Yes, that turned out to be the quickest way, naming everything with a vim 
command:
  :%s/fn \[/\="fn TRACE-" . line(".") . " ["/g
Fixing the bug, and then just removing the names again:
  :%s/TRACE-[0-9]* //g

But I'm still interested if there's a pure clojure generated-name to location 
solution I could just call from the REPL.


Cheers,

-- 
pascal

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