[#30549] [ANN] Ruby 1.8.6 has been released — "Akinori MUSHA" <knu@...>

 Ruby 1.8.6 をリリースしました。

14 messages 2007/03/12

[#30553] help: lib/shell for ruby 1.9 — keiju@... (Keiju ISHITSUKA)

けいじゅ@いしつかです.

13 messages 2007/03/13
[#30585] Re: help: lib/shell for ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/03/15

まつもと ゆきひろです

[#30587] Re: help: lib/shell for ruby 1.9 — keiju@... (石塚圭樹) 2007/03/15

けいじゅ@いしつかです.

[#30588] Re: help: lib/shell for ruby 1.9 — Yukihiro Matsumoto <matz@...> 2007/03/15

まつもと ゆきひろです

[ruby-dev:30624] test/rdoc occurs errors.

From: NAKANO Kouichi <curving@...>
Date: 2007-03-18 11:43:26 UTC
List: ruby-dev #30624
中野ともうします
よろしくお願いします

Cygwinだけなのかもしれませんが、test/rdoc/parsers/test_parse_c.rb でテス
ト一つおきにエラーが発生します。Tempfileがopenされたままだからのようです。
どの枝も同じようです。




Attachments (1)

rdoc-test.patch (351 Bytes, text/x-diff)
Index: test/rdoc/parsers/test_parse_c.rb
===================================================================
--- test/rdoc/parsers/test_parse_c.rb	(revision 12090)
+++ test/rdoc/parsers/test_parse_c.rb	(working copy)
@@ -24,7 +24,7 @@
   end
 
   def teardown
-    @tempfile.unlink
+    @tempfile.close true
   end
 
   def test_do_classes_boot_class

In This Thread

Prev Next