You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/02/14 14:32:24 UTC

[GitHub] jadams-tresys opened a new pull request #183: Fix type coerceion between signed/unsigned types

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:
users@infra.apache.org


With regards,
Apache Git Services