[macruby-changes] [1204] MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ method_tags.txt

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 27 01:35:53 PDT 2009


Revision: 1204
          http://trac.macosforge.org/projects/ruby/changeset/1204
Author:   lsansonetti at apple.com
Date:     2009-03-27 01:35:53 -0700 (Fri, 27 Mar 2009)
Log Message:
-----------
added failing specs and marked the first one as critical since it aborts the process

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt	2009-03-27 08:30:29 UTC (rev 1203)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/method_tags.txt	2009-03-27 08:35:53 UTC (rev 1204)
@@ -1 +1,5 @@
-fails:Calling a method allows any number of args beyond required to method with a splat
\ No newline at end of file
+critical:Calling a method allows any number of args beyond required to method with a splat
+fails:Calling a method with block argument converts the block to proc
+fails:Calling a method with invalid argument count raises an ArgumentError
+fails:Calling a private getter method does not permit self as a receiver
+fails:Calling a method expands an array to arguments grouped in parentheses which in turn takes rest arguments
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090327/3e98b37a/attachment.html>


More information about the macruby-changes mailing list