Skip to content

Commit

Permalink
Add a comment to explain last week's macro debugger fix
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Apr 5, 2024
1 parent 798d12f commit 601d1b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qi-lib/flow/core/passes.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
(begin-for-syntax

(define my-emit-local-step
;; See "Breaking Out of the Sandbox"
;; https://github.com/drym-org/qi/wiki/Qi-Meeting-Mar-29-2024
(with-handlers ((exn? (lambda (ex)
(make-keyword-procedure
(lambda (kws kw-args . rest)
Expand Down

0 comments on commit 601d1b6

Please sign in to comment.