[macruby-changes] [1664] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Sat May 30 17:19:45 PDT 2009


Revision: 1664
          http://trac.macosforge.org/projects/ruby/changeset/1664
Author:   eloy.de.enige at gmail.com
Date:     2009-05-30 17:19:45 -0700 (Sat, 30 May 2009)
Log Message:
-----------
Tagged critical and failing examples of UnboundMethod spec and added UnboundMethod to spec:ci.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/bind_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/clone_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/inspect_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/owner_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/to_s_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-05-31 00:19:31 UTC (rev 1663)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-05-31 00:19:45 UTC (rev 1664)
@@ -68,6 +68,7 @@
     spec/frozen/core/object
     spec/frozen/core/symbol
     spec/frozen/core/true
+    spec/frozen/core/unboundmethod
   }.join(' ')
   
   MACRUBY_MSPEC = "./spec/macruby.mspec"

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/bind_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/bind_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/bind_tags.txt	2009-05-31 00:19:45 UTC (rev 1664)
@@ -0,0 +1 @@
+critical:UnboundMethod#bind returns a callable method
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/clone_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/clone_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/clone_tags.txt	2009-05-31 00:19:45 UTC (rev 1664)
@@ -0,0 +1 @@
+critical:UnboundMethod#clone returns a copy of the UnboundMethod
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt	2009-05-31 00:19:45 UTC (rev 1664)
@@ -0,0 +1,2 @@
+fails:UnboundMethod#== returns true if either is an alias for the other
+fails:UnboundMethod#== returns true if both are aliases for a third method
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/inspect_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/inspect_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/inspect_tags.txt	2009-05-31 00:19:45 UTC (rev 1664)
@@ -0,0 +1,2 @@
+fails:UnboundMethod#inspect returns a String
+fails:UnboundMethod#inspect the String shows the method name, Module defined in and Module extracted from

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/owner_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/owner_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/owner_tags.txt	2009-05-31 00:19:45 UTC (rev 1664)
@@ -0,0 +1,3 @@
+fails:UnboundMethod#owner returns the owner of the method
+fails:UnboundMethod#owner returns the class/module it was defined in
+fails:UnboundMethod#owner returns the name even when aliased

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/to_s_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/to_s_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/unboundmethod/to_s_tags.txt	2009-05-31 00:19:45 UTC (rev 1664)
@@ -0,0 +1,2 @@
+fails:UnboundMethod#to_s returns a String
+fails:UnboundMethod#to_s the String shows the method name, Module defined in and Module extracted from
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090530/7a63a346/attachment.html>


More information about the macruby-changes mailing list