-
Notifications
You must be signed in to change notification settings - Fork 111
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
Is Revise forcing my dev-ed package to precompile each session even when no changes? #206
Comments
This doesn't seem to be caused by Revise so I'm closing it, but I'm not sure how to resolve this issue |
Only thing I can think of: make sure all your dependencies are declared in |
Another possibility: does it use a package that declares |
All dependencies are declared in The package does declare It's worth saying that I have |
What's your Julia version? I believe this was a bug fixed in 1.0.1 or 1.0.2. |
I see this in both 1.0.2 and 1.1.0-DEV.655 (2018-11-13) |
Please report as a Julia bug. |
Ok I just commented on JuliaLang/julia#28384 |
A package I’m
develop
-ing precompiles every time I start a new session irrespective of if any changes took place. I’m usingRevise.jl
, is that perhaps forcing re-precompillation?(I have also tried to force precompillation off with
__precompile__(false)
which still results in precompillation, which I think might be a known bug)The text was updated successfully, but these errors were encountered: