[ https://issues.apache.org/jira/browse/THRIFT-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696665#action_12696665 ]
Kevin Clark commented on THRIFT-431: ------------------------------------ Doh, looks like it may not actually handle imported structs properly. I think the modification needs to happen in t_rb_generator::ruby_modules, not in begin_namespace. That way all the namespaces are properly capitalized on access rather than only when we generate the file. > 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 > Attachments: 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.