Conversation
|
This also simplifies the progress messages a little bit. The only ones which show up now are "Compiling X..." and "Writing Y" where Y is a |
|
I'm not even sure the Writing... messages are needed. |
|
👍 |
|
@garyb Do you think the "Reading..." messages for externs are useful at all? While we're at it, as a professional user, are there other progress messages you'd like to see? |
|
I guess the "Reading" errors are useful for bugs in reading the externs files, but since we print filenames in the error messages anyway it's not important at all. None of the status messages are that useful to me really when building projects, I only really pay attention to any error/warning messages we might throw out. The status messages are more of a debugging thing to me, when working on the language, but even at that I've not used them for a really long time. |
|
Oh, did you see this too? purescript-contrib/pulp#52 (re: printing warnings to stderr) |
|
yeah, let's fix that before 0.7.2 |
|
I've added it to this PR to just get it done. |
|
👍 |
@garyb Could you please review this? I also removed the used
RebuildPolicystuff frommake.