[ 
https://issues.apache.org/jira/browse/THRIFT-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Stockton updated THRIFT-451:
------------------------------------

    Component/s:     (was: Library (Ruby))
                 Compiler (Ruby)
     Patch Info: [Patch Available]

> ruby structs use lowercase enum while modules are capitalized
> -------------------------------------------------------------
>
>                 Key: THRIFT-451
>                 URL: https://issues.apache.org/jira/browse/THRIFT-451
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Ruby)
>            Reporter: Michael Stockton
>            Assignee: Michael Stockton
>            Priority: Minor
>         Attachments: thrift-451-v2.patch, thrift-451.patch
>
>
> enum fb_status {
>   DEAD = 0,
>   STARTING = 1,
>   ALIVE = 2,
>   STOPPING = 3,
>   STOPPED = 4,
>   WARNING = 5,
> }
> The type for fb_status will be created as so:
> module Fb_status
> end
> However, structs will refer to fb_status. 

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

Reply via email to