jadams-tresys opened a new pull request #183: Fix type coerceion between signed/unsigned types URL: https://github.com/apache/incubator-daffodil/pull/183 Originally if a larger unsigned type was added to a smaller signed type, the result would be casted to the unsigned type instead of a larger signed type. Now we cast to a larger signed type if necessary. DAFFODIL-2065
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
