[MacRuby] #1009: Can't set status of taint and untrust to Float Object.
#1009: Can't set status of taint and untrust to Float Object. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Test Script: {{{ #!ruby f = 5.5 f.taint f.untrust f.freeze p f.class p f.tainted? p f.untrusted? p f.frozen? }}} Result: {{{ $ ruby19 -v tt.rb ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] Float true true true $ macruby -v tt.rb MacRuby 0.8 (ruby 1.9.2) [universal-darwin10.0, x86_64] Float false false true }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1009> MacRuby <http://macruby.org/>
#1009: Can't set status of taint and untrust to Float Object. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: #reduction ----------------------------------+----------------------------------------- Changes (by mattaimonetti@…): * keywords: => #reduction -- Ticket URL: <http://www.macruby.org/trac/ticket/1009#comment:1> MacRuby <http://macruby.org/>
#1009: Can't set status of taint and untrust to Float Object. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: #reduction ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * milestone: => MacRuby 1.0 Comment: Should be easy to fix. Let's try for 1.0. -- Ticket URL: <http://www.macruby.org/trac/ticket/1009#comment:2> MacRuby <http://macruby.org/>
#1009: Can't set status of taint and untrust to Float Object. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 1.0 Component: MacRuby | Resolution: fixed Keywords: #reduction | ----------------------------------+----------------------------------------- Changes (by pthomson@…): * status: new => closed * resolution: => fixed Comment: Fixed in r5219. -- Ticket URL: <http://www.macruby.org/trac/ticket/1009#comment:3> MacRuby <http://macruby.org/>
#1009: Can't set status of taint and untrust to Float Object. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: #reduction | ----------------------------------+----------------------------------------- Changes (by pthomson@…): * milestone: MacRuby 1.0 => MacRuby 0.9 -- Ticket URL: <http://www.macruby.org/trac/ticket/1009#comment:4> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby