Forcing a weak dependency to require a strong dependency
Julia Programming Language
Forcing a weak dependency to require a strong dependency
Suppose that I am developing a package P. I want package to have a published package W as a weak dependency, but if the weak dependency is activated then I want another published package C to be automatically loaded. I can make this happen by making C a strong dependency of P but that seems overkill. What is the recommended route to make this happen?
0 comments
No comments yet.