Tagged an example in the block spec, which cause a seg fault, as critical. (With a comment for now.)
--- MacRuby/branches/experimental/spec/frozen/language/block_spec.rb 2009-03-23 00:08:54 UTC (rev 1071)
+++ MacRuby/branches/experimental/spec/frozen/language/block_spec.rb 2009-03-23 00:16:37 UTC (rev 1072)
@@ -29,6 +29,7 @@
a.should == [[[1, 2]]]
end
+ # MR: critical
it "yields the correct arguments in a nested block" do
a = []
BlockSpecs::Yield.new.yield_splat_inside_block {|a1, a2| a << [a1, a2]}