-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Precompiling packages that have path manipulations #5802
Comments
The functionality discussed in #5746 will probably fix this. I think the problem is that the old |
(not idle speculation, I actually tried it) |
Cool! I won't worry about doing surgery on my packages, then. |
Yay! Many thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to precompile packages like HDF5 and ImageView results in errors:
At least in the case of ImageView, I could solve it by commenting-out the first line of
ImageView.jl
, which isand which loads a secondary module called
TestImages
.With HDF5, I bet the issue is that JLD is also a secondary module, but I haven't tested.
I could just split
TestImages
andJLD
out into their own packages, if that's the best solution. But I thought I'd raise the issue.The text was updated successfully, but these errors were encountered: