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
Fix#37: Preserve order of attributes on serialization.
This doesn't do anything about the fact that none of ourtreebuilders preserve attribute order: it merely avoids theserializer reordering them from the order it receives them in.This also provides a filter to obtain the previous behaviour oflexicographical ordering, used by the serializer tests to ensuredeterminism of the output.