mbeckerle opened a new pull request #366: Converted many pass-by-name into pass-by-value for RuntimeData struct… URL: https://github.com/apache/incubator-daffodil/pull/366 Converted many pass-by-name into pass-by-value for RuntimeData structures. Other minor mods that eliminate some circularities that allow for more by-value passing. One of the major problems preventing more by-value passing is described in DAFFODIL-2326, which is about the passing of RuntimeData to the constructor of DPathCompileInfo. This branch changes things that can be changed without fixing DAFFODIL-2326. This set of changes should make incremental progress on DAFFODIL-1879. DAFFODIL-2325
---------------------------------------------------------------- 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
