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
deprecate merge(::Callable ..) in favor of mergewith (#59775)
after #34296 this method is
redundant, and it's also undocumented. according to
#43491 (comment),
`Callable` should not be used anymore, so it might make sense to remove
from `Base` where feasible.
0 commit comments