You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I unfortunately don't know enough about how the package extensions work to know how circular dependencies can be introduced. Just looking at those extension files, I can't see anything immediately wrong.
I see what happened. Functors.jl started using ConstructionBase as a default dep in v0.5. Since we have ConstructionBase in ext and Functors as a main dep, it causes this.
I will make a PR moving ConstructionBase to main dep since it is anyways being loaded as a default
@avik-pal , I noticed that since this PR went through, I've been getting this warning:
Any idea what is causing that?
The text was updated successfully, but these errors were encountered: