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

trace! and splice! detection in the gen macro are brittle #42

Open
sritchie opened this issue Sep 29, 2023 · 0 comments
Open

trace! and splice! detection in the gen macro are brittle #42

sritchie opened this issue Sep 29, 2023 · 0 comments
Labels

Comments

@sritchie
Copy link
Collaborator

As of #41 , we hardcode a search for trace!, dynamic/trace! and gen.dynamic/trace! symbols. We can do better by inspecting the namespace environment and local &env in the gen macro-walk.

This is tricky in the ClojureScript and SCI cases.

@sritchie sritchie added the bug label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant