[ 
https://issues.apache.org/jira/browse/THRIFT-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15830601#comment-15830601
 ] 

ASF GitHub Bot commented on THRIFT-2561:
----------------------------------------

Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/325
  
    @jfarrell this pull request is not necessary as the work was done in a 
duplicate item.


> Enumerated types expressed as int, not "typedef"-ed, in objective-c 
> compilation
> -------------------------------------------------------------------------------
>
>                 Key: THRIFT-2561
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2561
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Compiler
>            Reporter: Phil Eaton
>            Assignee: James E. King, III
>            Priority: Minor
>             Fix For: 0.10.0
>
>
> When an enumerated type is translated to objective-c, the type is replaced 
> with simply "int". This takes away half the use of an enumerated type as a 
> type. For instance, it is both clearer and a more precise translation to see 
> "PersonID" as a field type in a method than "int". However, the objective-c 
> compiler does not typedef the enum and as a result essentially forgets the 
> type that is declared in the thrift IDL.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to