[GitHub] thrift pull request: To check element of self whether nil or not,a...

2016-01-28 Thread mygityf
Github user mygityf commented on the pull request: https://github.com/apache/thrift/pull/824#issuecomment-176135894 Thank you. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] thrift pull request: To check element of self whether nil or not,a...

2016-01-28 Thread mygityf
GitHub user mygityf opened a pull request: https://github.com/apache/thrift/pull/824 To check element of self whether nil or not,avoid the value(false) of… … BOOL is lost. eg. Before: if self.argBool then oprot:writeFieldBegin('argBool', TType.BOOL,

[GitHub] thrift pull request: To check element of self whether nil or not,a...

2016-01-28 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/824#issuecomment-176192447 @mygityf thanks for great contribution ! Could you create two issues in our JIRA for these changes ? http://thrift.apache.org/docs/HowToContribute --- If your