-
Notifications
You must be signed in to change notification settings - Fork 68
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
Pass arguments to deftable #66
Comments
What's the error in the |
This is the error when I try with
|
Any updates? |
@ourway I played around with it but didn't figure out a way to make it work :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to set the attributes of a table from a variable / module_attribute in the
deftable
macro, but it raises an exception instead.I also tried using
unquote(@attrs)
since it's a macro but that doesn't work either. Is there some way I can get this to work? (This is just an example, the attributes need to be loaded from another module during compile-time).This is the error I get:
The text was updated successfully, but these errors were encountered: