You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now warnings that are generated by tests appear in the log messages. I think we can suppress them (since we intentionally test for them), it would be easier to read the logs.
The text was updated successfully, but these errors were encountered:
This was mostly solved with #168, apart from three warnings: two coming from sturges and freedman_diaconis which I mentioned in this comment in the same PR, and one that is the last log when running julia make.jl:
┌ Warning: Documenter could not auto-detect the building environment Skipping deployment.
└ @ Documenter ~/.julia/packages/Documenter/48VFh/src/deployconfig.jl:75
I don't know how we can avoid this, or even if we can.
Right now warnings that are generated by tests appear in the log messages. I think we can suppress them (since we intentionally test for them), it would be easier to read the logs.
The text was updated successfully, but these errors were encountered: