[#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: Including a module twice

From: Peter <Peter.Vanbroekhoven@...>
Date: 2004-11-01 01:36:46 UTC
List: ruby-core #3674
> This small patch may improve the situation:

Thanks. I wasn't sure it was this simple. This has the downside that a
module method can have more cache entries, right? And search_iclass would
then no longer be called, right? (Sorry for the many questions, I'm trying
to study the Ruby source.)

Peter

In This Thread