[#4479] Requesting addition to IRB (configurable standard output) — Sascha Ebach <se@...>

Hello,

13 messages 2005/02/24
[#4482] Re: Requesting addition to IRB (configurable standard output) — Sam Roberts <sroberts@...> 2005/02/25

Quoting se@digitale-wertschoepfung.de, on Fri, Feb 25, 2005 at 01:22:34AM +0900:

[#4483] Re: Requesting addition to IRB (configurable standard output) — Eric Hodel <drbrain@...7.net> 2005/02/25

On 24 Feb 2005, at 19:51, Sam Roberts wrote:

[#4488] Re: Requesting addition to IRB (configurable standard output) — Sam Roberts <sroberts@...> 2005/02/26

Quoting drbrain@segment7.net, on Sat, Feb 26, 2005 at 02:43:31AM +0900:

[#4489] Re: Requesting addition to IRB (configurable standard output) — Eric Hodel <drbrain@...7.net> 2005/02/26

On 25 Feb 2005, at 16:03, Sam Roberts wrote:

XMLRPC::FaultException directly inherits Exception

From: sheepman <sheepman@...>
Date: 2005-02-14 15:20:21 UTC
List: ruby-core #4429
Hi,

In lib/xmlrpc/parser.rb, XMLRPC::FaultException directly inherits Exception.
I think that is not a proper way. For exmale, irb aborts when XMLRPC only 
raises FaultException on irb.

It would be better for FaultException to inherit StandardError or its 
subclass.

I ran a command as follows:

$ grep '< Exception' lib/**/*.rb 

then I got

 lib/irb.rb:  class Abort < Exception;end
 lib/irb/ext/loader.rb:  class LoadAbort < Exception;end
 lib/monitor.rb:    class Timeout < Exception; end
 lib/rdoc/rdoc.rb:  class RDocError < Exception
 lib/rdoc/ri/ri_util.rb:class RiError < Exception; end
 lib/xmlrpc/parser.rb:  class FaultException < Exception

There seems to be some reasons when exception classes in lib/ directly
inherit Exception except for XMLRPC::FaultException.

Regards,

-- 
sheepman / TAMURA Takashi
sheepman@tcn.zaq.ne.jp http://sheepman.parfait.ne.jp/

In This Thread

Prev Next