Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate hierarchical reporting of expansion events in the compiler #156

Open
countvajhula opened this issue Jan 26, 2024 · 0 comments
Open
Labels
developer Relevant only to Qi developers

Comments

@countvajhula
Copy link
Collaborator

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.

@countvajhula countvajhula added the developer Relevant only to Qi developers label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer Relevant only to Qi developers
Projects
None yet
Development

No branches or pull requests

1 participant