You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Clark (JIRA)" <ji...@apache.org> on 2009/02/03 20:01:59 UTC

[jira] Commented: (THRIFT-245) FIELDS constant should contain name of enumerated type for enum fields

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

Kevin Clark commented on THRIFT-245:
------------------------------------

+1

> FIELDS constant should contain name of enumerated type for enum fields
> ----------------------------------------------------------------------
>
>                 Key: THRIFT-245
>                 URL: https://issues.apache.org/jira/browse/THRIFT-245
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (Ruby)
>            Reporter: Bryan Duxbury
>            Priority: Trivial
>             Fix For: 0.1
>
>
> When a Ruby struct is generated, if the struct has fields that are of enumerated types, it is converted into an i32 field, and no trace of the enumerated type is recorded. I propose we add a new key to the FIELDS entries, :enum_class, that contains the class constant for the enumerated type. This way, you can reflectively determine both that the field is of an enumerated type and which type it is. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.