Conversation
As of 1.13+ this will suppress logging output from Julia (specifically the loading system doing any pre-compilation, see JuliaLang/julia#61064).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #183 +/- ##
=======================================
Coverage 79.47% 79.47%
=======================================
Files 10 10
Lines 1959 1959
=======================================
Hits 1557 1557
Misses 402 402 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Ehhh I don't think that's a good idea, knowing that something is being precompiled is very useful information, especially on clusters. Is this just for the Julia tests? If so, could they pass |
|
@vtjnash seems to be concerned that will have behavioral consequences (JuliaLang/julia#61064 (review)):
I don't know enough about Distributed to have an opinion personally (I just want to get these messages back for normal users) |
As of 1.13+,
-qwill suppress logging output from Julia, not just suppress the start-up banner.In particular, this prevents notices from the loading system about any (serial) precompilation (see JuliaLang/julia#61064) from clogging
stderr(as requested by @vtjnash).