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

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 3 19:26:07 PDT 2009


Revision: 1320
          http://trac.macosforge.org/projects/ruby/changeset/1320
Author:   lsansonetti at apple.com
Date:     2009-04-03 19:26:07 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
class_spec.rb is now green (yay)

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

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/class_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-04-04 02:25:07 UTC (rev 1319)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-04-04 02:26:07 UTC (rev 1320)
@@ -3,6 +3,7 @@
     and
     array
     case
+    class
     class_variable
     defined
     else

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/class_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/class_tags.txt	2009-04-04 02:25:07 UTC (rev 1319)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/class_tags.txt	2009-04-04 02:26:07 UTC (rev 1320)
@@ -1,10 +0,0 @@
-critical:A class definition raises TypeError if the constant qualifying the class is nil
-critical:A class definition raises TypeError if any constant qualifying the class is not a Module
-critical:A class definition allows using self as the superclass if self is a class
-critical:A Class Definitions extending an object raises a TypeError when trying to extend numbers
-critical:Reopening a class raises a TypeError when superclasses mismatch
-fails:A class definition raises TypeError if constant given as class name exists and is not a Module
-fails:A class definition allows the declaration of class variables in the body
-fails:A class definition allows the declaration of class variables in a class method
-fails:A class definition allows the declaration of class variables in an instance method
-fails:A class definition returns the value of the last statement in the body
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090403/fe5a6745/attachment.html>


More information about the macruby-changes mailing list