-
Notifications
You must be signed in to change notification settings - Fork 64
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
Passing named arguments using assigned objects #89
Comments
Thanks for catching this! Invariably, the error ”promise already under evaluation” means that a promise is stepping on its toes, i.e., trying to resolve to itself, e.g., |
I don't think this is a problem, you don't need to use named arguments if the name is identical, you just omit them entirely. |
@jimhester Good point about the example. Do you think something like |
* Interpolation variables can have same names as their values Fixes #89
I can't seem to pass named arguments to
glue
when the values are assigned to objects with the same name as the interpolations:The text was updated successfully, but these errors were encountered: