[#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

Forwardable warnings

From: Daniel Berger <djberg96@...>
Date: 2004-11-19 05:59:01 UTC
List: ruby-core #3769
Hi all,

It looks like Forwardable is still emitting warnings:

require "forwardable"
class Foo
   extend Forwardable
   def_delegators(:@bar,*(Array.instance_methods))
   def initialize
      @bar = []
   end
end

if $0 == __FILE__
   f = Foo.new
   f.push("hello")
end

# Generates the following warnings
(__FORWARDABLE__):1: warning: redefining `__send__'
may cause serious problem
(__FORWARDABLE__):1: warning: redefining `__id__' may
cause serious problem

Regards,

Dan


		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 


In This Thread

Prev Next