You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2011/03/21 15:52:05 UTC

[jira] [Commented] (QPID-3116) rubygen with ruby 1.9

    [ https://issues.apache.org/jira/browse/QPID-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009149#comment-13009149 ] 

Justin Ross commented on QPID-3116:
-----------------------------------

Approved for 0.10.  Reviewed by Alan Conway.

> 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
>            Assignee: Alan Conway
>            Priority: Minor
>             Fix For: 0.10
>
>         Attachments: amqpgen.rb.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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:dev-subscribe@qpid.apache.org