rubygen with ruby 1.9
---------------------
Key: QPID-3116
URL: https://issues.apache.org/jira/browse/QPID-3116
Project: Qpid
Issue Type: Bug
Components: Build Tools
Affects Versions: 0.9
Environment: Ruby 1.9.2
Reporter: Geoffrey Clements
Priority: Minor
Fix For: 0.9
The ampqgen.rb script appends an underscore to attributes that may conflict
with attributes that may already exist in object. The issue is with 'type'. It
is an attribute in ruby 1.8.x but not in 1.9.x. The code accesses a type_
attribute in the code which doesn't actually exist when running under 1.9.x
because type isn't an attribute. The fis is a simple special case for the type
symbol.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]