[#49675] Request to update LEGAL file for zlib, UCD license — Jun Aruga <jaruga@...>
こんにちは。有賀と申します。
10 messages
2016/06/20
[#49678] Re: Request to update LEGAL file for zlib, UCD license
— Jun Aruga <jaruga@...>
2016/06/21
ご回答、そして+1のご意見ありがとうございます。
[#49683] Re: Request to update LEGAL file for zlib, UCD license
— Martin J. Dürst <duerst@...>
2016/06/22
On 2016/06/22 00:15, Jun Aruga wrote:
[ruby-dev:49681] Re: Ruby 2.4.0-preview1 Released
From:
kimura wataru <kimuraw@...>
Date:
2016-06-21 15:57:02 UTC
List:
ruby-dev #49681
木村といいます。 2.4.0-preview1を試していて気になったので、1点確認させてください。 make中に"UnicodeData.txt"を取りにhttp://www.unicode.org/へ接続しますが、 enc/unicode/data/以下のファイルは、リリース版ではtarballに含まれる 予定だったりしないでしょうか? たとえばオフラインの環境でconfigure && makeすると以下のようなエラーになります。 2.3ではこういったエラーはなかったので、2.4でも同様だとうれしいです。 $ ./configure $ make : verconf.h updated compiling loadpath.c Downloading Unicode 8.0.0 data files... downloading 8.0.0/ucd/UnicodeData.txt ... tool/downloader.rb:195:in `rescue in download': failed to download 8.0.0/ucd/UnicodeData.txt (RuntimeError) getaddrinfo: nodename nor servname provided, or not known: http://www.unicode.org/Public/8.0.0/ucd/UnicodeData.txt from tool/downloader.rb:137:in `download' from tool/downloader.rb:87:in `download' from tool/downloader.rb:244:in `block in <main>' from tool/downloader.rb:242:in `each' from tool/downloader.rb:242:in `<main>' make: *** [enc/unicode/data/8.0.0/UnicodeData.txt] Error 1 On Mon, 20 Jun 2016 17:59:46 +0900, NARUSE, Yui wrote: > We are pleased to announce the release of Ruby 2.4.0-preview1. > > Ruby 2.4.0-preview1 is the first preview of Ruby 2.4.0. > This preview1 is released earlier than usual because it includes so > many new features and improvements. > Feel free to [send > feedback](https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport) > since you can still change the features. > -- kimura wataru