[#97536] [Ruby master Bug#16694] JIT vs hardened GCC with PCH — v.ondruch@...
Issue #16694 has been reported by vo.x (Vit Ondruch).
11 messages
2020/03/18
[ruby-core:97425] [Ruby master Bug#4436] FileUtils verbose mode prints output to stderr
From:
merch-redmine@...
Date:
2020-03-09 16:49:18 UTC
List:
ruby-core #97425
Issue #4436 has been updated by jeremyevans0 (Jeremy Evans). I've submitted a pull request upstream for this: https://github.com/ruby/fileutils/pull/49 ---------------------------------------- Bug #4436: FileUtils verbose mode prints output to stderr https://bugs.ruby-lang.org/issues/4436#change-84560 * Author: jrdioko (Johnathan Ritzi) * Status: Open * Priority: Normal * Target version: 3.0 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- =begin I'm using a plugin in a Ruby on Rails application that uses FileUtils's cp_r method to copy files into place (with verbose mode on). When deploying my application with Capistrano, I get several "error" lines during this part (http://groups.google.com/group/capistrano/browse_thread/thread/64e95a26af3035cd?pli=1). It appears that FileUtils#cp_r prints all output in verbose mode to stderr, even if the output is not erroneous (http://stackoverflow.com/questions/3163585/getting-executed-command-from-ruby-fileutils). It seems that fu_output_message (and related code) should be changed so that output goes to stdout and errors go to stderr, as usual. =end -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>