[macruby-changes] [1875] MacRuby/branches/experimental/spec/frozen/tags/macruby/core/module/ module_function_tags.txt

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 17 23:59:01 PDT 2009


Revision: 1875
          http://trac.macosforge.org/projects/ruby/changeset/1875
Author:   lsansonetti at apple.com
Date:     2009-06-17 23:59:01 -0700 (Wed, 17 Jun 2009)
Log Message:
-----------
marking a bunch of specs as failing, they used to pass by pure luck before (#module_function as a toggle is not implemented yet)

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

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/module/module_function_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/module/module_function_tags.txt	2009-06-18 06:58:13 UTC (rev 1874)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/module/module_function_tags.txt	2009-06-18 06:59:01 UTC (rev 1875)
@@ -3,5 +3,11 @@
 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/20090617/953deb2d/attachment.html>


More information about the macruby-changes mailing list