[#3726] Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...>

Hi --

15 messages 2004/11/12
[#3749] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3751] Re: Fixnum#clone and Float#clone raise different exceptions — Yukihiro Matsumoto <matz@...> 2004/11/16

Hi,

[#3752] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3785] The latest 1.8.2 cvs prints parse error when starting extension compiling — Yukihiro Matsumoto <matz@...>

Hi,

13 messages 2004/11/23
[#3787] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling — Johan Holmberg <holmberg@...> 2004/11/23

Re: Fixnum#clone and Float#clone raise different exceptions

From: Yukihiro Matsumoto <matz@...>
Date: 2004-11-26 06:38:19 UTC
List: ruby-core #3829
Hi,

In message "Re: Fixnum#clone and Float#clone raise different exceptions"
    on Wed, 17 Nov 2004 01:45:04 +0900, "David A. Black" <dblack@wobblini.net> writes:

|> Hmm, do you mean the fact that clone fails for Numbers etc?
|
|No, I mean it fails in different ways.  Fixnum#clone gives a
|TypeError; Float#clone gives a NoMethodError.  

They both raise TypeError on the latest CVS.  We'll see how it works.

							matz.

In This Thread