Closed BeastyBlacksmith closed 1 year ago
The problem is that there are many small packages that could be added a dependencies (have a look at the @require
calls in __init__
), and yet people already complain that CategoricalArrays is heavy.
Are you sure that error is related to the use of Requires.jl? If so it would be interesting to report this error there.
We have moved to extensions in Julia 1.9 (https://github.com/JuliaData/CategoricalArrays.jl/pull/400) so hopefully this shouldn't happen anymore. If it does, it should definitely be reported against Julia.
I think RecipesBase is small enough that it shouldn't impact loading time of CategoricalArrays too much, while currently I get world age issues with an example using CategoricalArrays in the Plots.jl test-suite.
Maybe it's about the closure returned by the recipe.