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

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 29 03:11:41 PDT 2009


Revision: 1253
          http://trac.macosforge.org/projects/ruby/changeset/1253
Author:   eloy.de.enige at gmail.com
Date:     2009-03-29 03:11:41 -0700 (Sun, 29 Mar 2009)
Log Message:
-----------
Added alias spec to partially good files and tagged all examples as fails.

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

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

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-29 10:11:29 UTC (rev 1252)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-29 10:11:41 UTC (rev 1253)
@@ -28,6 +28,7 @@
   }
   
   KNOWN_PARTIALLY_GOOD = %w{
+    alias
     block
     break
     catch

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt	2009-03-29 10:11:41 UTC (rev 1253)
@@ -0,0 +1,7 @@
+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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090329/25e9c211/attachment.html>


More information about the macruby-changes mailing list