-
Notifications
You must be signed in to change notification settings - Fork 29
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
rm deps/build.jl #82
rm deps/build.jl #82
Conversation
bump |
1 similar comment
bump |
Sorry, pretty low priority for me I wonder if we should leave the |
Low priority bump. Just seems to be an odd pattern in modern package installation? |
I'm still not sure how to turn this on and trigger recompoliation after adding ModernGL... |
I've made is such that the user just needs to reload with the env var set. The only type of debugging that then requires re-precompilation is any calls within this package done during its own precompilation. To redo that precompilation with debugging on the precompilation cache would need to be deleted/invalidated (edit a source file etc.) Hopefully we can close this. We call |
Forgot how to do globals back in 1.3.. |
I don't understand why this is done during the build step with a fall back to the precompile step.
Seems wasteful to do it during build, especially given it causes re-precompilation if the user calls
Pkg.build
If it's for development purposes, then this PR should still work.
@SimonDanisch