Shiro Kawai
shiro****@lava*****
2010年 8月 26日 (木) 21:59:39 JST
trunkでは直ってますが、いずれにせよありがとうございます。 --shiro From: 西山 清香 <kiyok****@netfo*****> Subject: [Gauche-devel-jp] typo in gauche.test Date: Thu, 26 Aug 2010 21:51:24 +0900 (JST) > kiyokaです。 > > ソース中に typo を見つけていたのを思い出しましたので報告します。 > Gauche-0.9 のリリース版へのパッチです。 > trunkでは直っているのかもしれませんが確認していません。よろしくお願いします。 > > diff -ru Gauche-0.9/lib/gauche/test.scm Gauche-0.9.fix/lib/gauche/test.scm > --- Gauche-0.9/lib/gauche/test.scm 2009-07-27 01:28:12.000000000 +0900 > +++ Gauche-0.9.fix/lib/gauche/test.scm 2010-08-25 22:09:37.000000000 +0900 > @@ -125,7 +125,7 @@ > > (define *test-record-file* (sys-getenv "GAUCHE_TEST_RECORD_FILE")) > > -(define (test-record-file flie) (set! *test-record-file* file)) ;public API > +(define (test-record-file file) (set! *test-record-file* file)) ;public API > > ;; List of discrepancies > (define *discrepancy-list* '()) > > --kiyoka > > _______________________________________________ > Gauche-devel-jp mailing list > Gauch****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/gauche-devel-jp