You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use emit-local-step to report compiler transformations as expansion steps, but this API doesn't capture the (tree-structured) context of expansion as normal Racket expansion does. Try unpublished expansion event APIs to see if there are any that already support this. This would help us debug expansion and compilation using the Macro Stepper.
We use
emit-local-step
to report compiler transformations as expansion steps, but this API doesn't capture the (tree-structured) context of expansion as normal Racket expansion does. Try unpublished expansion event APIs to see if there are any that already support this. This would help us debug expansion and compilation using the Macro Stepper.See Context is Everything.
The text was updated successfully, but these errors were encountered: