[MacRuby] #1262: Rack error calling [] in Faraday via the Octokit gem

MacRuby ruby-noreply at macosforge.org
Tue Jul 12 14:10:04 PDT 2011


#1262: Rack error calling [] in Faraday via the Octokit gem
------------------------------+---------------------------------------------
 Reporter:  sferik@…          |       Owner:  lsansonetti@…                              
     Type:  defect            |      Status:  new                                        
 Priority:  major             |   Milestone:                                             
Component:  MacRuby           |    Keywords:  github, octokit, rack, hubcap, 0.11-blocker
------------------------------+---------------------------------------------

Comment(by eloy.de.enige@…):

 The problem is that classes like Array and Hash have their own #dup
 implementation which don't copy the dynamically defined ivars. For
 instance, with the following naive patch, the last Array example works:
 https://gist.github.com/1078981

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1262#comment:7>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list