Closed jvasileff closed 9 years ago
Weird, I tested on your original use cases and they all passed.
Mmmm so maybe the problem is in destructuring the args value [*xs] = transform(args)
...
ah no, it's something else. Anyway, fix coming right up...
Great, thanks! Everything works now.
@chochos the recent fixes look good, but I'm still having trouble with my original use case. Hopefully this is a better approximation:
I wasn't able to further isolate the issue. The error does not occur if
exec2
is removed, with its operations performed directly byrunTests
. It also works without destructuring:or by using
unflatten
as a workaround: