[macruby-changes] [1881] MacRuby/branches/experimental/spec/frozen/tags/macruby

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 18 13:52:33 PDT 2009


Revision: 1881
          http://trac.macosforge.org/projects/ruby/changeset/1881
Author:   eloy.de.enige at gmail.com
Date:     2009-06-18 13:52:32 -0700 (Thu, 18 Jun 2009)
Log Message:
-----------
Removed some tags of passing examples.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/multiply_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/rindex_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/class/initialize_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/drop_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/each_cons_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/each_slice_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/take_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/each_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/foreach_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/multiply_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/multiply_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/multiply_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,5 +1,4 @@
 critical:Array#* with a string handles recursive arrays
-fails:Array#* raises an ArgumentError when passed no arguments
 fails:Array#* with an integer copies the untrusted status of the original array even if the passed count is 0
 fails:Array#* with an integer copies the untrusted status of the original array even if the array is empty
 fails:Array#* with an integer copies the untrusted status of the original array if the passed count is not 0

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/rindex_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/rindex_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/rindex_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,2 +1 @@
-fails:Array#rindex does not fail when removing elements from block
 fails:Array#rindex returns the first index backwards from the end where element == to object

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/class/initialize_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/class/initialize_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/class/initialize_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,2 +1 @@
-fails:Class#new invokes #initialize on the new instance with the given args
 fails:Class#new passes the block to #initialize

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/each_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/each_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/each_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1 +0,0 @@
-fails:Dir#each returns an Enumerator if no block given

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/foreach_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/foreach_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/foreach_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1 +0,0 @@
-fails:Dir.foreach returns an Enumerator if no block given

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1 +0,0 @@
-fails:Dir.pwd returns the current working directory

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/drop_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/drop_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/drop_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,2 +1 @@
-fails:Enumerable#drop requires exactly one argument
 fails:Enumerable#drop passed a number n as an argument tries to convert n to an Integer using #to_int

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/each_cons_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/each_cons_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/each_cons_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,3 +1,2 @@
-fails:Enumerable#each_cons raises an Argument Error if there is not a single parameter > 0
 fails:Enumerable#each_cons tries to convert n to an Integer using #to_int
 fails:Enumerable#each_cons yields only as much as needed

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/each_slice_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/each_slice_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/each_slice_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,3 +1,2 @@
-fails:Enumerable#each_slice raises an Argument Error if there is not a single parameter > 0
 fails:Enumerable#each_slice tries to convert n to an Integer using #to_int
 fails:Enumerable#each_slice yields only as much as needed

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/take_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/take_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/enumerable/take_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,6 +1,5 @@
-fails:Enumerable#take requires an argument
 fails:Enumerable#take when passed an argument returns the first count elements if given a count
 fails:Enumerable#take when passed an argument returns an empty array when passed count == 0
 fails:Enumerable#take when passed an argument returns an array containing the first element when passed count == 1
 fails:Enumerable#take when passed an argument tries to convert the passed argument to an Integer using #to_int
-fails:Enumerable#take when passed an argument consumes only what is needed
\ No newline at end of file
+fails:Enumerable#take when passed an argument consumes only what is needed

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,7 +1,2 @@
-fails:The alias keyword creates a new name for an existing method
-fails:The alias keyword adds the new method to the list of methods
-fails:The alias keyword adds the new method to the list of public methods
-fails:The alias keyword overwrites an existing method with the target name
-fails:The alias keyword is reversible
 fails:The alias keyword operates on the object's metaclass when used in instance_eval
-fails:The alias keyword operates on methods defined via attr, attr_reader, and attr_accessor
\ No newline at end of file
+fails:The alias keyword operates on methods defined via attr, attr_reader, and attr_accessor

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -1,3 +1,2 @@
 critical:Calling a method allows any number of args beyond required to method with a splat
-fails:Calling a method with invalid argument count raises an ArgumentError
 fails:Calling a private getter method does not permit self as a receiver

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt	2009-06-18 20:41:00 UTC (rev 1880)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt	2009-06-18 20:52:32 UTC (rev 1881)
@@ -3,4 +3,3 @@
 fails:The private keyword changes visibility of previously called method
 fails:The private keyword changes the visibility of the existing method in the subclass
 fails:The private keyword changes visiblity of previously called methods with same send/call site
-fails:The private keyword is no longer in effect when the class is closed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090618/fff026a0/attachment.html>


More information about the macruby-changes mailing list