[MacRuby] #1495: misses the evaluation order to create Range object.
#1495: misses the evaluation order to create Range object. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- To create Range object, it seems that MacRuby evaluates the Range's end at first. {{{ $ ruby19 -e 'p (x = 0) .. (x + 1)' 0..1 $ macruby -e 'p (x = 0) .. (x + 1)' -e:in `<main>': undefined method `+' for nil:NilClass (NoMethodError) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1495> MacRuby <http://macruby.org/>
#1495: misses the evaluation order to create Range object. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by watson1978@…): * status: new => closed * resolution: => fixed Comment: Fixed with https://github.com/MacRuby/MacRuby/commit/cf2d0565bef01ec5ebbca715a6f328ce34... -- Ticket URL: <http://www.macruby.org/trac/ticket/1495#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby