Open CarloLucibello opened 1 year ago
Yes, no matter how the weak dependency is loaded, the extension will be loaded (at least if it is loaded from the same environment).
Very nice, that is the behavior I was hoping for. Since the term "loaded package" is used in describing extensions, we could add a corresponding definition in the Glossary section?
Say that my
Plotting
package has aContourExt
extension:but then in my code I never import
Contour
directly but only some packagePkgUsingContour
that depends onContour
. So I wonder if afterthe
ContourExt
extension is available. In any case, this behavior could be documented more clearly in the docs.