ruby-changes:55240
From: duerst <ko1@a...>
Date: Fri, 5 Apr 2019 21:36:35 +0900 (JST)
Subject: [ruby-changes:55240] duerst:r67447 (trunk): output more debug information in downloader.rb (temporary)
duerst 2019-04-05 21:36:29 +0900 (Fri, 05 Apr 2019) New Revision: 67447 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67447 Log: output more debug information in downloader.rb (temporary) Unicode file download doesn't work with Visual Studio, we need more debug output. Modified files: trunk/tool/downloader.rb Index: tool/downloader.rb =================================================================== --- tool/downloader.rb (revision 67446) +++ tool/downloader.rb (revision 67447) @@ -330,6 +330,7 @@ end https://github.com/ruby/ruby/blob/trunk/tool/downloader.rb#L330 Downloader.https = https.freeze if $0 == __FILE__ + puts "==== downloader.rb called with the following arguments: #{ARGV.join ' '}" # additional output for debugging since = true options = {} until ARGV.empty? -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/