[MacRuby] #829: Retrieving a list of local variables from a Binding instance fails

MacRuby ruby-noreply at macosforge.org
Thu Dec 9 17:10:04 PST 2010


#829: Retrieving a list of local variables from a Binding instance fails
-------------------------------------+--------------------------------------
 Reporter:  eloy.de.enige@…          |        Owner:  lsansonetti@…        
     Type:  defect                   |       Status:  closed               
 Priority:  blocker                  |    Milestone:  MacRuby 0.8          
Component:  MacRuby                  |   Resolution:  fixed                
 Keywords:  dietrb                   |  
-------------------------------------+--------------------------------------
Changes (by lsansonetti@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.8


Comment:

 Looks like this bug is fixed in trunk.

 {{{
 $ ./miniruby -e "b = Object.new.instance_eval { binding }; eval('x = :ok',
 b); eval('p local_variables', b)"
 [:b, :x]
 }}}

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



More information about the macruby-tickets mailing list