Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning/errors to stderr #3883

Closed
glensc opened this issue Mar 28, 2015 · 1 comment
Closed

warning/errors to stderr #3883

glensc opened this issue Mar 28, 2015 · 1 comment

Comments

@glensc
Copy link
Contributor

glensc commented Mar 28, 2015

hi

please change so that warnings and errors are printed to stderr, not stdout.

for example my deploy script contains this snippet:

    $ composer licenses --no-dev --no-ansi > deps

now the warning that composer is too old, should not be stored in that file, but rather in stderr:

$ cat deps
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/home/glen/Dropbox/
bin/composer.phar self-update" to get the latest version.
...
Licenses: GPL-2.0
Dependencies:

  components/jquery                    1.8.3                MIT     
  components/jquery-blockui            2.70                 MIT, GPL
  components/jquery-chosen             1.2.0                MIT

glensc added a commit to eventum/eventum that referenced this issue Mar 28, 2015
@Seldaek
Copy link
Member

Seldaek commented Mar 29, 2015

This has been fixed, but possibly in the last 30days, so I guess you don't see it in your >30days version :)

@Seldaek Seldaek closed this as completed Mar 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants