[Gauche-devel-jp] Re: 未使用のモジュールを指摘する機能

Back to archive index

Rui Ueyama rui31****@gmail*****
2006年 10月 20日 (金) 11:10:22 JST


こちらは標準添付ライブラリから不要なインポートを取り除き、未定義の
変数を修正するパッチです。

標準ライブラリで修正したエラーは次のとおりです。sxmlについては使っ
たことがないので適当なフィックスになってしまっています。

symbols referenced but not defined:

 sxml.sxpath:  sxml:lookup sxml:ns-list sxml:attr
 text.gettext: file
 srfi-19:      format-string
 util.match:   plist
 util.stream:  ->string


modules imported but not used:

 binary.io: srfi-13, srfi-1
 binary.pack: gauche.uvector, srfi-2
 dbm.fsdbm: srfi-1
 file.util: util.list, srfi-11, srfi-2
 gauche.collection: util.queue
 gauche.hook: srfi-1
 srfi-19: util.list
 sxml.sxpath: text.parse, srfi-11, srfi-2
 util.match: srfi-2
 gauche.uvector: util.queue
 rfc.822: srfi-2
 rfc.cookie: srfi-2
 rfc.mime: srfi-2
 rfc.uri: gauche.regexp
 gauche.parseopt: srfi-13, srfi-2
 text.csv: srfi-11
 text.html-lite: srfi-1
 text.sql: util.match
 text.tr: srfi-13
 text.gettext: srfi-2
 util.lcs: srfi-1
 util.relation: util.list
 gauche.process: srfi-2
 gauche.version: srfi-13
 www.cgi: srfi-2

あと全然無関係ですがext/srfi/srfi-19-lib.scmの改行コードがCRLFのよ
うです。

-- rui
-------------- next part --------------
テキスト形式以外の添付ファイルを保管しました...
ファイル名: remove-imports.patch
型:         application/octet-stream
サイズ:     13728 バイト
説明:       無し
Descargar 


Gauche-devel-jp メーリングリストの案内
Back to archive index