#922: Writing a MacFUSE fs doesn't work when delegating methods ------------------------------+--------------------------------------------- Reporter: kourge@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- I tried implementing a simple HelloFS on MacFUSE through MacRuby by referring to the [http://code.google.com/p/macfuse/source/browse/trunk /filesystems-objc/HelloFS/HelloFuseFileSystem.m HelloFuseFileSystem.m] sample. (See hellofs_working.rb) However, if the necessary methods delegate the response of another method on self, MacRuby aborts. (See hellofs.rb) This seems to occur in both 0.5 (on Leopard) and 0.6 (on Snow Leopard). -- Ticket URL: <http://www.macruby.org/trac/ticket/922> MacRuby <http://macruby.org/>