Revision
1138
Author
eloy.de.enige@gmail.com
Date
2009-03-24 08:13:36 -0700 (Tue, 24 Mar 2009)

Log Message

Added some more critical tags, but to even get to these specs with spec:language you need to skip a few files.

Added Paths

Diff

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt (0 => 1138)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt	2009-03-24 15:13:36 UTC (rev 1138)
@@ -0,0 +1 @@
+critical:A constant on an eigenclass cannot be accessed via object::CONST
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt (0 => 1138)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/encoding_tags.txt	2009-03-24 15:13:36 UTC (rev 1138)
@@ -0,0 +1,2 @@
+critical:The __ENCODING__ pseudo-variable is the evaluated strings's one inside an eval
+critical:The __ENCODING__ pseudo-variable is equal to the specified encoding when a magic comment exists
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt (0 => 1138)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt	2009-03-24 15:13:36 UTC (rev 1138)
@@ -0,0 +1,2 @@
+critical:An ensure block inside a method is executed when an exception is raised in the method
+critical:An ensure block inside a method is executed even when a symbol is thrown in the method
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt (0 => 1138)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt	2009-03-24 15:13:36 UTC (rev 1138)
@@ -0,0 +1 @@
+critical:The __FILE__ constant equals (eval) inside an eval 
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/for_tags.txt (0 => 1138)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/for_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/for_tags.txt	2009-03-24 15:13:36 UTC (rev 1138)
@@ -0,0 +1,4 @@
+critical:The for expression iterates over an Hash passing each key-value pair to the block
+critical:The for expression allows an instance variable as an iterator name
+critical:The for expression returns expr
+critical:The for expression repeats current iteration with 'redo'
\ No newline at end of file