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

GNUish build process, suggest allowing `make check`.

From: Hugh Sasse Staff Elec Eng <hgs@...>
Date: 2004-11-01 15:35:08 UTC
List: ruby-core #3676
Given that the build process for ruby is very like many GNU
applications, being `configure; make; make install`, I'd like to
suggest that the current optional `make test` step be aliased to 
`make check` as is the norm for GNU packages.  One need not change
the docs for this to be useful, it would just work when 'needed'.
The patch below should suffice: it does for me anyway.

         Hugh

--- ruby-stable-snapshot/Makefile.in.orig       2004-07-07 07:54:37.000000000 +0100
+++ ruby-stable-snapshot/Makefile.in    2004-11-01 15:15:56.380053000 +0000
@@ -177,6 +177,8 @@
                 @rm -f parse.c
                 @rm -f lex.c

+check:         test
+
  test:          miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) PHONY
                 @./miniruby$(EXEEXT) $(srcdir)/rubytest.rb




In This Thread

Prev Next