-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
fix spurious GR warning #4641
fix spurious GR warning #4641
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To test this I did the following:
JULIA_DEPOT_PATH=$(mktemp -d) julia
pkg> add Plots
# Ctrl-C when precompilation started
julia> using Plots
Need to fix CI though ^^ |
The warning also appeared in CI failure is odd, will have a look into that. |
That's all related to This warning would not have occurred if #4631 was fixed (but we cannot do that until |
Codecov ReportBase: 90.80% // Head: 90.80% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #4641 +/- ##
=======================================
Coverage 90.80% 90.80%
=======================================
Files 41 41
Lines 8778 8781 +3
=======================================
+ Hits 7971 7974 +3
Misses 807 807
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Per #4584 (comment).
Fix a spurious warning when
GR
is in theManifest
, but not in theProject
.