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

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 26 16:37:13 PDT 2009


Revision: 1185
          http://trac.macosforge.org/projects/ruby/changeset/1185
Author:   eloy.de.enige at gmail.com
Date:     2009-03-26 16:37:12 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
Tagged failing examples of the private spec and added it to the partially green list.

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

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

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 23:37:00 UTC (rev 1184)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-26 23:37:12 UTC (rev 1185)
@@ -39,6 +39,7 @@
     next
     precedence
     predefined
+    private
   }
   
   MSPEC_RUN = "./miniruby -v -I./mspec/lib -I./lib ./mspec/bin/mspec-run"

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt	2009-03-26 23:37:12 UTC (rev 1185)
@@ -0,0 +1,5 @@
+fails:The private keyword marks following methods as being private
+fails:The private keyword is overridden when a new class is opened
+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
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090326/215e3c76/attachment-0001.html>


More information about the macruby-changes mailing list