Small correction to example use in README - trace-ns requires quoted symbol in latest release 0.7.9

Description

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)

Environment

None

Attachments

1
  • 08 Sep 2018, 02:26 PM

Activity

Show:

Andy Fingerhut September 8, 2018 at 2:26 PM

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

Details

Assignee

Reporter

Priority

Created September 8, 2018 at 2:21 PM
Updated September 8, 2018 at 2:26 PM

Flag notifications