[MacRuby] #1293: problem with `release` after deleteRecordAndReturnError.
#1293: problem with `release` after deleteRecordAndReturnError. ------------------------------+--------------------------------------------- Reporter: jhamor@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- When running ODRecord.deleteRecordAndReturnError, i noticed i use to be able to run 'release'. As of the later nightly stuff i started getting this: undefined method `__hidden__release' for #<NSODRecord:0x200728a40> not sure how to work around this. -- Ticket URL: <http://www.macruby.org/trac/ticket/1293> MacRuby <http://macruby.org/>
#1293: problem with `release` after deleteRecordAndReturnError. ------------------------------+--------------------------------------------- Reporter: jhamor@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: wontfix Keywords: | ------------------------------+--------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => wontfix Comment: #release should never be used in MacRuby, as #retain and #autorelease. These are no-ops anyways (they simply do nothing) because we use the Garbage Collection mode. -- Ticket URL: <http://www.macruby.org/trac/ticket/1293#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby