ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: merch-redmine@jeremyevans.net
To: ruby-core@ruby-lang.org
Subject: [ruby-core:93790] [Ruby master Bug#4436] FileUtils verbose mode prints output to stderr
Date: Mon, 15 Jul 2019 16:43:29 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-79539.20190715164328.ac1e3d0dc3d9529b@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-4436.20110224041930@ruby-lang.org

Issue #4436 has been updated by jeremyevans0 (Jeremy Evans).

Backport set to 2.5: UNKNOWN, 2.6: UNKNOWN
ruby -v deleted (1.8.7)
Description updated
Subject changed from FileUtils#cp_r verbose mode prints output to stderr to FileUtils verbose mode prints output to stderr
Project changed from Ruby 1.8 to Ruby master

This was set to the Ruby 1.8 tracker, but I think it is still an issue currently for all FileUtils methods.  Changing the default behavior could possibly be done in Ruby 3, and potentially we could add an option for `$stdout` (or another IO stream) for non-error messages in 2.7.

----------------------------------------
Bug #4436: FileUtils verbose mode prints output to stderr
https://bugs.ruby-lang.org/issues/4436#change-79539

* Author: jrdioko (Johnathan Ritzi)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 
* 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/

       reply	other threads:[~2019-07-15 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <redmine.issue-4436.20110224041930@ruby-lang.org>
2019-07-15 16:43 ` merch-redmine [this message]
2019-07-31 19:56 ` [ruby-core:94084] [Ruby master Bug#4436] FileUtils verbose mode prints output to stderr merch-redmine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-79539.20190715164328.ac1e3d0dc3d9529b@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).