[macruby-changes] [4561] MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 29 17:47:52 PDT 2010


Revision: 4561
          http://trac.macosforge.org/projects/ruby/changeset/4561
Author:   lsansonetti at apple.com
Date:     2010-09-29 17:47:51 -0700 (Wed, 29 Sep 2010)
Log Message:
-----------
cleanup defined? tags

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt	2010-09-29 23:46:45 UTC (rev 4560)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/defined_tags.txt	2010-09-30 00:47:51 UTC (rev 4561)
@@ -1,21 +1,19 @@
-critical:The defined? keyword returns 'super' when Subclass#no_args and created with define_method
-critical:The defined? keyword returns 'super' when Subclass#args and created with define_method
-critical:The defined? keyword returns 'super' when Subclass#no_args uses a block in define_method
-critical:The defined? keyword returns 'super' when Subclass#args uses a block in define_method
-critical:The defined? keyword for super for a method taking no arguments returns nil from a #define_method when no superclass method exists
-critical:The defined? keyword for super for a method taking no arguments returns nil from a block in a #define_method when no superclass method exists
-critical:The defined? keyword for super for a method taking no arguments returns 'super' from a #define_method when a superclass method exists
-critical:The defined? keyword for super for a method taking no arguments returns 'super' from a block in a #define_method when a superclass method exists
-critical:The defined? keyword for super for a method taking arguments returns nil from a #define_method when no superclass method exists
-critical:The defined? keyword for super for a method taking arguments returns nil from a block in a #define_method when no superclass method exists
-critical:The defined? keyword for super for a method taking arguments returns 'super' from a #define_method when a superclass method exists
-critical:The defined? keyword for super for a method taking arguments returns 'super' from a block in a #define_method when a superclass method exists
 fails:The defined? keyword when called with a method name having a module as receiver returns nil if the method is private
+fails:The defined? keyword when called with a method name having a module as receiver returns nil if the method is protected
 fails:The defined? keyword when called with a method name having a local variable as receiver calls #respond_to_missing?
-fails:The defined? keyword for an expression returns nil for an expression with 'not' and an unset global variable
-fails:The defined? keyword for an expression returns nil for an expression with 'not' and an unset instance variable
-fails:The defined? keyword for an expression returns nil for an expression with '!' and an unset global variable
-fails:The defined? keyword for an expression returns nil for an expression with '!' and an unset instance variable
+fails:The defined? keyword when called with a method name having a local variable as receiver calls #respond_to_missing?
+fails:The defined? keyword for an expression with logical connectives returns nil for an expression with '!' and an unset global variable
+fails:The defined? keyword for an expression with logical connectives returns nil for an expression with '!' and an unset instance variable
+fails:The defined? keyword for an expression with logical connectives returns nil for an expression with 'not' and an unset global variable
+fails:The defined? keyword for an expression with logical connectives returns nil for an expression with 'not' and an unset instance variable
+fails:The defined? keyword for an expression with logical connectives returns 'expression' for an expression with '&&/and' and an undefined method
+fails:The defined? keyword for an expression with logical connectives returns 'expression' for an expression with '&&/and' and an unset class variable
+fails:The defined? keyword for an expression with logical connectives does not call a method in an '&&' expression and returns 'expression'
+fails:The defined? keyword for an expression with logical connectives does not call a method in an 'and' expression and returns 'expression'
+fails:The defined? keyword for an expression with logical connectives returns 'expression' for an expression with '||/or' and an undefined method
+fails:The defined? keyword for an expression with logical connectives returns 'expression' for an expression with '||/or' and an unset class variable
+fails:The defined? keyword for an expression with logical connectives does not call a method in an '||' expression and returns 'expression'
+fails:The defined? keyword for an expression with logical connectives does not call a method in an 'or' expression and returns 'expression'
 fails:The defined? keyword for an expression with a dynamic String returns 'expression' when the String contains a call to an undefined method
 fails:The defined? keyword for an expression with a dynamic String does not call the method in the String
 fails:The defined? keyword for an expression with a dynamic Regexp returns 'expression' when the Regexp contains a call to an undefined method
@@ -45,16 +43,7 @@
 fails:The defined? keyword for yield returns 'yield' if a block is passed to a method not taking a block parameter
 fails:The defined? keyword for yield returns 'yield' if a block is passed to a method taking a block parameter
 fails:The defined? keyword for super returns nil when a superclass undef's the method
-fails:The defined? keyword when called with a method name having a module as receiver returns nil if the method is protected
-fails:The defined? keyword for an expression with logical connectives returns nil for an expression with '!' and an unset global variable
-fails:The defined? keyword for an expression with logical connectives returns nil for an expression with '!' and an unset instance variable
-fails:The defined? keyword for an expression with logical connectives returns nil for an expression with 'not' and an unset global variable
-fails:The defined? keyword for an expression with logical connectives returns nil for an expression with 'not' and an unset instance variable
-fails:The defined? keyword for an expression with logical connectives returns 'expression' for an expression with '&&/and' and an undefined method
-fails:The defined? keyword for an expression with logical connectives returns 'expression' for an expression with '&&/and' and an unset class variable
-fails:The defined? keyword for an expression with logical connectives does not call a method in an '&&' expression and returns 'expression'
-fails:The defined? keyword for an expression with logical connectives does not call a method in an 'and' expression and returns 'expression'
-fails:The defined? keyword for an expression with logical connectives returns 'expression' for an expression with '||/or' and an undefined method
-fails:The defined? keyword for an expression with logical connectives returns 'expression' for an expression with '||/or' and an unset class variable
-fails:The defined? keyword for an expression with logical connectives does not call a method in an '||' expression and returns 'expression'
-fails:The defined? keyword for an expression with logical connectives does not call a method in an 'or' expression and returns 'expression'
+fails:The defined? keyword for super for a method taking no arguments returns 'super' from a #define_method when a superclass method exists
+fails:The defined? keyword for super for a method taking no arguments returns 'super' from a block in a #define_method when a superclass method exists
+fails:The defined? keyword for super for a method taking arguments returns 'super' from a #define_method when a superclass method exists
+fails:The defined? keyword for super for a method taking arguments returns 'super' from a block in a #define_method when a superclass method exists
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100929/b3bfd009/attachment.html>


More information about the macruby-changes mailing list