#990: Calling some CGContext functions raises 'instance variable __octype__ not initialized' warning ------------------------------------------------+--------------------------- Reporter: sojastar07@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: CGContext warning unknown variable | ------------------------------------------------+--------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.8 Comment: Should be fixed in r4896. BTW, as of trunk, Pointer.new(:S) will no longer work, as symbols can only be used for FFI shortcuts (such as :bool, :id, :class & so on). So, you will need to do Pointer.new('S') instead. -- Ticket URL: <http://www.macruby.org/trac/ticket/990#comment:1> MacRuby <http://macruby.org/>