-
-
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
Why is precompilation turned off for tagged releases? #1171
Comments
This won't be a full answer as I don't know all the details. I think the metadata maintainers want us to keep precompilation off due to the conditional dependencies in the package. But precompilation seems to work fine for Plots so on master we keep it on. Long term solutions involve reorganising Plots as discussed in #918. |
That's right. The issue is that things will break if you load e.g. GR with |
I wasn't aware of RecipesBase, so I was able to rewrite some of our plotting functions using recipes. However, one plot I'd like to create involves using |
Nope, not at the moment :-( |
I noticed that precompilation is turned off for tagged releases and then subsequently turned back on (e.g. 531a38b and 78e3b69). What is the reasoning for this?
I'm working on a package which depends on Plots, and our Travis builds are failing because we have
__precompile__(true)
and Travis installs the latest release of Plots. I'd ideally like to keep precompilation for this package - is there any way to get around this?The text was updated successfully, but these errors were encountered: