purescript-deprecated/gulp-purescript

Warnings are hidden

garyb opened this issue · 7 comments

Currently no warnings are printed by the psc task, I think this comes from the change to reduce the verbosity of the output.

Good catch. Does it work adding the --verbose flag?

Yep, that brings them through.

I think the psc verbosity has toned down a lot since the output was silenced - it only dumps reading/writing messages when its own verbose flag is enabled now, so we might be able to just show the whole output again anyway.

Thanks for checking. We could flip the argument to --silent. I will take a look.

As of the new v0.7.2 release warning are printed to stderr rather than stdout if that makes things any easier?

Thanks for the heads up @garyb. Warnings should now be displayed properly.

Great! Thanks for the quick turnaround. I can see just how many little mistakes I'm making now 😉

Welcome, glad it works!