[#18121] [Ruby 1.8.7 - Bug #405] (Open) ssl.rb:31: [BUG] Bus Error — Anonymous <redmine@...>

Issue #405 has been reported by Anonymous.

14 messages 2008/08/04

[#18130] Re: New array methods cycle, choice, shuffle (plus bug in cycle) — Brian Candler <B.Candler@...>

> Seriously though... Array.first is a noun.

10 messages 2008/08/05

[#18319] NEW Command: absolute_path() -- — "C.E. Thornton" <admin@...>

Core,

14 messages 2008/08/16
[#18321] Re: NEW Command: absolute_path() -- — Yukihiro Matsumoto <matz@...> 2008/08/18

Hi,

[#18381] [Bug #496] DRb.start_service(nil) is very slow — Hongli Lai <redmine@...>

Bug #496: DRb.start_service(nil) is very slow

11 messages 2008/08/25

[ruby-core:18145] [PATCH] error.c (Init_Exception): Rename class "fatal" to "Fatal"

From: Otto Hilska <otto.hilska@...>
Date: 2008-08-06 11:16:00 UTC
List: ruby-core #18145
Hi,

Since most other Ruby classes have a name with the first letter in 
uppercase, I think "fatal" should be no exception.

Here's a patch for the 1.8 branch if you want, but the change itself is 
very trivial.

  - Otto Hilska

Attachments (1)

ruby-error-fatal.patch (565 Bytes, text/x-diff)
Index: error.c
===================================================================
--- error.c	(revision 18387)
+++ error.c	(working copy)
@@ -997,7 +997,7 @@
     rb_define_method(rb_eSystemExit, "status", exit_status, 0);
     rb_define_method(rb_eSystemExit, "success?", exit_success_p, 0);
 
-    rb_eFatal  	    = rb_define_class("fatal", rb_eException);
+    rb_eFatal  	    = rb_define_class("Fatal", rb_eException);
     rb_eSignal      = rb_define_class("SignalException", rb_eException);
     rb_eInterrupt   = rb_define_class("Interrupt", rb_eSignal);
 

In This Thread

Prev Next