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
Regression caused by commit ae72f28 (PR #428). Proxy methods require
all overloaded arities to be handled, so because the 3 arity form of
.write was overloaded, the 1 arity form needed to be overloaded as
well.
Fixes#436.
0 commit comments