[#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: x86_64 -- warning and errors

From: ts <decoux@...>
Date: 2004-11-02 16:03:02 UTC
List: ruby-core #3684
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:

Y> Does this patch improve the situation?

 yes and no

uln% make
gcc -g -O2   -I. -I.  -c regexec.c
gcc -g -O2   -I. -I.  -c string.c
[...]
uln%

uln% ruby runner.rb
Loaded suite .
Started
[...]
  1) Failure:
test_sum(TestString)
    [./ruby/test_string.rb:8:in `check_sum'
     ./ruby/test_string.rb:16:in `test_sum'
     ./ruby/test_string.rb:15:in `upto'
     ./ruby/test_string.rb:15:in `test_sum']:
<363> expected but was
<0>.

1618 tests, 11718 assertions, 1 failures, 0 errors
uln% 



Guy Decoux



In This Thread