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

ruby-changes:9270

From: yugui <ko1@a...>
Date: Wed, 17 Dec 2008 15:14:36 +0900 (JST)
Subject: [ruby-changes:9270] Ruby:r20806 (ruby_1_9_1): merges r20735 from trunk into ruby_1_9_1.

yugui	2008-12-17 15:14:18 +0900 (Wed, 17 Dec 2008)

  New Revision: 20806

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

  Log:
    merges r20735 from trunk into ruby_1_9_1.
    * spec/README: directory structrue changed

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/spec/README

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 20805)
+++ ruby_1_9_1/ChangeLog	(revision 20806)
@@ -1,3 +1,7 @@
+Sun Dec 14 14:26:11 2008  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* spec/README: directory structrue changed
+
 Sun Dec 14 01:35:48 2008  Tanaka Akira  <akr@f...>
 
 	* process.c (forked_child): new variable.
Index: ruby_1_9_1/spec/README
===================================================================
--- ruby_1_9_1/spec/README	(revision 20805)
+++ ruby_1_9_1/spec/README	(revision 20806)
@@ -4,26 +4,33 @@
 executable format. The make task `update-rubyspec' retrieves the specification
 and put it into this directory.
 
+== Directory structure
  spec
   +-- mspec            driver library for executing the specification.
   +-- rubyspec
-       +-- 1.8
+       +-- 1.8           specification for both Ruby 1.8 and 1.9
+       |    +-- core        specification for core libraries 
+       |    |    +-- array 
+       |    |    +-- bignum
+       |    |    +-- ...
+       |    |
+       |    +-- fixtures    example classes for writing specs
+       |    +-- language    specification for Ruby language itself
+       |    +-- library     specification for standard libraries
+       |         +-- addrev
+       |         +-- ...
        |    +-- core
        |    +-- ...
        |
-       +-- 1.9
-            +-- core        specification for core libraries 
-            |    +-- array 
-            |    +-- bignum
-            |    +-- ...
-            |
-            +-- fixtures    
-            +-- language    specification for Ruby language itself
-            +-- library     specification for standard libraries.
-                 +-- addrev
-                 +-- ...
+       +-- 1.9           specification for new features and large changes in Ruby 1.9
+            +-- core
+            +-- fixtures
+            +-- language
+            +-- library
+            +-- core
+            +-- ...
 
-= How to run
+== How to run
 :make target
   verifies all specs.
    $ make test-rubyspec

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

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