Skip to content

Messages about compiling files should go to stderr rather than stdout #574

@nessus42

Description

@nessus42

Ammonite messages about compiling files should go to stderr rather than stdout.

Yes, I know I can silence such output with "-s", but sometimes it is useful to see such output (so, e.g., I know why the script is running slowly), without having it ruin the contents of the output file when you run a script like so:

$ amm foo.sc > output.txt

The Ivy output currently all goes to stderr (which is where it should go), so having the compiling messages go to the same place would also be more consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions