In #629 there were a bunch of changes to RoAssociativeArray for case-sensitivity, namely preserving key case by default. Because RoSGNode#update uses an assoc array and RoSGNode stores all its fields lower case, we need to make it not case-sensitive.
Change summary
In #629 there were a bunch of changes to
RoAssociativeArray
for case-sensitivity, namely preserving key case by default. BecauseRoSGNode#update
uses an assoc array andRoSGNode
stores all its fields lower case, we need to make it not case-sensitive.