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
Today, ValueBuilder::[try_]append_variant unconditionally creates and uses a ParentState::Variant, but that is incorrect when the caller is a ListBuilder or ObjectBuilder. We need to rework the API so that the caller passes their parent state.
This is also a building block that will eventually allow VariantArrayBuilder to use a ValueBuilder directly, instead of a VariantBuilder.