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
Similar data structures and similar methods should behave in the same way.
Log::Metadata#extend(other) will put other first in the new Metadata instance, which is unexpected consider how other similar methods like NamedTuple#merge and Hash#merge works.