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

Kevin Clark resolved THRIFT-431.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.1

In 763022. Thanks!

> capitalize namespace values
> ---------------------------
>
>                 Key: THRIFT-431
>                 URL: https://issues.apache.org/jira/browse/THRIFT-431
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Ruby)
>            Reporter: Michael Stockton
>            Assignee: Michael Stockton
>            Priority: Minor
>             Fix For: 0.1
>
>         Attachments: thrift-431-v2.patch, thrift-431.patch
>
>
> For example, "namespace rb facebook.fb303" generates lowercase module names 
> that ruby will not load:
> module facebook
>   module fb303
>   end
> end
> vs.
> module Facebook
>   module Fb303
>   end
> end

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