[#237] object.c ruby.h (fwd) — Robert Skarwecki <skaav@...>

Hello everybody,

42 messages 2002/07/24
[#239] Re: [PATCH] object.c ruby.h (fwd) — GOTO Kentaro <gotoken@...> 2002/07/24

At Thu, 25 Jul 2002 00:02:28 +0900,

[#240] Re: [PATCH] object.c ruby.h (fwd) — Dave Thomas <Dave@...> 2002/07/24

GOTO Kentaro <gotoken@notwork.org> writes:

[#246] Re: [PATCH] object.c ruby.h (fwd) — GOTO Kentaro <gotoken@...> 2002/07/25

At Thu, 25 Jul 2002 05:05:46 +0900,

[#247] Re: [PATCH] object.c ruby.h (fwd) — Dave Thomas <Dave@...> 2002/07/25

GOTO Kentaro <gotoken@notwork.org> writes:

[#248] Re: [PATCH] object.c ruby.h (fwd) — nobu.nokada@... 2002/07/25

Hi,

[#249] Re: [PATCH] object.c ruby.h (fwd) — Dave Thomas <Dave@...> 2002/07/25

nobu.nokada@softhome.net writes:

[#250] Re: [PATCH] object.c ruby.h (fwd) — nobu.nokada@... 2002/07/25

Hi,

[#252] Re: [PATCH] object.c ruby.h (fwd) — GOTO Kentaro <gotoken@...> 2002/07/25

At Fri, 26 Jul 2002 03:11:02 +0900,

[#253] Re: [PATCH] object.c ruby.h (fwd) — Dave Thomas <Dave@...> 2002/07/25

GOTO Kentaro <gotoken@notwork.org> writes:

Boolean class (Re: [PATCH] object.c ruby.h)

From: matz@... (Yukihiro Matsumoto)
Date: 2002-07-24 16:51:24 UTC
List: ruby-core #238
Hi,

In message "[PATCH] object.c ruby.h (fwd)"
    on 02/07/25, Robert Skarwecki <skaav@gmx.net> writes:

|my name is Robert Skarwecki and this is my first contribution to the Ruby
|development.
|
|The patch implements the ToDo task "introduce Boolean class; super of
|TrueClass, FalseClass".

Thank you for the contribution.  Two points:

  * use unified diff (diff -u) instead of plain old diff to create
    patches.  Patches created by old diff are too much context
    sensitive.  Even the smallest change will prevent them to be
    applied.

  * most of the entries in the ToDo file are actually "things need to
    be discussed before implementation". ;-)  This one is typical.
    But your work is not vain.  It should be the driving force for
    discussion about this issue.

So, everyone, feel free to discuss.  Do you think we need Boolean
class?

							matz.

In This Thread