Github user creker commented on the pull request: https://github.com/apache/thrift/pull/539#issuecomment-147557593 Had a few problems with a field named `description`. It obviously conflicts with `NSObject`'s one. Have to be careful about method conflicts and, of course, don't use keywords as fields names. As far as I know, clang is smart enough to understand that `id` is used as a name and not a keyword. But I'm still against such names.
--- 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 enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---