[macruby-changes] [1315] MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ return_tags.txt

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 3 18:27:57 PDT 2009


Revision: 1315
          http://trac.macosforge.org/projects/ruby/changeset/1315
Author:   lsansonetti at apple.com
Date:     2009-04-03 18:27:57 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
untagged specs that are now passing (we are almost green)

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/return_tags.txt

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/return_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/return_tags.txt	2009-04-04 01:27:24 UTC (rev 1314)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/return_tags.txt	2009-04-04 01:27:57 UTC (rev 1315)
@@ -1,10 +1,4 @@
-fails:The return keyword in a Thread raises a ThreadError if used to exit a thread
-fails:The return keyword when passed a splat returns nil when the ary is empty
-fails:The return keyword when passed a splat returns the first element when the array is size of 1
-fails:The return keyword when passed a splat returns a non-array when used as a splat
-fails:The return keyword when passed a splat calls 'to_a' on the splatted value first
-fails:The return keyword when passed a splat calls 'to_ary' on the splatted value first
-fails:The return keyword within a begin executes return at base of ensure stack
-fails:The return keyword within a block raises a LocalJumpError if there is no lexicaly enclosing method
-fails:The return keyword within a block causes the method that lexically encloses the block to return
-fails:The return keyword within a block returns from the lexically enclosing method even in case of chained calls
\ No newline at end of file
+fails:The return keyword in a Thread raises a LocalJumpError if used to exit a thread
+fails:The return keyword within a block causes lambda to return nil if invoked without any arguments
+fails:The return keyword within a block causes lambda to return nil if invoked with an empty expression
+fails:The return keyword within a block causes lambda to return the value passed to return
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090403/681254af/attachment-0001.html>


More information about the macruby-changes mailing list