partial
does not update function attributes correctly
#847
Labels
Milestone
partial
does not update function attributes correctly
#847
partial
does not update the various function attributes to match it's new signature -- instead it just copies the exact attributes from the wrapped function.For instance, the meta is copied directly whereas in Clojure it gets a fresh
nil
meta:The existing
with_meta
method also continues returning the old wrapped function (without the partial application):It also continues reporting that it has the original wrapped function's arities:
The text was updated successfully, but these errors were encountered: