stevedlawrence opened a new pull request #344: Use reference equality for dsom shared keys URL: https://github.com/apache/incubator-daffodil/pull/344 By using the default object equality, it is possible that two chunks of XML could look exactly the same and will be shared, even though their contexts are different and should not be shared. By using reference equality, XML nodes that happen to have the exact same content but in different contexts will be seen as different and will not be shared. DAFFODIL-2308
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
