Details
-
Type:
Enhancement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Patch:Code and Test
Description
In our IDE-tool clj-ns-browser, we show the user a list of vars and make it easy to add a trace by selecting a var and clicking a button.
In order to only enable the button for a var that is traceable, we use predicate "var-traceable?".
In order to change the button text from "trace" to "untrace", we use predicate "var-traced?".
Both "var-traceable?" and "var-traced?" are aware of tools.trace internals - ideally, we would like to remain oblivious to trace's inners...
Our implementations for the predicates is at: https://gist.github.com/2472261
Thanks for the great tool!
Activity
Luc Préfontaine
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Luc Préfontaine
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Luc Préfontaine
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Luc Préfontaine
made changes -
| Patch | Code and Test [ 10002 ] | |
| Resolution | Completed [ 1 ] | |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |