[#23231] What do you think about changing the return value of Kernel#require and Kernel#load to the source encoding of the required file? — =?ISO-8859-15?Q?Wolfgang_N=E1dasi-Donner?= <ed.odanow@...>

Dear Ruby developers and users!

8 messages 2009/04/17

[#23318] [Feature #1408] 0.1.to_r not equal to (1/10) — Heesob Park <redmine@...>

Feature #1408: 0.1.to_r not equal to (1/10)

19 messages 2009/04/26

[ruby-core:23105] Re: [Bug #1348] Crash in library under Ruby 1.9.1

From: Nobuyoshi Nakada <nobu@...>
Date: 2009-04-02 03:23:52 UTC
List: ruby-core #23105
Hi,

At Thu, 2 Apr 2009 10:53:11 +0900,
Nate Wiger wrote in [ruby-core:23104]:
> We have a small C library that now crashes under Ruby 1.9.1.
> It appears to compile cleanly, but gives the following error:
> 
> validates_vulgarity.rb:6: [BUG] unknown type 0x22 (0xc given) ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux]

0x22 and 0xc are T_DATA in 1.8 and 1.9 respectively.  You seem
not to clean old object files.

-- 
Nobu Nakada

In This Thread