-
Notifications
You must be signed in to change notification settings - Fork 250
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
Precompilation warning #759
Comments
Cc @shashi |
JuliaLang/julia#12400 seems to be the issue causing this. I'm guessing this is because of the use of the From what I understood from the solution for the Images/Color issue, making |
that might potentially trick the warning (although it shouldn't), but that won't fix the error the warning is trying to catch (which is that calling |
@vtjnash thanks, cf53705 was my attempt to fix this issue by making the warning go away. So I guess one way to fix it is just depend on Patchwork, making the number of dependencies of Gadfly even larger (which was what we were trying to avoid). The awesome way to fix this is of course JuliaLang/julia#6884 ! |
I would be ok to make Patchwork a dependency of Gadfly, if that will give faster compilation. |
@vtjnash what do you mean by "isn't compatible with precompilation"? It doesn't stop precompilation form happening... I would like to move this logic to a new package called GadflyDiff, which depends on Patchwork, Reactive and Gadfly. The user will have to run For now I can forgo precompilation in Escher to keep similar conditional setup code working. It loads pretty fast as it is. |
This sounds like a reasonable solution for now. However, we are doing this kind of a band aid in too many places, and it's best to have conditional modules. |
i believe this issue has been resolved. if not, please reopen it. |
I get this warning when doing
use Gadfly
on the REPL on master as well as 0.4.1.The text was updated successfully, but these errors were encountered: