[前][次][番号順一覧][スレッド一覧]

ruby-reference-manual:37

From: Kazuhiro NISHIYAMA <zn@m...>
Date: Fri, 04 Aug 2006 17:05:55 +0900
Subject: [ruby-reference-manual:37] ページ名の大文字小文字

西山和広です。

静的HTMLのtarballが作れるかどうかチェックしてみたところ、
以下のページ名が大文字小文字の違いだけになっていました。

こういうページ名があるとWindows環境で困るので、
どうにかしたいのですが、どうするのが良いのでしょうか?

(:underline_html)
% ./fetch_static_html.rb
warning: "Socket.html" and "socket.html"
warning: "Thread.html" and "thread.html"
warning: "OpenSSL.html" and "openssl.html"
warning: "DL.html" and "dl.html"
warning: "matrix.html" and "Matrix.html"
warning: "kconv.html" and "Kconv.html"
warning: "sync.html" and "Sync.html"
warning: "time.html" and "Time.html"
warning: "Method.html" and "method.html"
warning: "Monitor.html" and "monitor.html"
warning: "zlib.html" and "Zlib.html"
warning: "Date.html" and "date.html"
warning: "ENV.html" and "Env.html"
warning: "rational.html" and "Rational.html"
warning: "bigdecimal.html" and "BigDecimal.html"
warning: "timeout.html" and "Timeout.html"
warning: "Complex.html" and "complex.html"
warning: "Forwardable.html" and "forwardable.html"
warning: "CSV.html" and "csv.html"
warning: "pp.html" and "PP.html"
%


記号を_にまとめるようにしていると/と::だけの違いの
net_httpとwin32_registryも衝突してしまうようです。

(:ja_man_html)
% ./fetch_static_html.rb
warning: "Socket.html" and "socket.html"
warning: "Thread.html" and "thread.html"
warning: "OpenSSL.html" and "openssl.html"
warning: "DL.html" and "dl.html"
warning: "net_http.html" and "Net_HTTP.html"
warning: "matrix.html" and "Matrix.html"
warning: "kconv.html" and "Kconv.html"
warning: "sync.html" and "Sync.html"
warning: "time.html" and "Time.html"
warning: "Monitor.html" and "monitor.html"
warning: "zlib.html" and "Zlib.html"
warning: "Date.html" and "date.html"
warning: "ENV.html" and "Env.html"
warning: "win32_registry.html" and "Win32_Registry.html"
warning: "rational.html" and "Rational.html"
warning: "bigdecimal.html" and "BigDecimal.html"
warning: "timeout.html" and "Timeout.html"
warning: "Complex.html" and "complex.html"
warning: "Forwardable.html" and "forwardable.html"
warning: "CSV.html" and "csv.html"
warning: "pp.html" and "PP.html"
%


-- 
|ZnZ(ゼット エヌ ゼット)
|西山和広(Kazuhiro NISHIYAMA)

--
ML: ruby-reference-manual@m...
使い方: http://QuickML.com/

[前][次][番号順一覧][スレッド一覧]

->      37 2006-08-04 10:05 [zn@m...             ] ページ名の大文字小文字                  
        39 2006-08-04 12:02 ┣[don@n...            ]                                       
        41 2006-08-04 19:17 ┗[arton@e...          ]                                       
        43 2006-08-07 05:46  ┗[zn@m...             ]