-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
incorrectly warning uses of warnings #3566
Comments
I proposed “warning” to dissuade packages from using output during precompilation for anything other than warnings. It seems like something we don’t want to promote? |
@vtjnash let me know if you disagree, otherwise perhaps we can close this? |
I think Pkg should avoid editorializing, although I agree it is not generally advisable, some messages just won't be warnings |
Ok so |
Yes, or something like "wrote text" |
The output text says "had warnings", but this text is not a warning, just informational advice, and it is harmful to users for Pkg to claim this is a warning:
observed at JuliaPy/PyPlot.jl#572
The text was updated successfully, but these errors were encountered: