I am trying ExplicitImports.jl with a package with a slightly complex module structure (the package is mostly implemented in modules loaded by extensions). When I run check_no_implicit_imports, I get UnanalyzableModuleException and a message telling me that I show allow my module to be unalayzable. However, what "unanalyzable" means is not really clear. Is it an issue I can solve on my end?
(The package I want to check is ClimaUtilities.jl)
I am trying
ExplicitImports.jlwith a package with a slightly complex module structure (the package is mostly implemented in modules loaded by extensions). When I runcheck_no_implicit_imports, I getUnanalyzableModuleExceptionand a message telling me that I show allow my module to be unalayzable. However, what "unanalyzable" means is not really clear. Is it an issue I can solve on my end?(The package I want to check is ClimaUtilities.jl)