Closed MasonProtter closed 4 years ago
Okay, so the @pass
test was failing because the arguments of overdub
are no longer a gensym bound to OVERDUB_ARGUMENTS_NAME
but instead just args...
.
I feel like there's a better way to safely implement pass overloading than this, but until that's decided maybe this shouldn't be merged because there could be hygiene issues in passes? Not really sure.
Lets see if we still need to define these with
eval
.