You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Clark (JIRA)" <ji...@apache.org> on 2008/06/24 02:33:45 UTC

[jira] Closed: (THRIFT-50) Deprecated classes blow up if Object.inherited has been redefined to call a method on the new class

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

Kevin Clark closed THRIFT-50.
-----------------------------

    Resolution: Fixed

In commit 670976. Thanks!

> Deprecated classes blow up if Object.inherited has been redefined to call a method on the new class
> ---------------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-50
>                 URL: https://issues.apache.org/jira/browse/THRIFT-50
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>            Reporter: Kevin Ballard
>            Assignee: Kevin Clark
>         Attachments: 0001-rb-Fix-the-deprecation-stuff-to-work-when-an-inject.patch
>
>
> When Object.inherited calls a method on the newly-defined class (such as in ActiveSupport 1.4.3), the deprecation stuff blows up because it accesses a value that hasn't been set yet. The attached patch fixes this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.