Welcome! Please see the About page for a little more info on how this works.

0 votes
in tools.trace by

While there are unreleased changes to tools.trace to enable a form like this to work:

(trace-ns myown.namespace)

the latest released version of tools.trace is 0.7.9, and in that version the above causes an exception to be thrown. It works if you quote the symbol, like so:

(trace-ns 'myown.namespace)

2 Answers

0 votes
by

Comment made by: jafingerhut

Attached patch ttrace-15-v1.patch that corrects the example use of trace-ns/untrace-ns in the README, to match the behavior of the latest released 0.7.9 version of tools.trace

0 votes
by
Reference: https://clojure.atlassian.net/browse/TTRACE-15 (reported by jafingerhut)
...