#416: DRB does not work with MacRuby 5.0
------------------------------+---------------------------------------------
Reporter: g...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker | Milestone:
Component: MacRuby | Keywords: drb
------------------------------+---------------------------------------------
Comment(by lsansone...@…):
Reduction 1:
{{{
$ macruby -r drb -e "p DRb::DRbProtocol.open('hey', {})"
core:in `open:': can't convert NSMutableDictionary into String (TypeError)
from -e:1:in `<main>'
}}}
In this case, it seems that we call Kernel#open directly and not
DRbProtocol#open.
Reduction 2:
{{{
$ macruby -e "module X; def open(a); p a; end; module_function :open; end;
X.open('hey')"
core:in `open:': No such file or directory - open() failed (Errno::ENOENT)
from -e:1:in `<main>'
}}}
This looks like the same bug as described in #396.
--
Ticket URL: <http://www.macruby.org/trac/ticket/416#comment:2>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel