You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLJS-1663: Calling instrumented multi-arity function causes exception
when instrumenting we set! the var to the spec verifying fn but this meant
that arity references for correct dispatching would be missing
link the arities from the original function object to the spec verifying
fn via goog.object/extend
0 commit comments