Skip to content

Commit

Permalink
show-sharing macro. by default hides sharing, but when (show-sharing …
Browse files Browse the repository at this point in the history
…#t) is added will show sharing
  • Loading branch information
jcmiranda committed Sep 3, 2011
1 parent e179c8f commit 2a7ea7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracer/tracer.rkt
Expand Up @@ -64,6 +64,7 @@
[all-from-out lang/htdp-advanced
2htdp/image
2htdp/universe]
show-sharing
trace
trace-all
trace-failed-checks
Expand Down Expand Up @@ -796,6 +797,7 @@
(when (equal? first-expression '(trace-explicit))
(set-box! trace-macro-on? #t))
#`(#%plain-module-begin
(show-sharing #f)
(current-call
#,(cond
[(equal? first-expression '(trace-all))
Expand Down

0 comments on commit 2a7ea7f

Please sign in to comment.