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

hygiene: @cucall is unusable from other modules #6

Open
StefanKarpinski opened this issue Aug 6, 2014 · 0 comments
Open

hygiene: @cucall is unusable from other modules #6

StefanKarpinski opened this issue Aug 6, 2014 · 0 comments

Comments

@StefanKarpinski
Copy link

As I noted here, the @cucall macro has serious hygiene issues. Calling eval inside of a macro is inherently problematic since the expression comes from the caller of the macro but eval evaluates it in the defining module, not in the caller's context. A much lesser problem is that it doesn't call esc on the expressions passed in by the caller; however, it's hard to fix that until eval issue is fixed.

@StefanKarpinski StefanKarpinski changed the title higiene: @cucall is unusable from other modules hygiene: @cucall is unusable from other modules Aug 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant