[前][次][番号順一覧][スレッド一覧]

ruby-changes:30112

From: naruse <ko1@a...>
Date: Thu, 25 Jul 2013 16:31:20 +0900 (JST)
Subject: [ruby-changes:30112] naruse:r42164 (trunk): Change repository of rubyspec from original to nurse's

naruse	2013-07-25 16:31:10 +0900 (Thu, 25 Jul 2013)

  New Revision: 42164

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42164

  Log:
    Change repository of rubyspec from original to nurse's
    
    Because RubySpec often include tests which fails on CRuby even if
    RubySpec is a test suite which verifies whether an implementation is
    compatible with CRuby or not. Moreover recent mspec can't ignore specs
    guarded with ruby_bug. It breaks running RubySpec with Ruby 1.8 because
    those guards is used to avoid specs which cause stuck or crash.
    Therefore we gave up tracking original and dicided to fork.
    
    https://github.com/nurse/rubyspec

  Modified files:
    trunk/common.mk

Index: common.mk
===================================================================
--- common.mk	(revision 42163)
+++ common.mk	(revision 42164)
@@ -14,7 +14,7 @@ RUBYLIB       = $(PATH_SEPARATOR) https://github.com/ruby/ruby/blob/trunk/common.mk#L14
 RUBYOPT       = -
 RUN_OPTS      = --disable-gems
 
-SPEC_GIT_BASE = git://github.com/rubyspec
+SPEC_GIT_BASE = git://github.com/nurse
 MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
 RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]