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
This is an oversight of patch 74c3c9b (Avoid `partial` when constructing
answers). The catch all arguments we had because we used `partial` on
the functions. Since we now don't there is no use for them. They look
rather confusing, as if we the intention would be to eat all but the
first argument.
Hence, the cleanup.
0 commit comments