Creating a subclass of MatchData that's instantiable blows up because there's 
no allocator
------------------------------------------------------------------------------------------

                 Key: JRUBY-3118
                 URL: http://jira.codehaus.org/browse/JRUBY-3118
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
            Reporter: Charles Oliver Nutter
             Fix For: JRuby 1.1.6


Really weird case found in redparse:

{noformat}
class Foo < MatchData
  public :initialize
  def self.new
    x = allocate
    x.initialize
  end
end
Foo.new
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to