GitHub user tmgardner opened a pull request:

    https://github.com/apache/thrift/pull/383

    Add a 'fullcamel' option for obj-c

    This allows you to write your idl files in snake_case and have your 
objective c code be in the (stylistic) camelCase. It makes the java option of 
the same name.
    
    It also fixes a minor warning about isEqual methods with no members (which 
caused an unused variable "other").
    
    Tested by reading and compiling generated code for tutorial; didn't see any 
tests for compiler outputs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dwnld/thrift THRIFT-2885

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/383.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #383
    
----
commit 35a660055e3d9f87640dd87098928e43ed5cc09a
Author: Todd Gardner <t...@dwnld.me>
Date:   2015-02-24T21:49:14Z

    Add a 'fullcamel' option for obj-c

----


---
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.
---

Reply via email to