[macruby-changes] [2380] MacRuby/trunk/spec/frozen/tags/macruby/core/module/ module_function_tags.txt

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 25 16:44:40 PDT 2009


Revision: 2380
          http://trac.macosforge.org/projects/ruby/changeset/2380
Author:   lsansonetti at apple.com
Date:     2009-08-25 16:44:40 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
removed unnecessary tags

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/module/module_function_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/module/module_function_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/module/module_function_tags.txt	2009-08-25 23:44:25 UTC (rev 2379)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/module/module_function_tags.txt	2009-08-25 23:44:40 UTC (rev 2380)
@@ -1,13 +1 @@
-fails:Module#module_function with specific method names creates duplicates of the given instance methods on the Module object
 fails:Module#module_function with specific method names makes the instance methods private
-fails:Module#module_function as a toggle (no arguments) in a Module body stops creating module functions if the body encounters another toggle like public/protected/private without arguments
-fails:Module#module_function as a toggle (no arguments) in a Module body does not affect module_evaled method definitions also if outside the eval itself
-fails:Module#module_function as a toggle (no arguments) in a Module body has no effect if inside a module_eval if the definitions are outside of it
-fails:Module#module_function as a toggle (no arguments) in a Module body makes any subsequently defined methods module functions with the normal semantics
-fails:Module#module_function as a toggle (no arguments) in a Module body does not stop creating module functions if the body encounters public/protected/private WITH arguments
-fails:Module#module_function as a toggle (no arguments) in a Module body functions normally if both toggle and definitions inside a module_eval
-fails:Module#module_function as a toggle (no arguments) in a Module body affects evaled method definitions also even when outside the eval itself
-fails:Module#module_function as a toggle (no arguments) in a Module body affects definitions when inside an eval even if the definitions are outside of it
-fails:Module#module_function as a toggle (no arguments) in a Module body functions normally if both toggle and definitions inside a module_eval
-fails:Module#module_function with specific method names tries to convert the given names to strings using to_str
-fails:Module#module_function with specific method names raises a TypeError when the given names can't be converted to string using to_str
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090825/dcdaf01e/attachment-0001.html>


More information about the macruby-changes mailing list