boomer icon indicating copy to clipboard operation
boomer copied to clipboard

When rigging a function, offer to wrap its function arguments

Open moodymudskipper opened this issue 3 years ago • 1 comments

Now function arguments will be ignored :

image

I don't think there's a way to deal with this automatically, but if we wrap() FUN then we're good :

image

Maybe we can have an additional argument to provide function args, and also get rid of the obsolete message in that case.

moodymudskipper avatar Jun 10 '21 12:06 moodymudskipper

With #40 we might be able to test if the argument is a function once it's evaluated, then we'd wrap it, it doesn't need to be optional and would be more satisfying.

moodymudskipper avatar Jun 19 '21 10:06 moodymudskipper