Passing named arguments using assigned objects #89
Comments
egnha
added a commit
to egnha/glue
that referenced
this issue
Apr 19, 2018
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 |
jimhester
added a commit
that referenced
this issue
May 1, 2018
* Interpolation variables can have same names as their values Fixes #89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: