Ruby generator should use ::Thrift::Foo namespace form
------------------------------------------------------
Key: THRIFT-132
URL: https://issues.apache.org/jira/browse/THRIFT-132
Project: Thrift
Issue Type: Bug
Components: Compiler (Ruby)
Environment: Any
Reporter: Dan Sully
The Thrift compiler for Ruby should generate code such that it uses the top
level namespace:
include ::Thrift::Client
otherwise, if there is an existing namespace with 'Thrift' in the hierarchy,
Ruby will fail to find that class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.