mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
lib/drb/extservm.rb (service): do not return `false'
invoke_service_command may set entries in @servers to `false',
making it incompatible with the intended use of the
safe navigation operator.
This caused occasional DRb test failures, but they were hidden
with automatic retry.
[ruby-core:87524] [Bug #14856]
Fixes: r53111 ("use safe navigation operator")
commit
|
||
|---|---|---|
| .. | ||
| acl.rb | ||
| drb.rb | ||
| eq.rb | ||
| extserv.rb | ||
| extservm.rb | ||
| gw.rb | ||
| invokemethod.rb | ||
| observer.rb | ||
| ssl.rb | ||
| timeridconv.rb | ||
| unix.rb | ||