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

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 26 15:54:41 PDT 2009


Revision: 1174
          http://trac.macosforge.org/projects/ruby/changeset/1174
Author:   eloy.de.enige at gmail.com
Date:     2009-03-26 15:54:41 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
Tagged failing examples of the def spec and added it to the green list.

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

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/def_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 22:54:29 UTC (rev 1173)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 22:54:41 UTC (rev 1174)
@@ -8,6 +8,7 @@
     catch
     class
     class_variable
+    def
     defined
     else
     execution

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/def_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/def_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/def_tags.txt	2009-03-26 22:54:41 UTC (rev 1174)
@@ -0,0 +1,12 @@
+fails:Defining an 'initialize' method should make it private
+fails:Defining an 'initialize_copy' method should make it private
+fails:An instance method with a default argument evaluates the default when required arguments precede it
+fails:An instance method with a default argument prefers to assign to a default argument before a splat argument
+fails:Redefining a singleton method does not inherit a previously set visibility 
+fails:Redefining a singleton method does not inherit a previously set visibility 
+fails:A nested method definition creates an instance method when evaluated in an instance method
+fails:A method definition inside an instance_eval creates a singleton method
+fails:A method definition inside an instance_eval creates a class method when the receiver is a class
+fails:A method definition in an eval creates an instance method
+fails:A method definition in an eval creates a class method
+fails:A method definition in an eval creates a singleton method
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090326/e57c04ef/attachment-0001.html>


More information about the macruby-changes mailing list