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: Library (Ruby)
            Reporter: Michael Stockton
            Assignee: Michael Stockton
            Priority: Minor


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